05-31-2003, 03:53 AM
|
Free Member
|
|
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Guys,
I was very curious to all this "Motion Adaptive Filtering" Stuff, so I decided to install Avi Synth 2.51. I used this script:
Code:
LoadPlugin("C:\unzipped\mpeg2dec_25_dll_20030107\MPEG2Dec.dll")
LoadPlugin("C:\unzipped\unfilter_25_dll_20030116\UnFilter_Avisynth_2.5_Alpha\UnFilter.dll")
LoadPlugin("C:\unzipped\stmedianfilter_25_dll_20030122\Avisynth_2.5a_Version\STMedianFilter.dll")
Mpeg2Source("F:\JamesBondDVDSVCD\jb.d2v")
MaxTreshold=1.58
UnFilter(50, 50)
BicubicResize(528, 480, 0, 0.6, 0, 0, 720, 576)
STMedianFilter(8, 32, 0, 0 )
TemporalSoften(2,7,7,3,2) # Experimental!
mergechroma(blur(1.50))
## Dynamic linear adaptive filtering ##
ScriptClip("val=YDifferenceFromPrevious()/14.55" + "val > MaxTreshold ? MergeLuma(blur(MaxTreshold)) : MergeLuma(blur( val ))")
##
Limiter()
But when I load it into Vdub or TMPGEnc I get this Error Message:
Can somebody help me.
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
05-31-2003, 04:12 AM
|
Free Member
|
|
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Get the newest version of AviSynth 2.5x from here: http://cultact-server.novi.dk/kpo/avisynth/avs_cvs.html
it's newer than the one from SourceForge.net, so this will solve your prob!
__________________
j3llyG0053
|
05-31-2003, 04:50 AM
|
Free Member
|
|
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thank you, Jellygoose
But now I've got another Problem
I don't know if it's a real problem, but have look at this Picture:
What does that mean
|
05-31-2003, 05:24 AM
|
Free Member
|
|
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Are you still using the current optimal script?
Well Try to put this on the very top, after the MPEG2Source line:
ConvertToYUY2()
__________________
j3llyG0053
|
05-31-2003, 05:36 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
05-31-2003, 05:42 AM
|
Free Member
|
|
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thx your answers,
I put line "ConvertToYV12" after the "MPEGSource" and it works, but doesn't that also affect the quality???
|
05-31-2003, 05:50 AM
|
Free Member
|
|
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Well you really might wanna install a YV12 decompressor, as jorel posted, because then you don't need that line.
__________________
j3llyG0053
|
05-31-2003, 05:55 AM
|
Free Member
|
|
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
OK.
Now my final question. Is there a way to make at least a manual File size prediction with AviSynth 2.51, since Tok doesn't work with it?
|
05-31-2003, 05:57 AM
|
Free Member
|
|
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
ToK works fine with the new Optimal Script and AviSynth2.5x
Just point it to the 2.5x version of Sampler.dll
__________________
j3llyG0053
|
05-31-2003, 06:03 AM
|
Free Member
|
|
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Where can I find the 2.5 Version of Sampler I didn't find one ???
|
05-31-2003, 06:49 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
here my friend Bchteam,
download the version 0.2a
http://www.jungleweb.net/~sansgrip/avisynth/
Jellygoose,
when i put this line "ConvertToYV12" after the "MPEGSource" don't work.
when use ConvertToYUY2() ,work but i got the same advise that
Bchteam posted at this Picture:
plane difference nly planar image (as YV12)supported!...
and with the ATI.YV12.Planar.Format.Decoder.v4.12.exe ,
work but the image is washed and the black is green like i
posted in the avisynth thread of new script :
see my first post in this page...
http://www.kvcd.net/forum/viewtopic....3999&start=160
thanks.
|
05-31-2003, 07:01 AM
|
Free Member
|
|
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I see that...
What can I say friends... I don't have any problems, and I didn't install a decompressor
Have you asked kwag about it yet?
__________________
j3llyG0053
|
05-31-2003, 08:09 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
@ Bchteam and Jellygoose
yes my friends,first i have the new avisynth251 instaled and
Kwag help me a lot in the thread of the script and in pms too.
seems that only i have this problem in the whole forum.
and the problem remains...the image is washed with 251.
i'm really
|
05-31-2003, 08:40 AM
|
Free Member
|
|
Join Date: Dec 2002
Location: Montreal, Canada
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by jorel
@ Bchteam and Jellygoose
yes my friends,first i have the new avisynth251 instaled and
Kwag help me a lot in the thread of the script and in pms too.
seems that only i have this problem in the whole forum.
and the problem remains...the image is washed with 251.
i'm really
|
Jorel buddy.... I found the problem!!
I uninstalled YV12 decompressor, uninstalled AviSynth 2.08 COMPLETELY, uninstalled AviSynth 2.51 COMPLETELY.
Reinstalled only AviSynth 2.51 WITH (I think this is where I went wrong the first time) ffvfw option!!!
Ran a test... BINGO!!! It's beautiful!!!
Try it and let me know!
__________________
DorvalCS
|
05-31-2003, 12:38 PM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
All times are GMT -5. The time now is 12:41 PM — vBulletin © Jelsoft Enterprises Ltd
|