diff options
-rw-r--r-- | libhb/preset_builtin.h | 9 | ||||
-rw-r--r-- | preset/preset_cli_default.json | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/libhb/preset_builtin.h b/libhb/preset_builtin.h index bd8a52c00..864906134 100644 --- a/libhb/preset_builtin.h +++ b/libhb/preset_builtin.h @@ -6625,7 +6625,14 @@ const char hb_builtin_presets_json[] = " \"ChildrenArray\": [\n" " {\n" " \"AudioCopyMask\": [\n" -" \"copy:aac\"\n" +" \"copy:aac\", \n" +" \"copy:ac3\", \n" +" \"copy:eac3\", \n" +" \"copy:dtshd\", \n" +" \"copy:dts\", \n" +" \"copy:mp3\", \n" +" \"copy:truehd\", \n" +" \"copy:flac\"\n" " ], \n" " \"AudioEncoderFallback\": \"aac\", \n" " \"AudioLanguageList\": [], \n" diff --git a/preset/preset_cli_default.json b/preset/preset_cli_default.json index 9df90008a..188ff031d 100644 --- a/preset/preset_cli_default.json +++ b/preset/preset_cli_default.json @@ -3,7 +3,14 @@ "ChildrenArray": [ { "AudioCopyMask": [ - "copy:aac" + "copy:aac", + "copy:ac3", + "copy:eac3", + "copy:dtshd", + "copy:dts", + "copy:mp3", + "copy:truehd", + "copy:flac" ], "AudioEncoderFallback": "aac", "AudioLanguageList": [ |