Log in

View Full Version : a way to change the avs of dvd2svcd


ArieBK
15th April 2002, 07:25
is there a way i can add plugins to the avs script generated by dvd2avi ?
like Vdub Subtitle plugin ?

example:

function VD_Subtitler(clip clip, string filename)
{
LoadVirtualdubPlugin("D:\-= DVD =-\VirtualDub-1_4\plugins\subtitler.vdf","_VD_Subtitler")
return clip._VD_Subtitler(1, filename)
}
VD_Subtitler(last ,"file.ssa")

markrb
15th April 2002, 07:37
edit the avisynth file. You can add vdub filters, but Vdub requires RGB and the results are poor in my opinion when you convert YUY to RGB.

On the FrameServer tab there is this thing that says "Edit the Avisynth Script". I wonder what this does?


Mark

ArieBK
15th April 2002, 09:18
@ markrb


you have other option to add .ssa sub's to avs ?

i'm open to suggestion .