Log in

View Full Version : Getting Seesaw and Removegrain to work


Pages : 1 [2]

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....