sungey
11th June 2002, 16:34
hello ,
i was trying to frameserve an Xvid (120 fps) AVI file using Avisynth into Virtualdub .. This is how i do it
LoadPlugin("D:\plugins\decomb.dll")
AVISource("bleh-bleh.avi")
Decimate(cycle=2)
Decimate(cycle=2)
Decimate(cycle=5)
when i opened the .avs in VDub and try to play it .. it says
Avisynth Read Error : AviSource : failed to decompress frame 1 (error -100)
Could anyone give any suggestion to fix this ...? The same thing happens when i tried to open Divx5 avi this way.. Divx3 avi works just fine ...
I know DirectShowSource() works .. but after i Decimate it .. the audio/video will desynch (for the Xvid avi that im using)....
Thanks in advance ^_^
i was trying to frameserve an Xvid (120 fps) AVI file using Avisynth into Virtualdub .. This is how i do it
LoadPlugin("D:\plugins\decomb.dll")
AVISource("bleh-bleh.avi")
Decimate(cycle=2)
Decimate(cycle=2)
Decimate(cycle=5)
when i opened the .avs in VDub and try to play it .. it says
Avisynth Read Error : AviSource : failed to decompress frame 1 (error -100)
Could anyone give any suggestion to fix this ...? The same thing happens when i tried to open Divx5 avi this way.. Divx3 avi works just fine ...
I know DirectShowSource() works .. but after i Decimate it .. the audio/video will desynch (for the Xvid avi that im using)....
Thanks in advance ^_^