Quantcast Sansgrip Filters: New Filter in the Works... - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
01-24-2003, 07:50 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Here's a sample (from Signs) of a new filter I'm developing. This filter's raison d'etre is to increase compressibility, not reduce noise, so it should be used in conjunction with a denoiser.

Here's the script:

Code:
LoadPlugin("Debug\Edge.dll")
Mpeg2Source("G:\signs\signs.d2v")
Crop(96, 16, 528, 256)
Telecide()
Decimate()
FaeryDust()
smoothed = Edge().Subtitle("Filtered")
Subtitle("Unfiltered")
StackVertical(last, smoothed)
Levels(0, 1.5, 255, 16, 255)
ConvertToRGB()
And here's the image:



You might want to save the image to a file and zoom in with your favourite viewer. You should notice that low-detail areas such as the wall behind Mel Gibson are significantly smoother (which means significantly more compressible) than with FaeryDust alone, while his face and other important parts of the frame remain really quite detailed.

It'll be a while before this one is ready to go out the door, but I thought I'd share some preliminary results with you .
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  
01-24-2003, 08:26 PM
hedix hedix is offline
Free Member
 
Join Date: Jan 2003
Posts: 155
Thanks: 0
Thanked 0 Times in 0 Posts
Hello SansGrip,

Yesterday I made a post about something like this in the spanish forum

I knew a filter for virtualdub called Smart Smoother HQ ( a very special spatial smoother)

The avisynth version:

http://cultact-server.novi.dk/kpo/av...th_hiq_as.html

The filter looks like this:
SmoothHiQ(Diameter, Luma Threshold, Chroma threshold, Amount, Maintain Difference).
The recommended settings
SmoothHiQ(7, 20, 25, 200, 5)

I was very impressed with this cleaning MPEG artifacts and blocks, so I thing it could be a great choice for low quality sources (old divx...).

By the way, it's long slower than your great filters.

Do you think it could be useful ?

Best Regards.
Reply With Quote
  #3  
01-24-2003, 08:40 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by hedix
I was very impressed with this cleaning MPEG artifacts and blocks, so I thing it could be a great choice for low quality sources (old divx...).
It's probably quite similar as far as smoothing goes (I imagine Smoother HiQ also detects edges to prevent excessive softening), but Edge will also sharpen details as well as smooth flat areas. The sharpening was quite light in the image I posted above, but -- to my eye, anyway -- it definitely makes a difference to sharpen slightly if you smooth away details.

Oh, and another difference is that Edge will be written in MMX-optimized assembler, so it should be fairly fast .
Reply With Quote
  #4  
01-24-2003, 08:57 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
I can feel that we're going to have another "Encoding Party" very soon
Reply With Quote
  #5  
01-24-2003, 08:59 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
"Very soon" might be a little optimistic .
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
SansGrip Filters: SansGrip Is Back Thread! Jellygoose Avisynth Scripting 8 02-28-2003 04:57 AM
SansGrip Filters: Trying to find the GripFIt, GripCrop and GripSize filters Bud Avisynth Scripting 4 01-19-2003 06:40 PM
SansGrip Filters: When to use which filter? narc60 Avisynth Scripting 21 01-08-2003 12:37 AM
SansGrip Filters: Improve picture quality using "AddNoise" Filter black prince Avisynth Scripting 136 01-01-2003 08:41 PM
SansGrip Filters: Filters/settings for animation/anime akrein62 Avisynth Scripting 2 11-24-2002 01:39 AM




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