Log in

View Full Version : Getting Seesaw and Removegrain to work


Pages : [1] 2

radar
12th September 2006, 03:16
hi can seesaw be used with rme and dvd rb.also in that link for seesaw do i use all that is listed. new at this,thanks

Pookie
12th September 2006, 04:31
Look on the first page of this thread for the basic dlls and script that you'll need. Start simply, then get fancy when you get more comfortable with things.

1) Put RemoveGrain.dll, Masktools.dll, and SeeSaw.avs in your "C:\Program Files\AviSynth 2.5\plugins\" folder

2) In DVD RB, go to Options-->AVS Options-->AdvancedOptions-->FilterEditor

3)Add the following lines:

import("C:\Program Files\AviSynth 2.5\plugins\SeeSaw.avs")

a= last

b=a.RemoveGrain(mode=25)

SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)

4) Save and Exit

The above settings will give you light denoising and light sharpening, with a slight emphasis on sharpening.

I don't use DVD RB anymore, but I'm pretty certain this will do the trick :)

radar
12th September 2006, 18:15
hi pookie,i installed what you posted and tried to get it to work.got this errror...

import:couldnt open"f:\program files\avisynth 2.5\plugins\seesaw.avi

(f:\dvd-rb\working path\d2vas\vo1000000001001.avs,line 7)

:confused:

krieger2005
12th September 2006, 18:24
first: is the avs on that place? second seesaw.avi? Should be avs, or not? How do you named the file?

radar
12th September 2006, 18:32
first: is the avs on that place? second seesaw.avi? Should be avs, or not? How do you named the file?
hi,i made a mistake,it dose say avs.
im not sure what you mean about the avs on that place.

Boulder
12th September 2006, 18:36
Rename the extension to .avsi and try again. If you do that, there's no need to import it in your script if you installed Avisynth to F:\Program Files\Avisynth 2.5.

radar
12th September 2006, 18:41
Rename the extension to .avsi and try again. If you do that, there's no need to import it in your script if you installed Avisynth to F:\Program Files\Avisynth 2.5.

hi,im new to using filters and scrips.what is the extention that i rename to avsi. thanks

Boulder
12th September 2006, 19:24
Rename the file from seesaw.avs to seesaw.avsi . It will be automatically imported if it's in the Avisynth plugins folder.

radar
12th September 2006, 19:55
Rename the file from seesaw.avs to seesaw.avsi . It will be automatically imported if it's in the Avisynth plugins folder.

hi,what will the srip look like in the dvd rb filter option.thanks

Boulder
12th September 2006, 19:56
Just remove the import line.

radar
12th September 2006, 20:02
Just remove the import line.

i removed the import line and have a differant error.

thier is no function named removegrain

krieger2005
12th September 2006, 20:08
you are really you read the last posts carefull? See this one: http://forum.doom9.org/showthread.php?p=873676#post873676

krieger2005
12th September 2006, 20:13
http://home.pages.at/kassandro/RemoveGrain/RemoveGrain.zip
http://home.arcor.de/kassandro/RemoveGrain/RemoveGrain.rar
http://manao4.free.fr/masktools-v2.0a30.zip
http://manao4.free.fr/MaskTools-v1.5.8.zip

Download them and put the dll-files into the avisynth-plugin-folder

radar
12th September 2006, 20:27
http://home.pages.at/kassandro/RemoveGrain/RemoveGrain.zip
http://home.arcor.de/kassandro/RemoveGrain/RemoveGrain.rar
http://manao4.free.fr/masktools-v2.0a30.zip
http://manao4.free.fr/MaskTools-v1.5.8.zip

Download them and put the dll-files into the avisynth-plugin-folder


hi, i downloaded those links(some i already had installed befor)and im getting the same error, thier is no function named removegrain.:confused:

Pookie
13th September 2006, 09:04
You may have to load Removegrain manually. Add


LoadPlugin("C:\Program Files\AviSynth 2.5\RemoveGrainS.dll")

to your script

radar
13th September 2006, 09:26
You may have to load Removegrain manually. Add


