View Full Version : problem using dvd rb filter option.
radar
14th September 2006, 09:55
hi has anyone tried using seesaw filter with dvd rb filter opt.
i was having help in avisynth thread and all that i installed for this filter should work.they sugested to come here for help incase the setup is differant with dvd rb filter opt.
please any help,thanks.
jdobbs
14th September 2006, 13:31
What error are you getting? I looked up seesaw and it requires two other filters:
MaskTools2 2a21+
Removegrain 1.0-pre
Have you loaded those?
radar
14th September 2006, 19:11
What error are you getting? I looked up seesaw and it requires two other filters:
MaskTools2 2a21+
Removegrain 1.0-pre
Have you loaded those?
hi jdobbs...
this is what i have in my avisynth plugin folder...
directshowsource.dll2.5.6.0
seesaw.avsi
removegrain.dll
tcpdeliver.dll
masktool.dll1.5.1.0
i also have removegrain.dll and seesaw.avs in my dvd rb folder(they sugested i try that).
this is my 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)
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")
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())
this is my error im getting when i try to play the clip
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)
rack04
14th September 2006, 19:57
You don't need this line:
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
Since it is automatically loaded by DVD Rebuilder.
Try this:
LoadPlugin("F:\Program File\dvd rb pro\removegrain.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)
radar
14th September 2006, 20:06
You don't need this line:
LoadPlugin("F:\Program File\dvd rb pro\DGDecode.dll")
Since it is automatically loaded by DVD Rebuilder.
Try this:
LoadPlugin("F:\Program File\dvd rb pro\removegrain.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)
hi , i tried your scrip, but im getting "cant open seesaw"error
have you used seesaw with dvd rb .thanks
jdobbs
14th September 2006, 20:09
[removed] I just spouted some repetitious nonsense.
rack04
14th September 2006, 20:13
hi , i tried your scrip, but im getting "cant open seesaw"error
have you used seesaw with dvd rb .thanks
No I haven't but I will sure test when I get home from work.
radar
14th September 2006, 20:18
No I haven't but I will sure test when I get home from work.
if you get it to work,let me know.ive been trying for 3 days,im a noob with using filters and writing scrips.
you may want to read some of my post on avisynth thread.i was getting help thier.good luck and thanks.
rack04
14th September 2006, 20:36
Let me try it again. First download RemoveGrain.rar (http://home.arcor.de/kassandro/RemoveGrain/RemoveGrain.rar) and extract Repair.dll to your F:\Program File\dvd rb pro\
Now try this:
LoadPlugin("F:\Program File\dvd rb pro\removegrain.dll")
LoadPlugin("F:\Program File\dvd rb pro\repair.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)
radar
14th September 2006, 20:58
Let me try it again. First download RemoveGrain.rar (http://home.arcor.de/kassandro/RemoveGrain/RemoveGrain.rar) and extract Repair.dll to your F:\Program File\dvd rb pro\
Now try this:
LoadPlugin("F:\Program File\dvd rb pro\removegrain.dll")
LoadPlugin("F:\Program File\dvd rb pro\repair.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)
ok i downloaded the file and changed my scrip.
getting ... couldnt open seesaw.
rack04
14th September 2006, 21:37
Copy and Paste the following line into the windows explorer address field. See if it opens the file.
F:\Program File\dvd rb pro\SeeSaw.avs
radar
14th September 2006, 21:47
Copy and Paste the following line into the windows explorer address field. See if it opens the file.
F:\Program File\dvd rb pro\SeeSaw.avs
i copied that line to explorer address and it couldnt find it
rack04
14th September 2006, 21:56
That means the path is wrong. Verify that you have SeeSaw.avs in the path F:\Program File\dvd rb pro\
radar
14th September 2006, 21:59
That means the path is wrong. Verify that you have SeeSaw.avs in the path F:\Program File\dvd rb pro\
i have it in my dvd rb pro file.
this is my ini,if it helps
[Options]
Mode=1
OneClick=1
ReduceOpt=0
NoWarn=1
AdditionalOutput=1
LogFile=1
QuEncHQ=1
EncoderMinimized=1
RemoveDTS=0
HC_Quality=1
HC_Matrix=1
SkinVersion=12
Skin=Rockas Original
AudioDub=1
QuEncodeType=0
iDCT=0
GOP=0
DCPrec=0
MainMatrix=Encoder Default
LowMatrix=Same as Main Feature
VLowMatrix=Same as Main Feature
ExtraMatrix=Same as Main Feature
ProCoder_Quality=4
DVD_Label=2 SHRK TO RB
DVD_Name=2 SHRK TO RB.ISO
MovieOnly=0
HalfD1=00
Convert_16_9=00
DisableInterlace=00
ConvertToYUY2=1
CCE=3
RemoveDC=1
NewEditor=1
AVSFilter01=LoadPlugin("F:\Program File\dvd rb pro\removegrain.dll")
AVSFilter02=LoadPlugin("F:\Program File\dvd rb pro\repair.dll")
AVSFilter03=Import("F:\Program File\dvd rb pro\SeeSaw.avs")
AVSFilter04=a= last
Completed=34
ForceEncode=1
AVSFilter05=b=a.RemoveGrain(mode=25)
AVSFilter06=SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
[Paths]
ProCoder=C:\Programas\DVD-RB PRO\Encoders\EclPro\EclPro.exe
DECOMB=F:\Program File\AviSynth 2.5\plugins\Decomb521.dll
MPEG2DEC=F:\Program File\dvd rb pro\DGDecode.dll
Working=F:\dvd-rb\working path\
Output=F:\DVD-RB\FINALFILES\PATH 4\
CCENew=F:\Program File\cce 2.70.02.04\cctspt.exe
Source=F:\2 SHRK TO RB\VIDEO_TS\
[Audio]
Selected=1
Remapping=
[Subpictures]
Selected=
[Setup]
Languages=1111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
sLanguages=1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
[CCEOptions]
VBR_bias=25
Quality_prec=16
eclPasses=2
rack04
14th September 2006, 22:41
I don't mean to sound harsh but if SeeSaw.avs was in fact in F:\Program File\dvd rb pro\ then F:\Program File\dvd rb pro\SeeSaw.avs pasted in the explorer address field would open that file. If you get an error saying the file could not be found that it because the file doesn't exist in that path.
For simplicity create a new folder at F:\ called SeeSaw. In this folder copy and paste RemoveGrain.dll, Repair.dll, MaskTools.dll, and SeeSaw.avs. Now run the following script in DVD Rebuilder:
LoadPlugin("F:\SeeSaw\RemoveGrain.dll")
LoadPlugin("F:\SeeSaw\Repair.dll")
LoadPlugin("F:\SeeSaw\MaskTools.dll")
Import("F:\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)
Let me know if this works.
radar
14th September 2006, 23:04
I don't mean to sound harsh but if SeeSaw.avs was in fact in F:\Program File\dvd rb pro\ then F:\Program File\dvd rb pro\SeeSaw.avs pasted in the explorer address field would open that file. If you get an error saying the file could not be found that it because the file doesn't exist in that path.
For simplicity create a new folder at F:\ called SeeSaw. In this folder copy and paste RemoveGrain.dll, Repair.dll, MaskTools.dll, and SeeSaw.avs. Now run the following script in DVD Rebuilder:
LoadPlugin("F:\SeeSaw\RemoveGrain.dll")
LoadPlugin("F:\SeeSaw\Repair.dll")
LoadPlugin("F:\SeeSaw\MaskTools.dll")
Import("F:\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)
Let me know if this works.
ok i will try that .have to go 45min.try when i get back.thank you very much for your time and help.
radar
14th September 2006, 23:57
i made the seesaw folder and put all the files you said.i get the same error ....
cant open seesaw.avs
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:\SeeSaw\RemoveGrain.dll")
LoadPlugin("F:\SeeSaw\Repair.dll")
LoadPlugin("F:\SeeSaw\MaskTools.dll")
Import("F:\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())
dvd rb info....
[14:52:44] One Click encoding activated...
-----------------
[14:52:45] Phase I, PREPARATION started.
- DVD-RB v1.10.6
- 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.
[14:52:46] Phase I, PREPARATION completed in 0 minutes.
[14:52:46] Phase II ENCODING started
- Creating M2V for VTS_01 segment 0
[14:53:08] Phase II ENCODING completed in 1 minutes.
[14:53:08] Phase III, REBUILD started.
- Copying IFO, BUP, and unaltered files...
- Processing VTS_01
rack04
15th September 2006, 00:13
Sorry, I'm out of ideas. Once I get home I'll see if I can get it to work.
radar
15th September 2006, 00:18
Sorry, I'm out of ideas. Once I get home I'll see if I can get it to work.
ok i hope it works for you.thank you very much for all your help.please let me know if you get it to work.thanks again.
rack04
15th September 2006, 01:20
I'm happy to report that this script works perfectly.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrain.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Repair.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
Import("C:\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)
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:02, CELLID:04
#------------------
LoadPlugin("C:\Program Files\DVD-RB PRO\DGDecode.dll")
mpeg2source("D:\DVD\Work\D2VAVS\V01.D2V")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrain.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Repair.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools.dll")
Import("C:\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(16021,22532)
ConvertToYUY2()
AudioDub(BlankClip())
-----------------
[18:12:26] Phase I, PREPARATION started.
- DVD-RB v1.10.7
- ProCoder selected.
- "Movie and Menus Only" mode is enabled.
- VTS_01: 2,726,029 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 117,480 frames.
-- Building .AVS and .ECL files
- VTS_02: 420 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 31 frames.
-- Building .AVS and .ECL files
- VTS_03: 257 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 2 frames.
-- Building .AVS and .ECL files
- VTS_04: 3,848 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 315 frames.
-- Building .AVS and .ECL files
- VTS_05: 5,201 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 555 frames.
-- Building .AVS and .ECL files
- VTS_06: 7,379 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 453 frames.
-- Building .AVS and .ECL files
- VTS_07: 1,110 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 41 frames.
-- Building .AVS and .ECL files
- VTS_08: 214,860 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 14,044 frames.
-- Building .AVS and .ECL files
- VTS_09: 1,315 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 64 frames.
-- Building .AVS and .ECL files
- VTS_10: 95,607 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 6,292 frames.
-- Building .AVS and .ECL files
- VTS_11: 155,771 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 10,435 frames.
-- Building .AVS and .ECL files
- VTS_12: 133,809 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 8,806 frames.
-- Building .AVS and .ECL files
- Reduction Level for DVD-5: 69.6%
- Overall Bitrate : 6,360/5,088Kbs
- Space for Video : 4,106,120KB
- Blanking all EXTRA Segments
-- Feature before/after: 5,499 / 6,944 Kbs
[18:16:11] Phase I, PREPARATION completed in 4 minutes.
[18:16:34] Phase II ENCODING started
- Creating M2V for VTS_01 segment 0
- Creating M2V for VTS_01 segment 1
- Creating M2V for VTS_01 segment 2
Only thing that has me worried is that in my DVD Rebuilder Log is doesn't say - AVS Filters are enabled.
radar
15th September 2006, 02:25
hi rack04
i tried your scrip(change c to f) and set up the files back to avisynth.
still getting an error ...
cant load removegrain
what avisyth are you using
im using 2.5.6
also have you tried to play the movie yet.
rack04
15th September 2006, 02:38
All I can say is that make sure that the dll and avs files are where you are trying to load them from. I am using AviSynth 2.5.6. The movie is still encoding.
radar
15th September 2006, 02:42
All I can say is that make sure that the dll and avs files are where you are trying to load them from. I am using AviSynth 2.5.6. The movie is still encoding.
the error only comes up when you try to play the movie.my would encode still.
rack04
15th September 2006, 02:44
You totally lost me. Why would you need the filters to play the move after it's run through DVD Rebuilder.
radar
15th September 2006, 02:47
You totally lost me. Why would you need the filters to play the move after it's run through DVD Rebuilder.
no im encoding a movie using filter opt in rb.
the only time i see this error is when i play the files i encoded.
you might want to try it on a small clip.to see if it works
Rippraff
15th September 2006, 03:08
There's no need to encode if your unsure. Just open one of the generated avs files with Media Player Classic/Virtual Dub/... after the prepare phase.
And by the way, if your importing another script like seesaw.avs it could be usefull to post this script as well. ;)
Cu Rippraff
radar
15th September 2006, 03:18
There's no need to encode if your unsure. Just open one of the generated avs files with Media Player Classic/Virtual Dub/... after the prepare phase.
And by the way, if your importing another script like seesaw.avs it could be usefull to post this script as well. ;)
Cu Rippraff
ok thanks
have you tried dvd rb filter opt with seesaw.
Rippraff
15th September 2006, 03:19
No sorry, never.
Edit: Update, just tried it and had no problems besides speed decrease. This is a true Didée... :D
I took seesaw from here (http://forum.doom9.org/showthread.php?t=115727).
Cu Rippraff
radar
15th September 2006, 04:29
No sorry, never.
Edit: Update, just tried it and had no problems besides speed decrease. This is a true Didée... :D
I took seesaw from here (http://forum.doom9.org/showthread.php?t=115727).
Cu Rippraff
:script:
Rippraff
15th September 2006, 04:36
How many times do you need the same script? :rolleyes:
LoadPlugin("D:\Programme\AviSynth 2.5\FdK\RemoveGrain.dll")
LoadPlugin("D:\Programme\AviSynth 2.5\FdK\Repair.dll")
LoadPlugin("D:\Programme\AviSynth 2.5\FdK\MaskTools.dll")
Import("D:\Programme\AviSynth 2.5\FdK\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)
radar
15th September 2006, 04:41
How many times do you need the same script? :rolleyes:
thanks
whats the FDK for and whats the build #of masktools
Rippraff
15th September 2006, 05:08
whats the FDK for
That's completely out of interest, you can store the files everywhere as long as you are pointing to them in the right way. whats the build #of masktools
I don't remember but I guess one of the links which people gave you in your original thread (http://forum.doom9.org/showthread.php?t=115940) or even the one I've posted above will guide you to the right files.
If you still having trouble open one of your avs files in Virtual Dub and post the complete error message here.
Sorry, that's all I can say and I'm going to bed now cause it's 5am here...
Cu Rippraff
radar
15th September 2006, 10:04
hi Rippraff ,did you view the movie after the encoding and rb completed it job.couse mine would do a full encode but when i go to watch it my player.it would show only the error across the screen.
rack04
15th September 2006, 13:48
hi Rippraff ,did you view the movie after the encoding and rb completed it job.couse mine would do a full encode but when i go to watch it my player.it would show only the error across the screen.
Filters are only used during the encode not during playback. What player are you using and are you viewing the dvd files or ISO?
Rippraff
15th September 2006, 14:52
hi Rippraff ,did you view the movie after the encoding and rb completed it job.
First of all, I don't want to encode a movie with this filter combination. It was only a kind of support for you to check, if it works with RB or not.
In my case it does. I've checked the script after prepare phase and encoded one of the longer segments and cancelled after this. The resulting m2v played fine.
but when i go to watch it my player.it would show only the error across the screen
Then you didn't follow my advice here (http://forum.doom9.org/showthread.php?p=875962#post875962).
Filters are only used during the encode not during playback.
Sorry that's wrong. If you open an avs file with rightclick "open with" and say Media Player Classic all filters will be applied. The same goes for Virtual Dub and that's why I've recommended radar to check his files first before he encodes error message files. ;)
Cu Rippraff
rack04
15th September 2006, 15:03
Sorry that's wrong. If you open an avs file with rightclick "open with" and say Media Player Classic all filters will be applied. The same goes for Virtual Dub and that's why I've recommended radar to check his files first before he encodes error message files. ;)
Cu Rippraff
I stand corrected. I shouldn't have assumed that he was trying to play the DVD Rebuilder output after the "Rebuild" phase. Either way my script works perfectly for me.
radar
15th September 2006, 18:52
hi Rippraff,its not that i didnt want to fallow your advice but the clip is small enough to let it run thru.i tried to play it with nero show,windows,power dvd and all show the error across the screen.ive tried all of your guy's ways and all the same problem.only thing i can think that may be the problem is that what should be in my avisynth plugin folder.i just took the dll's it called for,no other files that were in the downloads.
this 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.avs
repair.dll
deen.dll
nicaudio.dll
undot.dll
colors_rgb avisynth autoload script
decomb521.dll
rack04
15th September 2006, 19:54
First of all it should be removegrain.dll not removegrains.dll. Second you should have MaskTools.dll.
radar
15th September 2006, 20:02
First of all it should be removegrain.dll not removegrains.dll. Second you should have MaskTools.dll.
sorry i just made a typo.my scripts are typed just like the file name.also i am using removegrain.dll
for some reason it wont load seesaw.
SpazzHH
16th September 2006, 02:27
this what i have in my plugin folder
directshowsource.dll2.5.6.0
removegrains.dll
masktolls.dll1.5.1.0
jdobbs stated near the top of the page that you must have MaskTools2 2a21+. Have you tried updating to the proper version?
radar
17th September 2006, 05:55
i would like to thank everyone who helped me with seesaw.i finaly have it working.a big thanks to Rippraff for getting the right script together.thanks again everyone.
this is my script...
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)
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.