Leo21 wrote:Well I got it encoded to Huffyuv, but when looking at it in VLC its pretty slow. I think it's because of the considerable space it takes up...
I'm desperate >_< and seriosuly about to go on a huge hiatus if I don't get this to work >.<
It's not the space the file takes up, but the work the computer has to do in order to decode each frame. For instance, on my system, uncompressed RGB (~20MB/s) takes about half as much CPU power to decode as Lagarith (~3MB/s). You have a couple of options here.
1. Use uncompressed RGB. You'll need a lot of space for the resulting files.
2. Use the Huffyuvs and put up with the lag, exporting to a codec you can play in real-time when you want to preview anything.
3. Reduce the resolution of the Huffyuvs until they play back smoothly.
4. Encode the Huffyuvs to mjpeg and edit with those (
link if you don't have the codec). The free version puts a watermark on the file, but that shouldn't be a problem.
The least stressful way (imo) of using bait-and-switch is to have the Huffyuvs and the mjpegs identically named but in different folders. That way, all you have to do is swap two folder names instead of pointing Vegas at the new files one by one.
Don't give up. You've done all the difficult parts.