I have no solution, but i admire the problem.
Alright, i want to capture and encode my run from DVD. I did everything as shown in nate's FAQ, except for using smartbob. LeakKernelDeInt works well, but i need more quality, so i need mvbob. When i try to use mvbob ( with .avs ), the following error message is shown in VirtualDub:
"Avisynth open failure:
Script Error: There is no such function named corrector.
(, line 217 )".
This refers to the mvbob.avsi in the avisynth plugin folder. I found that command and thought that i could delete it if avisynth doesn't know it. This is what happens if i delete it:
"Avisynth open failure:
I don't know what "mc" means ( line 218 ) "
Well, me neither
I have the newest Avisynth 2.5.6a, newest VirtualDub 1.6.15 and the newest mvtools.dll, which is dated as 5. of June 06 from the avisynth website.
This is my script:
edit: Of course it's "DelayAudio" and not "DelayAudi o"
I also tried to exchange "clip.mvbob" with "mvbob()".
And i know that i don't need to load all these plugins, but
i don't want to edit this all the time when i change plugins.
btw: I'm a video encoding newbie.
Thanks for help.
"Avisynth open failure:
Script Error: There is no such function named corrector.
(, line 217 )".
This refers to the mvbob.avsi in the avisynth plugin folder. I found that command and thought that i could delete it if avisynth doesn't know it. This is what happens if i delete it:
"Avisynth open failure:
I don't know what "mc" means ( line 218 ) "
Well, me neither
I have the newest Avisynth 2.5.6a, newest VirtualDub 1.6.15 and the newest mvtools.dll, which is dated as 5. of June 06 from the avisynth website.
This is my script:
Quote:
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\mpasource.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\EEDI2.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\LeakKernelDeint.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\MaskTools.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\mpasource.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\MVTools.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\RemoveGrain_v10pre1.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\TCPDeliver.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\TomsMoComp.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\UnDot.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\ac3source.dll")
Clip=AC3source(MPEG2source("C:\vob2.d2v"),"C:\vob2_152ms.ac3").DelayAudio(+0.152)
Clip.complementparity
Clip.mvbob
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\EEDI2.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\LeakKernelDeint.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\MaskTools.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\mpasource.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\MVTools.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\RemoveGrain_v10pre1.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\TCPDeliver.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\TomsMoComp.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\UnDot.dll")
LoadPlugin("C:\Programme\AviSynth 2.5\plugins\ac3source.dll")
Clip=AC3source(MPEG2source("C:\vob2.d2v"),"C:\vob2_152ms.ac3").DelayAudio(+0.152)
Clip.complementparity
Clip.mvbob
edit: Of course it's "DelayAudio" and not "DelayAudi o"
I also tried to exchange "clip.mvbob" with "mvbob()".
And i know that i don't need to load all these plugins, but
i don't want to edit this all the time when i change plugins.
btw: I'm a video encoding newbie.
Thanks for help.
Thread title:






