Log in

View Full Version : Avisynth Line Question


Master Yoda
28th January 2004, 20:18
OK, i've just installed avisynth 2.5.4, so i can use mpeg2dec3dg.dll on a seamless brancing dvd.

Now on version 2.0.8 it did'nt have this line ' ConvertToYUY2(interlaced=true) '. Now do i need this line if so should i change anything in the line as the film is progressive not interlaced ??

RB
28th January 2004, 22:43
Yes you need it and the interlaced parameter should be set to true if your video is truly interlaced. It defaults to False so ConvertToYUY2() is enough for progressive material.

Master Yoda
28th January 2004, 23:04
OK, thanks. So for the main movie ConvertToYUY2(), for extras what are interlaced ConvertToYUY2(interlaced=true), same goes for anything else thats interlaced, i.e. tv episodes.