LoadPlugin("C:\Program Files\AviSynth 2.5\RemoveGrainS.dll")

to your script


hi, i tried the above and it said...unable to load removegrains.dll

here is my scrip...

LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrainS.dll")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)

Pookie
13th September 2006, 10:27
Hmmm. Then try loading RemoveGrain.dll (no "S")


LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrain.dll")

Didée
13th September 2006, 10:53
RemoveGrainS.dll is the monolithic build (should load in any case), where RemoveGrain.dll depends on other DLLs being present in a system path.

Please check that each XYZ.dll really is present in exactly that location given in the LoadPlugin("X:\path\to\XYZ.dll") lines.

Pookie
13th September 2006, 16:41
Right you are, Didée :D The additional support file is MSVCR71.DLL, which can be downloaded here:

http://www.dll-files.com/dllindex/dll-files.shtml?msvcr71

That file needs to be copied into \Windows\System32 in order for RemoveGrain.Dll to work

Boulder
13th September 2006, 16:50
And it's not a good idea to put all the RemoveGrain dlls in the plugins folder - you should extract just the one that you need.

radar
13th September 2006, 17:57
hi, this is what i have in my plugin folder....

directshowsource.dll2.5.6.0
removegrains.dll
masktolls.dll1.5.1.0
tcpdeliver.dll1.0.0.3
seesaw.avsi

is this right and my scrip which is above post.thanks


i tried that MSVCR71.DLL into my system 32.it said i already have that file,and it wont let me overwrite it.

this was in my working path...

#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
mpeg2source("F:\dvd-rb\working path\D2VAVS\V01.D2V")
LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrainS.dll")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
trim(0,1449)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())

Pookie
13th September 2006, 23:33
Just try loading Removegrain.dll

You already have the MSVCR71.DLL support file in your Windows dir

This should be a lot easier than this.


BTW, what kind of processor is in your computer ?

radar
14th September 2006, 00:01
Just try loading Removegrain.dll

You already have the MSVCR71.DLL support file in your Windows dir

This should be a lot easier than this.


BTW, what kind of processor is in your computer ?

ok i changed the scrip to say removegrain,dll instead of removegrains.dll.

has the same errror,cant load. is my scrip right...

LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrain.dll")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)

and what i have in my plugin folder...

directshowsource.dll2.5.6.0
removegrains.dll
masktolls.dll1.5.1.0
tcpdeliver.dll1.0.0.3
seesaw.avsi


im trying to use this with dvd rb pro.

running athalon 3000+
2 gigs of ram

i realy would like to use this filter,please help.
im a noob to using filters.thanks:confused:

Pookie
14th September 2006, 00:30
Did you copy RemoveGrain.dll into "f:\Program Files\AviSynth 2.5\" ?


Also, is your F: drive a local hard drive, or is it a network share ?

radar
14th September 2006, 00:39
Did you copy RemoveGrain.dll into "f:\Program Files\AviSynth 2.5\" ?


Also, is your F: drive a local hard drive, or is it a network share ?


no i had removegrains.dll.
i put in removegrain.dll and removed removegrains.dll but i get the same error.

i have two hard drives,f drive is only used for movie backups.

Pookie
14th September 2006, 01:35
Add the second line (the converttoyv12 one)

LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrain.dll")

ConverttoYV12()

a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)

radar
14th September 2006, 01:37
RemoveGrainS.dll is the monolithic build (should load in any case), where RemoveGrain.dll depends on other DLLs being present in a system path.

Please check that each XYZ.dll really is present in exactly that location given in the LoadPlugin("X:\path\to\XYZ.dll") lines.


can anyone walk me thru this.this could be my problem.
very new to using filters.thanks

radar
14th September 2006, 01:41
Add the second line (the converttoyv12 one)

LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrain.dll")

ConverttoYV12()

a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)



i changed my scrip in dvd rb filter opt.



LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrain.dll")

ConverttoYV12()

a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)

im still getting the same error.

Pookie
14th September 2006, 01:48
Post the specific error message that it returns with.

radar
14th September 2006, 02:05
Post the specific error message that it returns with.

