Omar1st
21st March 2011, 17:07
Hey guys, ive over the past couple of months got the gist of using megui to encode my anime. That was encoding just using megui. Ive now with the help of a good friend got into preparing my own scripts and everything. Here's my first script.
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\DGDecode.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\DePan.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\FFT3DFilter.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\TIVTC.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\TDeint.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\Deen.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\FluxSmooth.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\VSFilter.dll")
Import("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\LimitedSharpen2.avs")
MPEG2Source("F:\Shonen\Ep11\div.d2v")
AssumeTFF()
Interp = SeparateFields().SelectEven().EEDI2(field=1)
Deinted=TDeint(order=1,field=1,edeint=Interp)
TFM(mode=6,order=1,PP=7,slow=2,mChroma=true,Clip2=Deinted)
TDecimate(mode=1)
LanczosResize(720,480)
awarpsharpdering(7,43,1)
deen("a3d",2,10,12)
LimitedSharpen(strength=30)
tweak(sat=1.12)
removegrain(mode=1)
FluxSmoothST(7,8)
FFT3DFilter(sigma=2.5)
Textsub("F:\Encoding\FMAB.ass")
Now for each one of these, I get the infamous "Invalid argument error". Ive been trying to sort it, but I just cant see what the problem is.
Here's hoping to you clever bunch to help a poor dude out.
:thanks:
EDIT : If you need to know, I am running Windows 7 (64bit).
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\DGDecode.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\DePan.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\FFT3DFilter.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\TIVTC.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\TDeint.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\Deen.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\FluxSmooth.dll")
LoadPlugin("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\VSFilter.dll")
Import("F:\Encoding\MeGUI (x86)\tools\avisynth_plugin\LimitedSharpen2.avs")
MPEG2Source("F:\Shonen\Ep11\div.d2v")
AssumeTFF()
Interp = SeparateFields().SelectEven().EEDI2(field=1)
Deinted=TDeint(order=1,field=1,edeint=Interp)
TFM(mode=6,order=1,PP=7,slow=2,mChroma=true,Clip2=Deinted)
TDecimate(mode=1)
LanczosResize(720,480)
awarpsharpdering(7,43,1)
deen("a3d",2,10,12)
LimitedSharpen(strength=30)
tweak(sat=1.12)
removegrain(mode=1)
FluxSmoothST(7,8)
FFT3DFilter(sigma=2.5)
Textsub("F:\Encoding\FMAB.ass")
Now for each one of these, I get the infamous "Invalid argument error". Ive been trying to sort it, but I just cant see what the problem is.
Here's hoping to you clever bunch to help a poor dude out.
:thanks:
EDIT : If you need to know, I am running Windows 7 (64bit).