swim2383
6th January 2003, 14:26
im not sure what i am doing wrong but as soon as i add decomb to my avs file cce only reads 10 seconds as the files lengh (an error message)
i am using avisynth 2.5 alpha and here is my script..
LoadPlugin("C:\mpeg\mpeg2dec3.dll")
LoadPlugin("c:\program files\avisynth2\plugins\decomb.dll")
mpeg2source("D:\star trek\1\1.d2v")
ReSampleAudio(44100)
Telecide(guide=1,gthresh=30)
Decimate(mode=3,threshold=1.0)
i can't seem to get it to do anything then read the error message
i am using avisynth 2.5 alpha and here is my script..
LoadPlugin("C:\mpeg\mpeg2dec3.dll")
LoadPlugin("c:\program files\avisynth2\plugins\decomb.dll")
mpeg2source("D:\star trek\1\1.d2v")
ReSampleAudio(44100)
Telecide(guide=1,gthresh=30)
Decimate(mode=3,threshold=1.0)
i can't seem to get it to do anything then read the error message