thi is the message...

loadplugin:unable to load "f:\program files\avisynth 2.5\removegrain.
(f:\dvd-rbworking path\d2vavs\v01000000001001.avs,line 7)

sorry i dont no how to post the error.i had to type it.:confused: :confused: :confused:

Pookie
14th September 2006, 02:52
We might be getting somewhere...

Open up the file "f:\dvd-rbworking path\d2vavs\v01000000001001.avs" with Notepad and post it here.

radar
14th September 2006, 02:55
We might be getting somewhere...

Open up the file "f:\dvd-rbworking path\d2vavs\v01000000001001.avs" with Notepad and post it here.

------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
mpeg2source("F:\dvd-rb\working path\D2VAVS\V01.D2V")
LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrain.dll")
ConverttoYV12()
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
trim(0,1449)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())

Pookie
14th September 2006, 03:04
---------------------------------------------------------------------
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")

LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrain.dll")
----------------------------------------------------------------------

copy RemoveGrain.dll into F:\Program File\dvd rb pro\ and load it like

LoadPlugin("F:\Program File\dvd rb pro\removegrain.dll")

radar
14th September 2006, 03:12
---------------------------------------------------------------------
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")

LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrain.dll")
----------------------------------------------------------------------

copy RemoveGrain.dll into F:\Program File\dvd rb pro\ and load it like

LoadPlugin("F:\Program File\dvd rb pro\removegrain.dll")


should the scrip look like this


LoadPlugin("F:\Program File\dvd rb pro\removegrain.dll")
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
LoadPlugin("f:\Program Files\AviSynth 2.5\RemoveGrain.dll")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)

Pookie
14th September 2006, 03:14
Nope, it should look like this


LoadPlugin("F:\Program File\dvd rb pro\removegrain.dll")
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")

a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)

radar
14th September 2006, 03:21
i have a new error

scrip error:thier is no function named "seesaw"
(f:\dvd-rbworking path\d2vavs\v01000000001001.avs,line 11)



this is my working path info

#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
mpeg2source("F:\dvd-rb\working path\D2VAVS\V01.D2V")
LoadPlugin("F:\Program File\dvd rb pro\removegrain.dll")
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
trim(0,1449)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())

Pookie
14th September 2006, 03:26
Try copying SeeSaw into the F:\Program File\dvd rb pro\
folder


Wasn't there some info a few hundred posts back about Importing SeeSaw.avs vs SeeSaw.avsi ?

radar
14th September 2006, 03:30
Try copying SeeSaw into the F:\Program File\dvd rb pro\
folder

using the same scrip


i get the same error for the seesaw with the scrip you gave me


i also have the seesaw renamed seesaw.avsi

Didée
14th September 2006, 08:13
Seems we need someone who knows DVD-RB, how it might modify a script, how ressource locations are organized, and so on. (I've never used that app, hence know nothing about this stuff.)

My point of view is: if a written script gets loaded when dropped into VirtualdDub/Mod, then the script is correct. Period.

The problem definetly is not related to the function SeeSaw in itself. May I suggest a thread split.

radar
14th September 2006, 08:42
Seems we need someone who knows DVD-RB, how it might modify a script, how ressource locations are organized, and so on. (I've never used that app, hence know nothing about this stuff.)

My point of view is: if a written script is gets loaded when dropped into VirtualdDub/Mod, then the script is correct. Period.

The problem definetly is not related to the function SeeSaw in itself. May I suggest a thread split.

should i ask for help in dvd rb thread.also are my scrips ok and my plugin folder.can be seen in my posts.thanks

krieger2005
14th September 2006, 12:04
I agree with Didée to spit the thread. I don't think this is a DVD-RB-Problem. I think this is a noob-avisynth-problem. To solve the Problem with SeeSaw do the same like with RemoveGrain.dll:
- Rename you existing SeeSaw.avsi to SeeSaw.avs
- Copy it to "F:\Program File\dvd rb pro\"
- Add the following Line for DVD-RB under the Loadplugin-line: import("F:\Program File\dvd rb pro\SeeSaw.avs")

radar
14th September 2006, 18:00
I agree with Didée to spit the thread. I don't think this is a DVD-RB-Problem. I think this is a noob-avisynth-problem. To solve the Problem with SeeSaw do the same like with RemoveGrain.dll:
- Rename you existing SeeSaw.avsi to SeeSaw.avs
- Copy it to "F:\Program File\dvd rb pro\"
- Add the following Line for DVD-RB under the Loadplugin-line: import("F:\Program File\dvd rb pro\SeeSaw.avs")


using this scrip

import("F:\Program File\dvd rb pro\removegrain.dll")
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
import("F:\Program File\dvd rb pro\SeeSaw.avs")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)

i have a differant error

i dont know what "MZ[]"means
(f:\program file\dvd rb pro\removegrain.dll,line 1)
(f:\dvd-rb\working path\d2vavs\v01000000001001.avs,line 7)

this is from my working path...

------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
mpeg2source("F:\dvd-rb\working path\D2VAVS\V01.D2V")
import("F:\Program File\dvd rb pro\removegrain.dll")
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
import("F:\Program File\dvd rb pro\SeeSaw.avs")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
trim(0,1449)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())

