PDA

View Full Version : Preventing YUV-RGB with AviSource


julioc
18th March 2007, 13:56
Does anyone know a way of opening an AVI 2.0 (OpenDML) uncompressed 8-bit UYVY file without converting to RGB?
"AviSource" calls "msyuv.dll" which inmediately converts to RGB.
My video file is being clipped by this conversion. How can I prevent it?

Thanks in advance.

Julio C.

IanB
18th March 2007, 14:15
Transcode the file with a recent VirtualDub using Fast Recompress mode with Huffyuv as the output codec. This will give you a lossless conversion to YUY2, which AviSynth can then handle.

Wilbert
18th March 2007, 16:52
Try RawSource.

julioc
22nd March 2007, 12:44
I'll try it.

Thank you very much.

Julio C.