View Full Version : Getting Seesaw and Removegrain to work


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?

radar
15th September 2006, 10:07
What does your seesaw.avs look like?

im sorry i dont understand,do you mean...

[00:50:14] One Click encoding activated...
-----------------
[00:50:15] Phase I, PREPARATION started.
- DVD-RB v1.10.7
- CCE 2.70.2.4 encoder selected.
- AVS Filters are enabled.
- VTS_01: 32,588 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 1,450 frames.
-- Building .AVS and .ECL files
- Reduction Level for DVD-5: 100.0%
- Overall Bitrate : 10,436/8,349Kbs
- Space for Video : 4,469,224KB
- HIGH/LOW/TYPICAL Bitrates: 8,348/8,348/8,349 Kbs
-- FEATURE does not require reencoding.
[00:50:17] Phase I, PREPARATION completed in 0 minutes.
[00:50:17] Phase II ENCODING started
- Creating M2V for VTS_01 segment 0
[00:50:39] Phase II ENCODING completed in 0 minutes.
[00:50:39] Phase III, REBUILD started.
- Copying IFO, BUP, and unaltered files...
- Processing VTS_01
- Reading/processing TMAP table...
- Rebuilding seg 0 VOBID 1 CELLID 1
- Updating NAVPACKS for VOBID_01
- Updated VTS_C_ADT.
- Updated VTS_VOBU_ADMAP.
- Updated IFO: VTS_01_0.IFO
- Updating TMAP table...
- Correcting VTS Sectors...
[00:50:41] Phase III, REBUILD completed in 0 minutes.

Done.
[00:50:41] PREPARE/ENCODE/REBUILD completed in 0 min.

or

#------------------
# 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())

krieger2005
15th September 2006, 20:35
Don't use DVD-RB, because it is a Avisynth-usage-Problem. For that open one of the AVS-Files created by DVD-RB in VDub. When you don't get an error, there is no Problem on the side of the usage of Avisynth.

If you get an error, than post the error exactly. Post also the Script, which you tried to open in VDub and get an error. And look, if the Place of the used DLL-Files and the AVS-Files are on the pointed Locations.

And don't make again such failure: AVS <-> AVI <-> AVSI , or "Program File"<-> "Program Files".

Boulder
15th September 2006, 21:02
The simplest solution of all is to:

1) Determine which directory Avisynth is installed in
2) Put all the needed dlls in the Plugins folder, which is under the Avisynth 2.5 installation folder
3) Put the seesaw.avs to the Plugins folder as well and rename it to seesaw.avsi
4) Remove all LoadPlugin and Import calls from the script (except the one that loads DGDecode.dll because that's DVD-RB's work)
5) Try opening the script in VirtualDub

If this doesn't work, post the exact error message and the script here.

Rippraff
15th September 2006, 22:45
By the way we've desperately tried it here (http://forum.doom9.org/showthread.php?t=115924) as well...

Cu Rippraff

Pookie
16th September 2006, 00:42
He's got (at LEAST) 3 program directories

F:\Program File\
F:\Program FileS\
C:\Programas\


Ouch!

radar
16th September 2006, 00:52
He's got (at LEAST) 3 program directories

F:\Program File\
F:\Program FileS\
C:\Programas\


Ouch!

no ive been changing them around.

radar
16th September 2006, 00:56
The simplest solution of all is to:

1) Determine which directory Avisynth is installed in
2) Put all the needed dlls in the Plugins folder, which is under the Avisynth 2.5 installation folder
3) Put the seesaw.avs to the Plugins folder as well and rename it to seesaw.avsi
4) Remove all LoadPlugin and Import calls from the script (except the one that loads DGDecode.dll because that's DVD-RB's work)
5) Try opening the script in VirtualDub

If this doesn't work, post the exact error message and the script here.

here is my error using virtualdub....

error during script execution at line 1,columm 11:variable'loadplugin'not found

loadplugin<!>("F:program file\dvd rb pro\DGDecode.dll")


my script

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)


i have no idea why that face is on my post???

Boulder
16th September 2006, 06:23
Try reinstalling Avisynth.

radar
16th September 2006, 21:58
Try reinstalling Avisynth.

hi ive tried unistalling everything,same error.is it possible to have the wrong versions of the dll or avisynth.(using 260 right now).i have tried vers 2.5.6 with dvd rb filter opt and was getting loading errors,posted here.

