Quantcast Avisynth: Light Noise Removal Filter - digitalFAQ.com Forums [Archives]
  #1  
04-20-2006, 02:10 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
I need to use an extremely light noise/grain removal filter. What do you suggest ???

Just in case you are wondering why I want to do that is : sometimes i cant make up my mind if any filtering is actually required or not. It for those instances.I am looking at fast S/T filters or a combo of them, so as not to add to the encoding time much.

Also pls dont suggest only the filter, please post recommended values.
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  
04-20-2006, 05:00 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
RemoveGrain(mode=x) where x is 1 or 5.
Reply With Quote
  #3  
04-20-2006, 05:09 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Boulder
RemoveGrain(mode=x) where x is 1 or 5.
Thanks!!

ppl, any other suggestions
Reply With Quote
  #4  
04-22-2006, 05:40 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Undot works well also (a little equivalent to RemoveGrain(mode=2)).
Reply With Quote
  #5  
04-22-2006, 08:46 PM
danpos danpos is offline
Free Member
 
Join Date: May 2004
Location: Rio de Janeiro - Brasil
Posts: 538
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Undot works well also (a little equivalent to RemoveGrain(mode=2)).
Let me to do a little correction:
Code:
Undot ~ RemoveGrain(mode=1)
second filter documentation.
Reply With Quote
  #6  
04-22-2006, 08:57 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts


Reply With Quote
  #7  
04-22-2006, 11:10 PM
danpos danpos is offline
Free Member
 
Join Date: May 2004
Location: Rio de Janeiro - Brasil
Posts: 538
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot


Reply With Quote
  #8  
04-24-2006, 12:52 AM
supermule supermule is offline
Free Member
 
Join Date: Sep 2005
Location: Donkeyland
Posts: 210
Thanks: 0
Thanked 0 Times in 0 Posts
Yeah! mode=1 is equivalent to undot but the SSE ver of removegrain are faster than undot (ref: Document)
Reply With Quote
  #9  
05-17-2006, 11:28 AM
Blubear Blubear is offline
Free Member
 
Join Date: Mar 2004
Location: Sussex / England
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Guys,

Re the above posts, I have had problems with KVCD and KSVCD at lower resolutions such as 352x288 etc. This manifests itself as light mosquito' noise around the faces on close scene and smaller objects seen at distance. If i replaced Undot() in my script with RemoveGrain(Mode=2) would this be sufficient for this scenario or would you recommend going higher in mode or use a totally seperate filter for this problem. I have the Remove Grain SSE filters presently running off AVS 2.5.5. Coincidentaly does undot also have higher filtering values for use possibly in this scenario. I ask because i often see undot() used more in scripts than remove grain. My sources are always DVD.

Many thanks,
Blubear.
Reply With Quote
  #10  
05-17-2006, 12:47 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
The mosquito noise appears during encoding so you cannot get rid of it unless you raise the bitrate.
Reply With Quote
  #11  
05-17-2006, 01:37 PM
Blubear Blubear is offline
Free Member
 
Join Date: Mar 2004
Location: Sussex / England
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
Ok many thanks for that boulder.
Blubear
Reply With Quote
  #12  
05-17-2006, 05:21 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 Boulder
The mosquito noise appears during encoding so you cannot get rid of it unless you raise the bitrate.
Note : the max bitrate
Reply With Quote
  #13  
05-17-2006, 10:38 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Well, the average bitrate as well
Reply With Quote
  #14  
05-18-2006, 06:31 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 Boulder
Well, the average bitrate as well
The mosquito is mainly due to max bitrate even if average has an effect also.

If you have mosquito with avg=1500 and max=3000 then you will have with avg=2000 and max=3000 but you won't have with avg=1500 and max=6000.

In other words you can avoid the mosquito noise without raising the size of the encoded file ! I tested that very often in OPV mode in CCE, maybe that's not like this with other encoders.
Reply With Quote
  #15  
05-18-2006, 07:02 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
I should have been a bit more precise (was in a hurry). What I thought about is that the encoder won't necessarily use the maximum possible bitrate when the phenomena occurs. In fact, I'm quite sure it is visible nearly all the time (at least that's what the original problem is).

But that's one reason to not do bitrate limited encodes (that is, those that are burned on CDs) anymore. Better start using DVDs, the burners and media are cheap these days. Most standalones have severe problems playing CD based stuff that goes over 2500kbps or so.
Reply With Quote
  #16  
05-18-2006, 09:03 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 Boulder
What I thought about is that the encoder won't necessarily use the maximum possible bitrate when the phenomena occurs.
I agree . That's why I said I saw that in CCE. For sure, all depend on how the encoder decides to assign the bitrate. It seems that HC is also good in this area.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Noise Generators Filter for Avisynth [Readme] kvcd.net Archives Avisynth Scripting 0 11-25-2012 08:53 PM
Avisynth: New Logo Removal filter MrTibs Avisynth Scripting 44 11-18-2003 03:44 PM
TMPGEnc noise reduction filter for AVIsynth? jamz Avisynth Scripting 4 09-01-2003 03:37 AM
Avisynth: New Logo removal filter (alpha) - comments welcome MrTibs Avisynth Scripting 1 08-08-2003 05:44 PM
Avisynth: Wrn.vdf noise filter black prince Avisynth Scripting 2 10-18-2002 11:02 AM

Thread Tools



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