Thasp
17th October 2006, 19:06
I tried avisynth 2.55 and older versions as well, I have decomb.dll and dgdecode.dll in the plugins directory for it.
Here is my avisynth script.
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\decomb.dll")
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\DGdecode.dll")
mpeg2source("C:\HDTV\video.d2v")
Crop(6,0,-0,-0)
telecide(order=1)
decimate(cycle=5)
LanczosResize(960,544)
It works in vdubmod with xvid, and I have encoded several xvids with this script.
I tried installing everything in the thread about megui, and put the paths to them into megui, and I still get the cannot open video output error telling me to make sure avisynth is set up properly, then the program crashes and quits itself.
I also tried taking off all the options below the mpeg2source. Unfortunely, this doesn't resolve any issues.
Any help you can provide me with would be appreciated. Thanks in advance.
Here is my avisynth script.
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\decomb.dll")
LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\DGdecode.dll")
mpeg2source("C:\HDTV\video.d2v")
Crop(6,0,-0,-0)
telecide(order=1)
decimate(cycle=5)
LanczosResize(960,544)
It works in vdubmod with xvid, and I have encoded several xvids with this script.
I tried installing everything in the thread about megui, and put the paths to them into megui, and I still get the cannot open video output error telling me to make sure avisynth is set up properly, then the program crashes and quits itself.
I also tried taking off all the options below the mpeg2source. Unfortunely, this doesn't resolve any issues.
Any help you can provide me with would be appreciated. Thanks in advance.