i cant believe i cant get this to work.ive done all that was suggested.working on it for 4 days,running out of hair to pull out.:(

Rippraff
16th September 2006, 22:10
260 :confused:
Stick with 2.5.6a (http://sourceforge.net/project/showfiles.php?group_id=57023&package_id=72557&release_id=366697) this is the current stable version (and the one that's recommended with DVD-RB).

Cu Rippraff

radar
16th September 2006, 22:12
260 :confused:
Stick with 2.5.6a (http://sourceforge.net/project/showfiles.php?group_id=57023&package_id=72557&release_id=366697) this is the current stable version (and the one that's recommended with DVD-RB).

Cu Rippraff

ok ill go back to vers 2.5.6

radar
16th September 2006, 22:28
ok i reinstalled avisynth 2.5.6
i open virtualdub and i select file tab(upper left side of the program).select run script and add this script to it....
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)

my error is...
error during script execution at line 1,column 11:variable 'loadplugin'not found
loadplugin<!>("F:\program File\dvd rb pro\DGDecode.dll")

Wilbert
16th September 2006, 22:37
i select file tab(upper left side of the program).select run script and add this script to it....
No, don't do that. That's for vcf scripts (VDub can make scripts too, but those are different than AviSynth ones). Just open the script as you would open any avi file.

radar
16th September 2006, 22:48
No, don't do that. That's for vcf scripts (VDub can make scripts too, but those are different than AviSynth ones). Just open the script as you would open any avi file.

sorry ive never used virtualdub.wich tab do i go to (file then open video file)thanks

Rippraff
16th September 2006, 22:57
File => Open video file (or just CTRL+O) => chose one of your .avs

radar
16th September 2006, 23:18
File => Open video file (or just CTRL+O) => chose one of your .avs

do you mean one of the files in dvd rb working path file.

Rippraff
16th September 2006, 23:27
Yes. :)
You could make your own avs just with an text editor (e.g. Notepad). But when I think of all your typos maybe it's a better idea to take one of the RB working directory (Sorry, couldn't resist ;)).

And by the way, if you make changes in RB's filter editor you have always to rerun prepare as the .avs files were build during that phase.

Cu Rippraff

radar
16th September 2006, 23:42
Yes. :)
You could make your own avs just with an text editor (e.g. Notepad). But when I think of all your typos maybe it's a better idea to take one of the RB working directory (Sorry, couldn't resist ;)).

And by the way, if you make changes in RB's filter editor you have always to rerun prepare as the .avs files were build during that phase.

Cu Rippraff

hi,i dont blame ya about the typo comment,i would have gave up on me along time ago:o

ok i open rb working path,select vdub to open avisynth script in the working path folder.this is the error...

avisynth open failure:
i dont know what "SeeSaw"means
(F:\dvd-rb\working path\D2VAVS\v01000000001001.AVS,line 8)

Rippraff
16th September 2006, 23:48
Open v01000000001001.AVS with an editor copy all of its content and paste it here inside the http://forum.doom9.org/images/editor/quote.gif-button.

Cu Rippraff

radar
16th September 2006, 23:50
#------------------
# 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\DGDecode.dll")
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())

Rippraff
17th September 2006, 00:09
SeeSaw.avs is wrong.

There are two ways, open v01000000001001.AVS with an editor and set it to:
#------------------
# 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("wherever your files are stored\RemoveGrain.dll")
LoadPlugin("wherever your files are stored\Repair.dll")
LoadPlugin("wherever your files are stored\MaskTools.dll")
Import("wherever your files are stored\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())

Or, if you followed Boulders advice (http://forum.doom9.org/showthread.php?p=876297#post876297) and all needed dlls are stored in plugins path of avisynth and you've renamed seesaw.avs to seesaw.avsi then change it to
#------------------
# 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")
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())

Open it again in VD and report back.

Cu Rippraff

radar
17th September 2006, 00:23
ok i renamed seesaw.avs to avsi.

i pasted this script in my working path avs...

#------------------
# 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")
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())

i opened with vdub,this is my error...

avisynth open failure:
i dont know what "SeeSaw"means
(F:\dvd-rb\working path\D2VAS\v01000000001001.AVS,line 10)


i also tried it with the first above script,my error...

avisynth open failure:
loadplugin:unable to load"F:program file\avisynth 2.5\plugins\removegrain.dll"
(F:\dvd-rb\working path\d2vavs\v01000000001001.avs,line 9)

Rippraff
17th September 2006, 00:31
Really confusing...

Next try, rename it back to SeeSaw.avs and try it with the first suggestion and please point to the correct pathes when you replace wherever your files are stored.

