I've enhanced my workflow, so I'll share it for others who may want to do something similar.Step 1 - using a simple video capture program and an analog capture card, I capture the video at 720x480 (YUV2 compressed with HuffYUV), and 48KHz 16bit audio to NTFS formated disk.Step 2 - use AVCutty to detect scene changes. I created a custom scene index to simplify the next step.Step 3 - compress the scenes to DV format using ffmpeg -ss hh:mm:ss.00 -t hh:mm:ss.00 -i capture.avi -target ntsc-dv "clip-yyyy-mm-dd hh;mm;ss.dv"Step 4 - copy to NTFS formated external disk using /v parameter (actually a 27GiB partition).Step 5 - connect external drive to Mac, and import DV files to HFS+ formated external disk (actually a second partition on the same drive).



Create a custom theme








You'll need a monster CPU to compress it in realtime, but even if you couldn't it'll still cut down the file sizes being transported by around 60% over HuffYUV.. Maybe it'd help speed your workflow..
I use Lagarith for Archival simply because my sources are 32bit RGB and I've had so much pain trying to make the HuffYUV and H264 Lossless not downsample the Chroma, yet Lagarith just works properly in this regard, and yet comes up with even smaller files then HuffYUV with it's downsampling of the Chroma..
Here's an example of some files I've just done this morning:
The Lagarith file contains raw audio as well, so an additional 280MB over the others which are compressed with MP3 @ 256Kbps..
The sources in this case are RGB, and everything but Lagarith are doing chroma downsampling, which is what makes Lagarith even more impressive
Anyway, I only mention Lagarith because I find it a better option than HuffYUV for every purpose..
But, and the point kind of, is that I only recently started making use of H264 Lossless, and it is really pretty bloody impressive, making use of the entire arsenal of tools available in the standard, yet still being lossless..
Anyway, just thought I'd say