summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-05-21 15:32:06 -0400
committerBradley Sepos <[email protected]>2017-05-21 15:32:06 -0400
commite22fbb1a0faa3513dfdfbdd796f31c03df6e86bb (patch)
tree934d4bbeaa44880e3cc007bb5133ee9f636c3fd7 /libhb
parent7f17f5c08129a39da12352828d6ec145dc448261 (diff)
preset: Fix surround audio bitrate for general presets.
Was supposed to be 640 when converting a non-AC3 source track.
Diffstat (limited to 'libhb')
-rw-r--r--libhb/preset_builtin.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/libhb/preset_builtin.h b/libhb/preset_builtin.h
index 2db4f2a8f..356f8b431 100644
--- a/libhb/preset_builtin.h
+++ b/libhb/preset_builtin.h
@@ -793,7 +793,7 @@ const char hb_builtin_presets_json[] =
" \"AudioTrackQualityEnable\": false\n"
" }, \n"
" {\n"
-" \"AudioBitrate\": 224, \n"
+" \"AudioBitrate\": 640, \n"
" \"AudioCompressionLevel\": -1.0, \n"
" \"AudioDitherMethod\": \"auto\", \n"
" \"AudioEncoder\": \"copy:ac3\", \n"
@@ -903,7 +903,7 @@ const char hb_builtin_presets_json[] =
" \"AudioTrackQualityEnable\": false\n"
" }, \n"
" {\n"
-" \"AudioBitrate\": 224, \n"
+" \"AudioBitrate\": 640, \n"
" \"AudioCompressionLevel\": -1.0, \n"
" \"AudioDitherMethod\": \"auto\", \n"
" \"AudioEncoder\": \"copy:ac3\", \n"
@@ -1013,7 +1013,7 @@ const char hb_builtin_presets_json[] =
" \"AudioTrackQualityEnable\": false\n"
" }, \n"
" {\n"
-" \"AudioBitrate\": 224, \n"
+" \"AudioBitrate\": 640, \n"
" \"AudioCompressionLevel\": -1.0, \n"
" \"AudioDitherMethod\": \"auto\", \n"
" \"AudioEncoder\": \"copy:ac3\", \n"
@@ -1123,7 +1123,7 @@ const char hb_builtin_presets_json[] =
" \"AudioTrackQualityEnable\": false\n"
" }, \n"
" {\n"
-" \"AudioBitrate\": 224, \n"
+" \"AudioBitrate\": 640, \n"
" \"AudioCompressionLevel\": -1.0, \n"
" \"AudioDitherMethod\": \"auto\", \n"
" \"AudioEncoder\": \"copy:ac3\", \n"
@@ -1233,7 +1233,7 @@ const char hb_builtin_presets_json[] =
" \"AudioTrackQualityEnable\": false\n"
" }, \n"
" {\n"
-" \"AudioBitrate\": 224, \n"
+" \"AudioBitrate\": 640, \n"
" \"AudioCompressionLevel\": -1.0, \n"
" \"AudioDitherMethod\": \"auto\", \n"
" \"AudioEncoder\": \"copy:ac3\", \n"
@@ -1343,7 +1343,7 @@ const char hb_builtin_presets_json[] =
" \"AudioTrackQualityEnable\": false\n"
" }, \n"
" {\n"
-" \"AudioBitrate\": 224, \n"
+" \"AudioBitrate\": 640, \n"
" \"AudioCompressionLevel\": -1.0, \n"
" \"AudioDitherMethod\": \"auto\", \n"
" \"AudioEncoder\": \"copy:ac3\", \n"
@@ -1453,7 +1453,7 @@ const char hb_builtin_presets_json[] =
" \"AudioTrackQualityEnable\": false\n"
" }, \n"
" {\n"
-" \"AudioBitrate\": 224, \n"
+" \"AudioBitrate\": 640, \n"
" \"AudioCompressionLevel\": -1.0, \n"
" \"AudioDitherMethod\": \"auto\", \n"
" \"AudioEncoder\": \"copy:ac3\", \n"
@@ -1563,7 +1563,7 @@ const char hb_builtin_presets_json[] =
" \"AudioTrackQualityEnable\": false\n"
" }, \n"
" {\n"
-" \"AudioBitrate\": 224, \n"
+" \"AudioBitrate\": 640, \n"
" \"AudioCompressionLevel\": -1.0, \n"
" \"AudioDitherMethod\": \"auto\", \n"
" \"AudioEncoder\": \"copy:ac3\", \n"
@@ -7133,7 +7133,7 @@ const char hb_builtin_presets_json[] =
" \"x264Option\": \"\", \n"
" \"x264UseAdvancedOptions\": false\n"
" }, \n"
-" \"VersionMajor\": 23, \n"
+" \"VersionMajor\": 24, \n"
" \"VersionMicro\": 0, \n"
" \"VersionMinor\": 0\n"
" }\n"