Log in

View Full Version : Where to report TemporalDegrain/FastDegrain issues?


fvisagie
26th August 2012, 14:38
Hi All,

My work has benefited tremendously from TemporalDegrain/FastDegrain. A huge Thank You to Didée and Sagekilla for these tools. The only humble contribution I can make at this stage is to report the 2 small issues I came across, but I can't find their "home thread". Where can I report these issues?

For what it's worth, the first is that the actual SAD1 threshold in http://avisynth.org/mediawiki/upload/6/69/TemporalDegrain.avs is 400, but according to http://avisynth.org/mediawiki/Temporal_Degrain it is 300.

The second is that in http://avisynth.org/mediawiki/upload/7/7d/FastDegrain.avs line 44, 'oshot' should read 'oshoot':
src = (sharp==true) ? src.LimitedSharpenFaster(strength=str,ss_x=ss,ss_y=ss,soft=sft,overshoot=oshot) : src
Seems like nobody uses sharpening or at least didn't bother pointing this out ;-).

I hope someone finds this useful and many thanks again.

Kind regards,
Francois

Guest
26th August 2012, 15:41
This is as good a place as any. Thanks for pointing these things out.

fvisagie
27th August 2012, 10:32
Thanks for the confirmation.