Cu Rippraff

radar
17th September 2006, 00:42
i also tried it with the first above script,my error...

avisynth open failure:
loadplugin:unable to load"Frogram file\avisynth 2.5\plugins\removegrain.dll"
(F:\dvd-rb\working path\d2vavs\v01000000001001.avs,line 9)

script

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")
Import("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)

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 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")
Import("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())

Rippraff
17th September 2006, 00:52
What did I say? Don't do any typos! :devil:

Number 1:
avisynth open failure:
loadplugin:unable to load"Frogram file\avisynth 2.5\plugins\removegrain.dll"
(F:\dvd-rb\working path\d2vavs\v01000000001001.avs,line 9)

But this is obviously one which you just made. :rolleyes:

Nr.2: But this won't work without backslashes:
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")
Import("F:Program File\AviSynth 2.5\Plugins\SeeSaw.avs")
it should be:
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")
Import("F:\Program File\AviSynth 2.5\Plugins\SeeSaw.avs")
I guess I'll lose all my hair this night...

radar
17th September 2006, 00:57
im very sorry about my typing ,im a truck mechanic by trade.;)

im going to put the slashes in.thanks

i feel were getting closer.
vdub error after slash correction...

avisynth open failure:
loadplugin:unable to load"F:\program file\avisynth 2.5\plugins\masktools.dll"
(F:\dvd-rb\workingpath\D2VAVS\v01000000001001.avs,line 11)

script

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")
Import("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)

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 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")
Import("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())

Rippraff
17th September 2006, 02:04
i feel were getting closer.
Really? :p

This is probably my last attempt (but I thought this the last night too ;)):
Unzip these files (http://www.rippraff.de/Stuff/radar.zip) to F:\ if your being asked if V01000000001001.AVS should be overwritten answer with "yes".

Reopen V01000000001001.AVS in VirtualDub and report back.

Cu Rippraff

radar
17th September 2006, 02:19
ok i installed those files into my f drive.
i opened with vdub and my clip popped up on vdub
i have no idea what you did ,but it worked.
what did you do.was it my typing errors.

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 File\AviSynth 2.5\SeeSaw\RemoveGrain.dll")
LoadPlugin("F:\Program File\AviSynth 2.5\SeeSaw\Repair.dll")
LoadPlugin("F:\Program File\AviSynth 2.5\SeeSaw\MaskTools.dll")
Import("F:\Program File\AviSynth 2.5\SeeSaw\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())


i see the changes.why dose this work,is it my setup

Rippraff
17th September 2006, 02:23
YIPPIEH! :)

Frankly speaking I wasn't sure if you haven't totally messed up Avisynth installation.
I don't know whether there were still typos or you got the wrong dll's.

What processor are you using?

Cu Rippraff

radar
17th September 2006, 02:26
YIPPIEH! :)

Frankly speaking I wasn't sure if you haven't totally messed up Avisynth installation.
I don't know whether there were still typos or you got the wrong dll's.

What processor are you using?

Cu Rippraff

athalon 3000+ 2gigs of ram , 2 harddrives

radar
17th September 2006, 02:27
so when i do my scripts do it the way you have it

Rippraff
17th September 2006, 02:32
athalon again... just kidding ;)

Okay next step:
Open RB => open filter editor => copy and paste the following (this and nothing else):

LoadPlugin("F:\Program File\AviSynth 2.5\SeeSaw\RemoveGrain.dll")
LoadPlugin("F:\Program File\AviSynth 2.5\SeeSaw\Repair.dll")
LoadPlugin("F:\Program File\AviSynth 2.5\SeeSaw\MaskTools.dll")
Import("F:\Program File\AviSynth 2.5\SeeSaw\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)

=> Save and exit
Under AVS Options unmark AudioDub(BlankClip()) (as you don't need this with a newer CPU)

Rerun everything again (Prepare, Encode, Rebuild or Backup if your in 1-Click-Mode).

Report back when your done and better in the RB section.

Cu Rippraff

radar
17th September 2006, 02:42
ok i did that , all worked great in rb.it played on nero show.
i cant thank you enough for all your time and help.thank you thank you so much.:D

now all i have to is learn how to tweak seesaw;)

thanks again...
p.s

if you ever buy a diesel truck and need some mechanical advise,just pm me:D

Rippraff
17th September 2006, 02:53
ok i did that , all worked great in rb.it played on nero show.
i cant thank you enough for all your time and help.thank you thank you so much.:D
I'm glad that you finally get it to work. :)
And I'm also glad that I wasn't running out of beer... :D

now all i have to is learn how to tweak seesaw;)
Say what!? http://www.jonas-im-wal.de/Gifs/shocked.gif

if you ever buy a diesel truck and need some mechanical advise,just pm me:D
This will probably never happen but thanks for the offer. ;)

