diff options
author | John Stebbins <[email protected]> | 2016-02-20 18:00:46 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-03-09 13:10:10 -0700 |
commit | a44ccb49f182d4eeb122fbe675b28deb5c36b793 (patch) | |
tree | 6cc064cc24dacc2a80d41fb9543640c9004895af /libhb/preset_template.json | |
parent | 96c02dd6f256f4a4e74f8962f56502d28e5e65a3 (diff) |
filters: make job filter settings an hb_dict_t
This simplifies accessing and changing filter parameters
programatically. It also changes the custom filter string format to a
':' separated list of key/value pairs.
Diffstat (limited to 'libhb/preset_template.json')
-rw-r--r-- | libhb/preset_template.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/preset_template.json b/libhb/preset_template.json index 0140aed36..da113f88a 100644 --- a/libhb/preset_template.json +++ b/libhb/preset_template.json @@ -46,6 +46,7 @@ "PictureTopCrop": 0, "PictureDARWidth": 0, "PictureDeblock": 0, + "PictureDeblockCustom": "qp=0:mode=2", "PictureDeinterlaceCustom": "", "PictureDeinterlaceFilter": "off", "PictureDeinterlacePreset": "default", @@ -62,7 +63,7 @@ "PicturePAR": "loose", "PicturePARWidth": 853, "PicturePARHeight": 720, - "PictureRotate": "0", + "PictureRotate": "angle=0:hflip=0", "PictureWidth": 0, "PictureHeight": 0, "PictureForceHeight": 0, |