NLMeans denoise filter

Archive of historical development discussions
Discussions / Development has moved to GitHub
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: NLMeans denoise filter

Post by BradleyS »

Interlacing typically only presents combing artifacts during periods of motion. Deinterlacers can sometimes be a bit brute for periods of lower or non-existent motion. Combing detection allows us to estimate the situation to process light or heavy combing differently, and frames with zero combing artifacts pass through untouched, just like progressive frames. All of this benefits image fidelity, specifically perceived sharpness.

You may be thinking, wouldn't sharpness in low motion scenes and less sharpness in high motion scenes be jarring? No, not really. Humans have a difficult time perceiving sharpness given sufficient motion (which is probably blurred in the source, natch), so there is no harsh transition to our eyes. Interestingly enough, we will typically perceive the entire video to be sharper. This is of course, somewhat subtle for some sources and more pronounced for others.

In short, decombing analyzes the video and then makes decisions. This is typically the way to go, though some will prefer to simply deinterlace interlaced video to eliminate the possibility of false negatives (rare but does happen, analysis is excellent but not perfect). Use what suits you.

This is a bit off topic, so perhaps a new topic would be more appropriate if anyone has additional non-NLMeans questions.
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: NLMeans denoise filter

Post by BradleyS »

Current Nightly Builds and the upcoming HandBrake 1.1.0 release include two new sharpening filters. Some light sharpening can be useful following denoising, or when working with a smooth/blurry/out-of-focus picture. Be careful, as too much sharpening can increase output file size. Enjoy, everyone.
Post Reply