Here is a sample https://www.sendspace.com/file/1bdci9
I've run just straight Gradfun3() and it reduces it a decent bit, but wondering if there is anything else that can kill it even more.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Re-using the filter is not illegal.
For e.g. Sharpening the image with the Sharpen() filter with 2.0 as param, trick is that the highest value is 1.0 so..
V=source..
V=Sharpen(V, 1.0)
V=Sharpen(V, 1.0)
V
The same goes with any [Video/Audio] filter. -
To keep banding from coming back you need to encode with sufficient bitrate and/or with a 10 bit codec.
-
I prefer f3kdb (https://f3kdb.readthedocs.org/en/latest/) over gradfun3 + jagabo is right debanding in Avisynth is one step to keep the dithering a higher bitrate or 10bit encoding is needed.
Also, most Avisynth filters have parameters which allow to lower or increase the effect of the filter.users currently on my ignore list: deadrats, Stears555, marcorocchini -
Last I recall, gradfun2dbmod was a pretty good dithering filter for removing banding.
http://avisynth.nl/index.php/GradFun2DBmod
Similar Threads
-
Program Advice
By abescalamis in forum Video ConversionReplies: 4Last Post: 5th Apr 2014, 05:54 -
New TV: Need Some Advice
By Tom Saurus in forum ComputerReplies: 20Last Post: 29th Jan 2013, 14:28 -
About Dithering/Debanding plugins
By zanaitoryoushi in forum Video ConversionReplies: 17Last Post: 29th Aug 2012, 13:56 -
Need advice
By Nator in forum ComputerReplies: 2Last Post: 29th Mar 2012, 10:06 -
Need help with debanding
By Reiden in forum Newbie / General discussionsReplies: 8Last Post: 25th Jan 2012, 18:15