Log in

View Full Version : Works fine w/DVD2SVCD but not when I try myself


Faceman101
12th February 2002, 03:47
LoadPlugin("C:\program files\dvd2svcd\MPEG2DEC\MPEG2DEC.DLL")
video=mpeg2source("c:\games\01.d2v")
audio=wavsource("c:\games\onimusha.wav")
audiodub(video,audio)
BicubicResize(480,360)
AddBorders(0,60,0,60)

That is my script and once I try to bring into CCE, it freezes. I can not get a AVIsynth script to work for anything (I even offered it money). When I convert DVDs it works fine, on it's own? No go. Any help would be appreciated.

TIA

DDogg
12th February 2002, 06:22
cause you didn't add:
resampleaudio (44100)

Its a quirk. Then, make sure to uncheck audio in CCE

Faceman101
13th February 2002, 03:10
I just tried that, it froze like usually. Guess it's back to VFAPI.