Pookie
14th September 2006, 19:38
The answer is right there in front of you.

Wilbert
14th September 2006, 19:41
@all,

I messed up again when trying to split this thead. I made a backup, so don't worry. I've asked the admins to move it back.

@radar,

import("F:\Program File\dvd rb pro\removegrain.dll")

should be

LoadPlugin("F:\Program File\dvd rb pro\removegrain.dll")

radar
14th September 2006, 23:32
@all,

I messed up again when trying to split this thead. I made a backup, so don't worry. I've asked the admins to move it back.

@radar,

import("F:\Program File\dvd rb pro\removegrain.dll")

should be

LoadPlugin("F:\Program File\dvd rb pro\removegrain.dll")


i tried that and it still gets the cant load seesaw error.

i even put all in its own folder named seesaw,still gets the same error.:confused:

krieger2005
15th September 2006, 01:51
:script:

radar
15th September 2006, 02:01
:script:

this scrip was from rack04 and it wouldnt open removegrain for me.


LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\RemoveGrain.dll")
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\Repair.dll")
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
Import("F:\Program Files\AviSynth 2.5\Scripts\SeeSaw.avs")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)

this is my working path

#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
mpeg2source("F:\dvd-rb\working path\D2VAVS\V01.D2V")
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\RemoveGrain.dll")
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\Repair.dll")
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
Import("F:\Program Files\AviSynth 2.5\Scripts\SeeSaw.avs")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
trim(0,1449)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())

Mtz
15th September 2006, 07:21
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
Not "Program Files" ?

enjoy,
Mtz

radar
15th September 2006, 08:56
Not "Program Files" ?

enjoy,
Mtz

thankyou for pointing that out,but when i changed it im getting...unable to load seesaw.


ive tried so many differant ways ,i dont understand why i cant get it to work.

LoadPlugin("F:\Program File\AviSynth 2.5\plugins\RemoveGrain.dll")
LoadPlugin("F:\Program File\AviSynth 2.5\plugins\Repair.dll")
LoadPlugin("F:\Program File\AviSynth 2.5\plugins\MaskTools.dll")
Loadplugin("F:\Program File\AviSynth 2.5\plugins\SeeSaw.avs")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)



#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
mpeg2source("F:\dvd-rb\working path\D2VAVS\V01.D2V")
LoadPlugin("F:\Program File\AviSynth 2.5\plugins\RemoveGrain.dll")
LoadPlugin("F:\Program File\AviSynth 2.5\plugins\Repair.dll")
LoadPlugin("F:\Program File\AviSynth 2.5\plugins\MaskTools.dll")
Loadplugin("F:\Program File\AviSynth 2.5\plugins\SeeSaw.avs")
a= last
b=a.RemoveGrain(mode=25)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
trim(0,1449)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())

Boulder
15th September 2006, 09:34
What does your seesaw.avs look like?