Socio
21st November 2004, 02:26
Hello,
I am pretty much DVD Rebuilder noob in fact this is my first try at it. I follwed the great gude for DVD builder here at Doom9 and got all setup. I wanted to use Didée's Avisynth IIP script in DVD Builder so I put all the plugins and script I neded in the Avisynth plugin folder and then put call for it in the Filter Editor which was this:
SetMemoryMax(96)
Import("C:\Program Files\AviSynth 2.5\plugins\IIP.avs")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\WarpSharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\LoadPluginEx.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dustv5.dll")
iip( dest_x=720, dest_y=480,
\ duststr=2, dustweight=1.0,
\ ss1_x=1.5, ss1_y=1.5,
\ detailcontr1=104, detailcontr2=208,
\ contr_radius=2, PixSharp=0.0,
\ ss2_x=1.5, ss2_y=1.5,
\
\ XSmode=3, Xstren=40, Xradius=2, XLmode=2,
\ Xovershoot=1, Xwide=false, Xsoft=false,
\
\ subpelstren=0.0, flatweight=0,
\ antiflicker1=true, antiflicker2=true,
\ protect_floor=0, protect_bias=12,
\ dering=-80, dering_weight=1.0,
\ dering_floor=8, dering_bias=16,
\ detail_floor=16,
\ EQ=2, exborder=false,
\ warp_Y=false, warp_UV=false,
\ debug="dering | protect | detail | compareH | compareV | compareT | showall",
\ cropx=8, cropy=8
\ )
I then pressed the Save & Exit, I double checked before starting the process and the only thing that got saved was the first line:
SetMemoryMax(96)
Am I doing something wrong? Is the Filter editor actually not used for this?
Thanks for any help
I am pretty much DVD Rebuilder noob in fact this is my first try at it. I follwed the great gude for DVD builder here at Doom9 and got all setup. I wanted to use Didée's Avisynth IIP script in DVD Builder so I put all the plugins and script I neded in the Avisynth plugin folder and then put call for it in the Filter Editor which was this:
SetMemoryMax(96)
Import("C:\Program Files\AviSynth 2.5\plugins\IIP.avs")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\WarpSharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\LoadPluginEx.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dustv5.dll")
iip( dest_x=720, dest_y=480,
\ duststr=2, dustweight=1.0,
\ ss1_x=1.5, ss1_y=1.5,
\ detailcontr1=104, detailcontr2=208,
\ contr_radius=2, PixSharp=0.0,
\ ss2_x=1.5, ss2_y=1.5,
\
\ XSmode=3, Xstren=40, Xradius=2, XLmode=2,
\ Xovershoot=1, Xwide=false, Xsoft=false,
\
\ subpelstren=0.0, flatweight=0,
\ antiflicker1=true, antiflicker2=true,
\ protect_floor=0, protect_bias=12,
\ dering=-80, dering_weight=1.0,
\ dering_floor=8, dering_bias=16,
\ detail_floor=16,
\ EQ=2, exborder=false,
\ warp_Y=false, warp_UV=false,
\ debug="dering | protect | detail | compareH | compareV | compareT | showall",
\ cropx=8, cropy=8
\ )
I then pressed the Save & Exit, I double checked before starting the process and the only thing that got saved was the first line:
SetMemoryMax(96)
Am I doing something wrong? Is the Filter editor actually not used for this?
Thanks for any help