View Single Post
Old 12th March 2003, 20:12   #3  |  Link
sh0dan
Retired AviSynth Dev ;)
 
sh0dan's Avatar
 
Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
Yes - it seems like morgan has faulty YV12 output. It seems like they fielddouble instead of delivering properly interlaced material. (Probably just a pointer error, where so they copy the same field twice)

If you have registered I'm sure they will have a look at the problem and fix it.

Meanwhile, use:
AVISource("file.avi",pixel_type="yuy2")
converttoyv12(interlaced=true)

and the newest CVS binary.
__________________
Regards, sh0dan // VoxPod
sh0dan is offline   Reply With Quote