Log in

View Full Version : question about the canopus codec


fisix
23rd February 2003, 12:27
i was wondering how you specify either the rgb or the yuy2 color space for the codec. you mention it can support both, and i'm guessing that it means that you can force it to decode into either colorspace, and if i'm going to use avisynth i want to make sure i'm sticking to the yuy2

if i'm asking the wrong question, then educate me. this is my first day with a dv camera.

-jig

sh0dan
24th February 2003, 11:24
AviSource("dvfile.avi",pixel_type="yuy2")

Or simply put "info()" after the file has been loaded. This will display colorspace among other things.