NLmeans setting

Discuss encoding for devices and presets.
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
Bipolarbear
Posts: 23
Joined: Mon Oct 23, 2017 2:42 pm

NLmeans setting

Post by Bipolarbear »

Description of problem or question:
Can someone tell me which NLmeans setting I used here?







HandBrake version (e.g., 1.0.0):

1.1.1 64 bit


Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):
Windows 7 ultimate 64 bit

Code: Select all

Denoise (nlmeans) (y-strength=1.5:y-origin-tune=0.9:y-patch-size=7:y-range=3:y-frame-count=2:y-prefilter=0:cb-strength=2.4:cb-origin-tune=0.9:cb-patch-size=7:cb-range=3:cb-frame-count=2:cb-prefilter=0)
User avatar
BradleyS
Moderator
Posts: 1860
Joined: Thu Aug 09, 2007 12:16 pm

Re: NLmeans setting

Post by BradleyS »

Looks like preset Ultralight and tune Film. You can peep the code here: https://github.com/HandBrake/HandBrake/ ... hb/param.c

We've discussed some changes to use the short names in the HandBrake preset and also print them in the log. Would certainly help in this case.

If you're ever uncertain of the proper names, you can always use Custom and paste the parameters into the corresponding field, or pass the parameters appropriately to the CLI.
Post Reply