diff options
author | John Stebbins <[email protected]> | 2015-10-05 08:53:19 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-10-09 13:36:59 -0700 |
commit | 305d591def7d9bb32f3dd3020c511970f3363960 (patch) | |
tree | 555cdc269479feca0d816ea7d7e27d6e23eeae8e /libhb/preset_template.json | |
parent | 7f1f6dc4ff37e1dbc194f2ffec3c706f43131292 (diff) |
Make deinterlace/decomb behave similar to nlmeans/hqdn3d
I.e. use a dropdown to select between the filters instead of a radio
button.
Diffstat (limited to 'libhb/preset_template.json')
-rw-r--r-- | libhb/preset_template.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libhb/preset_template.json b/libhb/preset_template.json index e371a8ebc..8787c19ca 100644 --- a/libhb/preset_template.json +++ b/libhb/preset_template.json @@ -46,11 +46,9 @@ "PictureTopCrop": 0, "PictureDARWidth": 0, "PictureDeblock": 0, - "PictureDecomb": "off", - "PictureDecombCustom": "", - "PictureDecombDeinterlace": true, - "PictureDeinterlace": "off", "PictureDeinterlaceCustom": "", + "PictureDeinterlaceFilter": "off", + "PictureDeinterlacePreset": "default", "PictureDenoiseCustom": "", "PictureDenoiseFilter": "off", "PictureDenoisePreset": "medium", |