diff options
author | Bradley Sepos <[email protected]> | 2019-10-09 13:43:38 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-10-09 13:43:38 -0400 |
commit | e41ea0479302935b185e35ca8c8006348987d1bd (patch) | |
tree | 78ea06f9d9f83fbaef7347ad2edd128263048058 /libhb | |
parent | 0483532b4a58b5418eca7190ed24e7fa7b9cfa5b (diff) |
preset: Update vbv-bufsize for Gmail presets.
Allows larger sub-second bit rate spikes for better reference frames. Any relatively modern device should support these values with ease.
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/handbrake/preset_builtin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/handbrake/preset_builtin.h b/libhb/handbrake/preset_builtin.h index 41e3cd179..46ba66028 100644 --- a/libhb/handbrake/preset_builtin.h +++ b/libhb/handbrake/preset_builtin.h @@ -2334,7 +2334,7 @@ const char hb_builtin_presets_json[] = " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" " \"VideoLevel\": \"3.1\", \n" -" \"VideoOptionExtra\": \"vbv-bufsize=3600:vbv-maxrate=900:aq-mode=2:aq-strength=0.8:direct=auto:analyse=all:deblock=3,2\", \n" +" \"VideoOptionExtra\": \"vbv-bufsize=9000:vbv-maxrate=900:aq-mode=2:aq-strength=0.8:direct=auto:analyse=all:deblock=3,2\", \n" " \"VideoPreset\": \"medium\", \n" " \"VideoProfile\": \"main\", \n" " \"VideoQSVAsyncDepth\": 4, \n" @@ -2440,7 +2440,7 @@ const char hb_builtin_presets_json[] = " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" " \"VideoLevel\": \"3.1\", \n" -" \"VideoOptionExtra\": \"vbv-bufsize=2000:vbv-maxrate=500:aq-mode=2:aq-strength=0.8:direct=auto:analyse=all:deblock=3,2\", \n" +" \"VideoOptionExtra\": \"vbv-bufsize=5000:vbv-maxrate=500:aq-mode=2:aq-strength=0.8:direct=auto:analyse=all:deblock=3,2\", \n" " \"VideoPreset\": \"medium\", \n" " \"VideoProfile\": \"main\", \n" " \"VideoQSVAsyncDepth\": 4, \n" @@ -2546,7 +2546,7 @@ const char hb_builtin_presets_json[] = " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" " \"VideoLevel\": \"3.1\", \n" -" \"VideoOptionExtra\": \"vbv-bufsize=1000:vbv-maxrate=250:aq-mode=2:aq-strength=0.8:direct=auto:analyse=all:deblock=3,2\", \n" +" \"VideoOptionExtra\": \"vbv-bufsize=2500:vbv-maxrate=250:aq-mode=2:aq-strength=0.8:direct=auto:analyse=all:deblock=3,2\", \n" " \"VideoPreset\": \"medium\", \n" " \"VideoProfile\": \"main\", \n" " \"VideoQSVAsyncDepth\": 4, \n" |