Cu Rippraff

radar
17th September 2006, 02:54
double my post

acebrain
17th September 2006, 20:14
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\decomb.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\awarpsharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\msharpen.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\degrainmedian.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\colormatrix.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\DenoiseSharpen.dll")
Import("C:\Program Files\AviSynth 2.5\Plugins\SeeSaw.avs")
a= last
b=a.DenoiseSharpen()
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
mpeg2source("G:\akh.d2v")

Telecide(order=1,guide=1).Decimate()
crop(2,4,700,468)
LanczosResize(640,272)
Undot()
msharpen()
colormatrix()
I renamed programe Files to programe file , i renamd SeeSaw.avs to SeeSae.avsi .
i chage the path of seesaw
Import("C:\Program Files\AviSynth 2.5\Scripts\SeeSaw.avs")
I tried everything but nothing worked for me .. i always got the error ..
Import couldnt open "C:\Program Files\AviSynth 2.5\Scripts\SeeSaw.avs"
C:\progra~1\grodia~1 preview.avs line 10 )
please help .

RogueSquadron
17th September 2006, 20:46
your calling the seesaw function even before you load the source? :confused: change the script cal the function at the end also if u have renamed seesaw to seesae.avs import according to the file name like Import("C:\Program Files\AviSynth 2.5\Plugins\SeeSae.avs")

foxyshadis
18th September 2006, 01:11
May I suggest this tool? Use it for every single one of your files, just paste the filename in instead of typing it in. Then there's no room for mistyping or wrong paths.

http://stefan.bertels.org/en/clipboardpath

RogueSquadron
18th September 2006, 06:41
May I suggest this tool? Use it for every single one of your files, just paste the filename in instead of typing it in. Then there's no room for mistyping or wrong paths.

http://stefan.bertels.org/en/clipboardpath

never came across that one but it sure is handy. thanyou foxy ;)

radar
22nd September 2006, 02:03
May I suggest this tool? Use it for every single one of your files, just paste the filename in instead of typing it in. Then there's no room for mistyping or wrong paths.

http://stefan.bertels.org/en/clipboardpath

hi foxyshadis i cant get this prog to work.the link works but not the prog.how did you get it to work.thanks

foxyshadis
22nd September 2006, 05:02
Works fine for me on XP. Installed and in explorer all files have a "Copy path to clipboard" in the right click menu now. If you're on 98 or something there are probably similar utilities for it, if this one isn't compatible.

radar
22nd September 2006, 07:43
it installed and i can use the function "copy to clipboard but it dosnt copy to the clipboard.

M.A.V.E.R.I.C.K
22nd November 2007, 04:52
Guyz i Am getting an error while running this script can anyone troubleshoot this issue.....

tfm(order=-1).tdecimate() crop( 2, 56, -2, -56) Tweak(hue=1,sat=.85,cont=1.0,bright=-1,coring=false) LimitedSharpenFaster(ss_x=1.3,ss_y=1.3, Smode=4,strength=90,overshoot=2) LanczosResize(640,272) # Lanczos (Sharp)


Well I Have Imported All The Plugins Inside The Directory......
I Have Also Updated My MeGUI And Tools To Its Latest Version....

This Is Wat I Get...

http://maxupload.com/img/FD1E8ED6.jpg

I have also tried loading the dlls manually in the script editor...

R3Z
22nd November 2007, 06:38
Guyz i Am getting an error while running this script can anyone troubleshoot this issue.....



Well I Have Imported All The Plugins Inside The Directory......
I Have Also Updated My MeGUI And Tools To Its Latest Version....

This Is Wat I Get...

http://maxupload.com/img/FD1E8ED6.jpg

I have also tried loading the dlls manually in the script editor...

Upgrade removegrain.

Didée
22nd November 2007, 08:51
http://forum.doom9.org/showthread.php?p=976573#post976573

M.A.V.E.R.I.C.K
22nd November 2007, 13:44
Thanks A Lot I Got My Problem Fixed.....I Was Using RemoveGrain 0.9....And Then I Upgraded With RemoveGrain 1.0 Beta...The Script Is Working Perfect....