TheCreamCrackerBoy
21st September 2005, 06:21
Hello, to all
First of all, congratulations on developing this excellent encoder! I've tried it several times with d2v files, with very good results.
However, I can't encode my AVS script. The problem that occurs is exactly the one that DarkFoon reported on September 12th (see page 10 on this forum, please): as soon as the "Encode" button is pressed, it goes to "Stop" and promptly comes back to "Encode", generating me a 0b m2v file.
My AVS scrypt is this one:
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\MSharpen.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\GuavaComb.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\ChromaShift.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\VSFilter.dll")
AviSource("C:\Captured Files\Documentary.Avi")
KillAudio()
ConvertToYUY2()
GuavaComb(Mode = "NTSC", Recall = 83, MaxVariation = 25, Activation = 40)
ChromaShift(C=-6)
LanczosResize(720,480)
MSharpen()
TemporalSoften(4,2,2,15,2)
Trim(1252,202759)
ConvertToYV12()
The original AVI file is 29.970 fps, captured with a TV card from an analogue VHS tape. The codec used at the capture was ffdshow's XviD Mpeg-4 fourcc, at 5000bps (1-pass)
Here is what I've tried:
1) I've opened the original captured file at VDub and created a new one with only direct stream video (to avoiding bad muxing problems)
2) I've added AssumeFPS (29.970) at my AVS script.
The same problems persists... I've also tried changing "AviSource" to "DirectShowSource" at my AVS script, but I get the following error from AviSynth: "DirectShowSource: the filter graph manager won't talk to me".
I'm using:
P4 1.8GHz, 512MB of RAM, under Windows 2k;
Avisynth 2.5.5;
QuenC 0.61 and Experimental;
Original file captured with ffdshow mpeg4 codec at 5000kbps.
Maybe I am missing something? Please let me know. ;-)
Thanks in advance,
The Cream Cracker Boy.
First of all, congratulations on developing this excellent encoder! I've tried it several times with d2v files, with very good results.
However, I can't encode my AVS script. The problem that occurs is exactly the one that DarkFoon reported on September 12th (see page 10 on this forum, please): as soon as the "Encode" button is pressed, it goes to "Stop" and promptly comes back to "Encode", generating me a 0b m2v file.
My AVS scrypt is this one:
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\MSharpen.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\GuavaComb.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\ChromaShift.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\UnDot.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\VSFilter.dll")
AviSource("C:\Captured Files\Documentary.Avi")
KillAudio()
ConvertToYUY2()
GuavaComb(Mode = "NTSC", Recall = 83, MaxVariation = 25, Activation = 40)
ChromaShift(C=-6)
LanczosResize(720,480)
MSharpen()
TemporalSoften(4,2,2,15,2)
Trim(1252,202759)
ConvertToYV12()
The original AVI file is 29.970 fps, captured with a TV card from an analogue VHS tape. The codec used at the capture was ffdshow's XviD Mpeg-4 fourcc, at 5000bps (1-pass)
Here is what I've tried:
1) I've opened the original captured file at VDub and created a new one with only direct stream video (to avoiding bad muxing problems)
2) I've added AssumeFPS (29.970) at my AVS script.
The same problems persists... I've also tried changing "AviSource" to "DirectShowSource" at my AVS script, but I get the following error from AviSynth: "DirectShowSource: the filter graph manager won't talk to me".
I'm using:
P4 1.8GHz, 512MB of RAM, under Windows 2k;
Avisynth 2.5.5;
QuenC 0.61 and Experimental;
Original file captured with ffdshow mpeg4 codec at 5000kbps.
Maybe I am missing something? Please let me know. ;-)
Thanks in advance,
The Cream Cracker Boy.