Quantcast Avisynth: What Filters Now? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
10-17-2003, 08:31 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
I'm encoding resident evil over again and i just want to know what filters i should use now to clean up the picture even more.



you can see alot of detail loss and alot of noise, so could you guys suggest what i should take out and what i should put in?

This is the script i'm already using on it:

AviSource("C:\unzipped\movies/resident evil.avi", false)
LanczosResize(352, 334, 4, 0, 568, 304)
BlindPP(cpu=4)
Deen("a3d",1,12,14)
Undot()
ATC(2,3,5,0.5,false)
TemporalSoften(2,7,7,3,2)
MergeChroma(blur(1.57))
Asharp(1,4)
AddBorders(8, 73, 8, 73)
DCTFilter(1,1,1,1,1,1,0.5,0)
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  
10-17-2003, 08:45 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
hy muhali3 !

parameters:
deen(string "name",int "mode",int "thrY",int "thrUV", float "ti")

i'm testing:
deen("a3d",3,4,1,4) # light cleaning
deen("a3d",3,6,1,6) # medium cleaning
deen("a3d",4,9,1,9) # heavy cleaning

choose and do little samples and see if this can help!
Reply With Quote
  #3  
10-17-2003, 09:04 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Hi Muhali

Well, I think I do not see a very lot of noise. I see a lot of artefacts and that your cleaning routine already plain'ed a little too much as you can see in the hair of the guy shown there. Artefacts are different than noise. Noise is smaller much more in motion where artefacts are bigger and sometimes slower in their motion, thats why its difficult for the cleaner to see them and handle them as "noise".
At the second look I see that it seems a bit oversharpened... this will also accent the artefacts again.
Also try to do the resize without lanczos cause this also will the cleaners work harder. Just try maybe it helps a bit.
You dont need to perform such a sharpen to end up with a very sharpen picture you can see on your pc screen. Its enough if the details come out and that it doesn't look soft. Watch some orig. good mastered DVDs on your PC they won't appear that sharp.

BTW: It seems that you calculated a wrong aspect ratio...
Reply With Quote
  #4  
10-17-2003, 09:45 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
yeah. i know my aspect ratio is messed up. i guess i didn't know the difference between artifacts and noise. ok whatever ill try what you guys said.

and jorel i left out the temporal influence in deen purposely.

Thanks
Reply With Quote
  #5  
10-18-2003, 04:34 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by muhali3
and jorel i left out the temporal influence in deen purposely.
So you have ti use "a2d" and not "a3d" ! 3d means 3-dimentionnal : x / y / time. In other words spatio-temporal filtering.

Now, if you find you loose to much details, I strongly recommen you to make test with vaguedenoiser.
Reply With Quote
  #6  
10-18-2003, 09:16 AM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
thanks for telling me that dialhot. I'll try VagueDenoiser, but i've heard it takes very long.
Reply With Quote
  #7  
10-18-2003, 09:38 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by muhali3
thanks for telling me that dialhot. I'll try VagueDenoiser, but i've heard it takes very long.
That's urban legend

It takes 15% more than deen. And between "deen" and "vaguedenoiser" results, the choice is fast !
Reply With Quote
  #8  
10-18-2003, 01:04 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
i've tried vaguedenoiser and resized it to 480x480,and the results are good, but now this is the problem.



see all those purple and blue blocks. I don't know how to get rid of them. when i check output as YUV in TMPGEnc, it reduces the blockage , but it's still there.

hope you guys can help.
Reply With Quote
  #9  
10-18-2003, 01:10 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
These are due to CQ too low. What is the CQ value you use ?
Reply With Quote
  #10  
10-18-2003, 01:14 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
75.34, i'll see if it changes with a higher cq.
Reply With Quote
  #11  
10-18-2003, 01:24 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
nope, i used a cq of 100, and it looks more blocky than before




maybe it's because blindpp and dctfilter?
Reply With Quote
  #12  
10-18-2003, 01:32 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
For sure not !
The problem is in the order of the filters inyour script. Please go to the avi->kvcd forum to see the correct optimal script you should use.

And PLEASE : stop posting here, it is not the correct forum and according to forum rules, this thread should have been deleted yet.
Reply With Quote
  #13  
10-18-2003, 01:44 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Dialhot...

I don't know exactly how his script does look like now but in deed it seems to me that vaguedenoiser is able to produce artefacts.
Not at all like the detailed blocknoise above but on very noisy pictures the "cleaned" surfaces in the movie appear "fidgety".

I answered your post in the "How funny" Thread by posting some samples as you wished, handled at real 704x576 and also vaguedenoiser at 352x576-704x576!

See ya there
Reply With Quote
  #14  
10-18-2003, 02:09 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by incredible
Not at all like the detailed blocknoise above but on very noisy pictures the "cleaned" surfaces in the movie appear "fidgety"
In that case (that I never had) I think that you have to turn of the work of vaguedenoiser on the chroma using the parameter "chroma=false".
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Need clip filter & dust filters for avisynth nighthawk Avisynth Scripting 3 01-31-2004 12:24 PM
Avisynth: SiwalterS filters for Avisynth and VirtualDub jorel Avisynth Scripting 0 04-13-2003 10:04 AM
Avisynth: Sound Filters in Avisynth? jamesp Avisynth Scripting 1 03-07-2003 05:01 AM
Avisynth: Good filters and plugin for Avisynth 1.05 ? GORI Avisynth Scripting 2 02-10-2003 05:27 PM
Avisynth: How to use virtualdub filters in avisynth? Smoochie3 Avisynth Scripting 1 07-18-2002 12:03 AM




 
All times are GMT -5. The time now is 07:55 PM  —  vBulletin © Jelsoft Enterprises Ltd