View Full Version : Avisynth 2.5 Alpha


magnanimous
2nd December 2002, 04:47
Hi there,could somebody please tell me in lamens terms how to use avisynth 2.5 Alpha within DVD2SVCD, I'm trying to use undot.dll but aren't having much luck dvd2svcd keeps locking up, any help appreciated.

Abond
2nd December 2002, 15:28
Well, I'll try. First, you should make the D2S to point to mpeg2dec3.dll mpeg decoder and namely this one (there are 2 mpeg2dec3 decoders) which is designed to work with Avisynth 2.5. Second you should add at the end of your script YV12toYUY2 (this is for CCE), if your source is progressive then YV12toYUY2(interlaced=false). For TMPGEnc this line should be YV12toRGB24. I don't know though if it is necessary in this case to add something more.
So good luck.
P.S. I don't know how D2S will handle Keep interlaced in this case, so use it at your own risk if you want to.

magnanimous
4th December 2002, 01:38
Thanks for that I'll give it a try next encode.

magnanimous
7th December 2002, 05:37
Sorry to be a pest, I've tried everything to get this to work but no luck , has anyone else had trouble with DVD2SVCD and AVISYNTH 2.5alpha