Log in

View Full Version : AVS Filter Editor not saving?


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

Socio
21st November 2004, 02:36
I think I might have figurede it out it should have looked like this with out blank lines right?


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
\ )

Socio
27th November 2004, 16:31
This is still happening perhaps it can be fixed in the next version of DVD RB.

If you put a script in the DVD RB AVS script box then stop and shut down DVD RB then restart DVD RB later to continue encoding only the first line in your script remains in the script box. So you have to re-enter the whole script again before you can continue.

The strange thing is the whole script is in the rebuilder.ini so I am unsure why it does not show back up upon restart.

TheSeeker
27th November 2004, 22:32
Strange. I am using .67 of dvdrb and my filter editor saves all lines of my scripts.

jdobbs
28th November 2004, 04:44
Mine too.

Socio
28th November 2004, 16:40
I am using version .66a so I guess I will have to become a VIP user and get version .67 to fix it.:)

jdobbs
28th November 2004, 19:04
That's what is confusing. Nothing should have changed in that portion of the program.