PDA

View Full Version : decomb problem


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

Guest
6th January 2003, 14:33
Does it play correctly if you don't serve it into CCE, but just into Media Player or VirtualDub?

swim2383
6th January 2003, 15:31
no it says it has an error in line three

Guest
6th January 2003, 17:09
That eliminates Decomb as the problem and implicates your D2V file. Try remaking it. Be aware that you can't move the D2V and VOB after you make the D2V. Also, ensure that you are using DVD2AVI version 1.76 and MPEG2DEC3 version 0.94.

swim2383
6th January 2003, 18:09
lol i had one of the files locations wrong... thx and sorry for the mistake =P