Quantcast Avisynth: AVS 2.5x Script, Motion Adaptive Filtering Problems? - digitalFAQ.com Forums [Archives]
  #1  
05-31-2003, 03:53 AM
Bchteam Bchteam is offline
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.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-31-2003, 04:12 AM
Jellygoose Jellygoose is offline
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
Reply With Quote
  #3  
05-31-2003, 04:50 AM
Bchteam Bchteam is offline
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
Reply With Quote
  #4  
05-31-2003, 05:24 AM
Jellygoose Jellygoose is offline
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
Reply With Quote
  #5  
05-31-2003, 05:36 AM
jorel jorel is offline
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


or install a good decompressor:

http://mirror01.iptelecom.net.ua/~video/

Reply With Quote
  #6  
05-31-2003, 05:42 AM
Bchteam Bchteam is offline
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???
Reply With Quote
  #7  
05-31-2003, 05:50 AM
Jellygoose Jellygoose is offline
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
Reply With Quote
  #8  
05-31-2003, 05:55 AM
Bchteam Bchteam is offline
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?
Reply With Quote
  #9  
05-31-2003, 05:57 AM
Jellygoose Jellygoose is offline
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
Reply With Quote
  #10  
05-31-2003, 06:03 AM
Bchteam Bchteam is offline
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 ???
Reply With Quote
  #11  
05-31-2003, 06:49 AM
jorel jorel is offline
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 differencenly 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.
Reply With Quote
  #12  
05-31-2003, 07:01 AM
Jellygoose Jellygoose is offline
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
Reply With Quote
  #13  
05-31-2003, 07:08 AM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
Thx for the link Friend Jorel ,

Did you already try the newest AviSynth version:

http://cultact-server.novi.dk/kpo/av...nth_210503.exe
Reply With Quote
  #14  
05-31-2003, 08:09 AM
jorel jorel is offline
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

Reply With Quote
  #15  
05-31-2003, 08:40 AM
DorvalCS DorvalCS is offline
Free Member
 
Join Date: Dec 2002
Location: Montreal, Canada
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to DorvalCS
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
Reply With Quote
  #16  
05-31-2003, 12:38 PM
jorel jorel is offline
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





@DorvalCS.....BINGO.

dear friend, you're fantastic


with ffvfw option,of course.....

right between the eyes.

now the image is

thank you very much.

:yippie:
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Message from linear motion adaptive filtering? holgerschlegel Avisynth Scripting 7 08-27-2003 04:08 AM
KVCD: Where is the Motion Adaptive Script? kwag Video Encoding and Conversion 0 08-13-2003 02:22 PM
Avisynth: Help with Linear Motion Adaptive Filtering pitoman Avisynth Scripting 2 08-05-2003 12:51 PM
Avisynth: Motion adaptive filtering good enough? bicho_visacoso Avisynth Scripting 6 06-15-2003 06:30 AM
Avisynth: Motion adaptive filtering now possible? sbin Avisynth Scripting 494 06-13-2003 06:43 PM

Thread Tools



 
All times are GMT -5. The time now is 04:49 AM  —  vBulletin © Jelsoft Enterprises Ltd