Ok, I'm using AviSynth v2.5 which works in YV12 (its the default colorspace, right? correct me if im getting it wrong). Now, i read that there isn't a version of Huffyuv codec for YV12. Would that mean i need the line YV12toYUY2() at the end of my script, since Huffyuv can't work in YV12? Am i getting this wrong? I usually load my .avs into VirtualDub 1.4.13(P4 optimized veedubp4.exe) using Fast Recompress and Huffyuv v.2.1.1 CCESP Patch v0.2.2 as my compression. I tried both a script containing YV12toYUY2() and one without, and it made .avi's both times, with no noticable difference in speed (for a short clip at least). Is there an automatic conversion to YUY2 when loading into Virtualdub? Can someone explain what exactly is going on, and what i should be doing? I'm a little confused. And are there certain settings for Huffy i need to be using? Right now i use a Field Threshold of 240, Predict median for YUY2 compression, and Predict gradient for RGB compression, with 'Always suggest RGB format for output' checked off.