diff options
author | Bradley Sepos <[email protected]> | 2020-06-19 21:57:10 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2020-06-19 21:57:10 -0400 |
commit | f4107ce2e1fe1f0977f90fa542447353dcdc8a6f (patch) | |
tree | 85d3724f4f13c8c61082b9f38f4db05db3ae7075 | |
parent | e8d5cc79660cf7e3671c4cfab51da54451e5b14c (diff) |
presets: Move Amazon Fire to top of Devices category.
I apparently forgot to alphabetize after renaming Fire TV -> Amazon Fire. No need to bump preset revision number for this.
-rw-r--r-- | libhb/handbrake/preset_builtin.h | 428 | ||||
-rw-r--r-- | preset/preset_builtin.json | 428 |
2 files changed, 428 insertions, 428 deletions
diff --git a/libhb/handbrake/preset_builtin.h b/libhb/handbrake/preset_builtin.h index f0539afe1..20de14c9e 100644 --- a/libhb/handbrake/preset_builtin.h +++ b/libhb/handbrake/preset_builtin.h @@ -3206,7 +3206,8 @@ const char hb_builtin_presets_json[] = " {\n" " \"AlignAVStart\": false, \n" " \"AudioCopyMask\": [\n" -" \"copy:aac\"\n" +" \"copy:aac\", \n" +" \"copy:ac3\"\n" " ], \n" " \"AudioEncoderFallback\": \"aac\", \n" " \"AudioLanguageList\": [], \n" @@ -3223,6 +3224,19 @@ const char hb_builtin_presets_json[] = " \"AudioTrackGainSlider\": 0.0, \n" " \"AudioTrackQuality\": -1.0, \n" " \"AudioTrackQualityEnable\": false\n" +" }, \n" +" {\n" +" \"AudioBitrate\": 640, \n" +" \"AudioCompressionLevel\": -1.0, \n" +" \"AudioDitherMethod\": \"auto\", \n" +" \"AudioEncoder\": \"copy:ac3\", \n" +" \"AudioMixdown\": \"none\", \n" +" \"AudioNormalizeMixLevel\": false, \n" +" \"AudioSamplerate\": \"auto\", \n" +" \"AudioTrackDRCSlider\": 0.0, \n" +" \"AudioTrackGainSlider\": 0.0, \n" +" \"AudioTrackQuality\": -1.0, \n" +" \"AudioTrackQualityEnable\": false\n" " }\n" " ], \n" " \"AudioSecondaryEncoderMode\": true, \n" @@ -3258,7 +3272,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 1080, \n" +" \"PictureHeight\": 2160, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -3274,9 +3288,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 1920, \n" -" \"PresetDescription\": \"H.264 video (up to 1080p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.\", \n" -" \"PresetName\": \"Android 1080p30\", \n" +" \"PictureWidth\": 3840, \n" +" \"PresetDescription\": \"H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) audio, in an MP4 container. Compatible with Amazon Fire TV 2nd Generation and later; Fire TV Cube, Fire TV Stick 4K.\", \n" +" \"PresetName\": \"Amazon Fire 2160p60 4K HEVC Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -3288,19 +3302,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 6000, \n" +" \"VideoAvgBitrate\": 8000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" -" \"VideoEncoder\": \"x264\", \n" -" \"VideoFramerate\": \"30\", \n" +" \"VideoEncoder\": \"x265\", \n" +" \"VideoFramerate\": \"60\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"4.0\", \n" -" \"VideoOptionExtra\": \"\", \n" -" \"VideoPreset\": \"medium\", \n" +" \"VideoLevel\": \"auto\", \n" +" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n" +" \"VideoPreset\": \"slow\", \n" " \"VideoProfile\": \"main\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 22.0, \n" +" \"VideoQualitySlider\": 24.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -3312,7 +3326,8 @@ const char hb_builtin_presets_json[] = " {\n" " \"AlignAVStart\": false, \n" " \"AudioCopyMask\": [\n" -" \"copy:aac\"\n" +" \"copy:aac\", \n" +" \"copy:ac3\"\n" " ], \n" " \"AudioEncoderFallback\": \"aac\", \n" " \"AudioLanguageList\": [], \n" @@ -3329,6 +3344,19 @@ const char hb_builtin_presets_json[] = " \"AudioTrackGainSlider\": 0.0, \n" " \"AudioTrackQuality\": -1.0, \n" " \"AudioTrackQualityEnable\": false\n" +" }, \n" +" {\n" +" \"AudioBitrate\": 640, \n" +" \"AudioCompressionLevel\": -1.0, \n" +" \"AudioDitherMethod\": \"auto\", \n" +" \"AudioEncoder\": \"copy:ac3\", \n" +" \"AudioMixdown\": \"none\", \n" +" \"AudioNormalizeMixLevel\": false, \n" +" \"AudioSamplerate\": \"auto\", \n" +" \"AudioTrackDRCSlider\": 0.0, \n" +" \"AudioTrackGainSlider\": 0.0, \n" +" \"AudioTrackQuality\": -1.0, \n" +" \"AudioTrackQualityEnable\": false\n" " }\n" " ], \n" " \"AudioSecondaryEncoderMode\": true, \n" @@ -3364,7 +3392,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 720, \n" +" \"PictureHeight\": 1080, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -3380,9 +3408,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 1280, \n" -" \"PresetDescription\": \"H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.\", \n" -" \"PresetName\": \"Android 720p30\", \n" +" \"PictureWidth\": 1920, \n" +" \"PresetDescription\": \"H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) audio, in an MP4 container. Compatible with Amazon Fire TV 1st Generation and later; Fire TV Stick 1st Generation and later; Fire HD 10 7th Generation (2017); Fire HDX 4th Generation (2014).\", \n" +" \"PresetName\": \"Amazon Fire 1080p30 Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -3394,19 +3422,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 3000, \n" +" \"VideoAvgBitrate\": 6000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" " \"VideoFramerate\": \"30\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"3.1\", \n" +" \"VideoLevel\": \"4.0\", \n" " \"VideoOptionExtra\": \"\", \n" " \"VideoPreset\": \"medium\", \n" " \"VideoProfile\": \"main\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 21.0, \n" +" \"VideoQualitySlider\": 22.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -3424,7 +3452,7 @@ const char hb_builtin_presets_json[] = " \"AudioLanguageList\": [], \n" " \"AudioList\": [\n" " {\n" -" \"AudioBitrate\": 128, \n" +" \"AudioBitrate\": 160, \n" " \"AudioCompressionLevel\": -1.0, \n" " \"AudioDitherMethod\": \"auto\", \n" " \"AudioEncoder\": \"aac\", \n" @@ -3470,7 +3498,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 576, \n" +" \"PictureHeight\": 720, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -3486,9 +3514,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 720, \n" -" \"PresetDescription\": \"H.264 video (up to 576p25) and AAC stereo audio, in an MP4 container. Compatible with Android devices.\", \n" -" \"PresetName\": \"Android 576p25\", \n" +" \"PictureWidth\": 1280, \n" +" \"PresetDescription\": \"H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Amazon Fire HD 4th Generation (2014) and later; Kindle Fire HDX 3rd Generation (2013); Kindle Fire HD 2nd Generation (2012) and later.\", \n" +" \"PresetName\": \"Amazon Fire 720p30\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -3500,19 +3528,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 1800, \n" +" \"VideoAvgBitrate\": 3000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" -" \"VideoFramerate\": \"25\", \n" +" \"VideoFramerate\": \"30\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"3.0\", \n" +" \"VideoLevel\": \"3.1\", \n" " \"VideoOptionExtra\": \"\", \n" " \"VideoPreset\": \"medium\", \n" -" \"VideoProfile\": \"main\", \n" +" \"VideoProfile\": \"high\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 20.0, \n" +" \"VideoQualitySlider\": 21.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -3530,7 +3558,7 @@ const char hb_builtin_presets_json[] = " \"AudioLanguageList\": [], \n" " \"AudioList\": [\n" " {\n" -" \"AudioBitrate\": 128, \n" +" \"AudioBitrate\": 160, \n" " \"AudioCompressionLevel\": -1.0, \n" " \"AudioDitherMethod\": \"auto\", \n" " \"AudioEncoder\": \"aac\", \n" @@ -3576,7 +3604,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 480, \n" +" \"PictureHeight\": 1080, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -3592,9 +3620,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 720, \n" -" \"PresetDescription\": \"H.264 video (up to 480p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.\", \n" -" \"PresetName\": \"Android 480p30\", \n" +" \"PictureWidth\": 1920, \n" +" \"PresetDescription\": \"H.264 video (up to 1080p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.\", \n" +" \"PresetName\": \"Android 1080p30\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -3606,19 +3634,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 1500, \n" +" \"VideoAvgBitrate\": 6000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" " \"VideoFramerate\": \"30\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"3.0\", \n" +" \"VideoLevel\": \"4.0\", \n" " \"VideoOptionExtra\": \"\", \n" " \"VideoPreset\": \"medium\", \n" " \"VideoProfile\": \"main\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 20.0, \n" +" \"VideoQualitySlider\": 22.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -3630,8 +3658,7 @@ const char hb_builtin_presets_json[] = " {\n" " \"AlignAVStart\": false, \n" " \"AudioCopyMask\": [\n" -" \"copy:aac\", \n" -" \"copy:ac3\"\n" +" \"copy:aac\"\n" " ], \n" " \"AudioEncoderFallback\": \"aac\", \n" " \"AudioLanguageList\": [], \n" @@ -3648,19 +3675,6 @@ const char hb_builtin_presets_json[] = " \"AudioTrackGainSlider\": 0.0, \n" " \"AudioTrackQuality\": -1.0, \n" " \"AudioTrackQualityEnable\": false\n" -" }, \n" -" {\n" -" \"AudioBitrate\": 640, \n" -" \"AudioCompressionLevel\": -1.0, \n" -" \"AudioDitherMethod\": \"auto\", \n" -" \"AudioEncoder\": \"copy:ac3\", \n" -" \"AudioMixdown\": \"none\", \n" -" \"AudioNormalizeMixLevel\": false, \n" -" \"AudioSamplerate\": \"auto\", \n" -" \"AudioTrackDRCSlider\": 0.0, \n" -" \"AudioTrackGainSlider\": 0.0, \n" -" \"AudioTrackQuality\": -1.0, \n" -" \"AudioTrackQualityEnable\": false\n" " }\n" " ], \n" " \"AudioSecondaryEncoderMode\": true, \n" @@ -3696,7 +3710,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 2160, \n" +" \"PictureHeight\": 720, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -3712,9 +3726,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 3840, \n" -" \"PresetDescription\": \"H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 7, 7 Plus, 8, 8 Plus, X, XR, XS, XS Max; Apple TV 4K.\", \n" -" \"PresetName\": \"Apple 2160p60 4K HEVC Surround\", \n" +" \"PictureWidth\": 1280, \n" +" \"PresetDescription\": \"H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.\", \n" +" \"PresetName\": \"Android 720p30\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -3726,19 +3740,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 8000, \n" +" \"VideoAvgBitrate\": 3000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" -" \"VideoEncoder\": \"x265\", \n" -" \"VideoFramerate\": \"60\", \n" +" \"VideoEncoder\": \"x264\", \n" +" \"VideoFramerate\": \"30\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"auto\", \n" -" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n" -" \"VideoPreset\": \"slow\", \n" +" \"VideoLevel\": \"3.1\", \n" +" \"VideoOptionExtra\": \"\", \n" +" \"VideoPreset\": \"medium\", \n" " \"VideoProfile\": \"main\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 24.0, \n" +" \"VideoQualitySlider\": 21.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -3750,14 +3764,13 @@ const char hb_builtin_presets_json[] = " {\n" " \"AlignAVStart\": false, \n" " \"AudioCopyMask\": [\n" -" \"copy:aac\", \n" -" \"copy:ac3\"\n" +" \"copy:aac\"\n" " ], \n" " \"AudioEncoderFallback\": \"aac\", \n" " \"AudioLanguageList\": [], \n" " \"AudioList\": [\n" " {\n" -" \"AudioBitrate\": 160, \n" +" \"AudioBitrate\": 128, \n" " \"AudioCompressionLevel\": -1.0, \n" " \"AudioDitherMethod\": \"auto\", \n" " \"AudioEncoder\": \"aac\", \n" @@ -3768,19 +3781,6 @@ const char hb_builtin_presets_json[] = " \"AudioTrackGainSlider\": 0.0, \n" " \"AudioTrackQuality\": -1.0, \n" " \"AudioTrackQualityEnable\": false\n" -" }, \n" -" {\n" -" \"AudioBitrate\": 640, \n" -" \"AudioCompressionLevel\": -1.0, \n" -" \"AudioDitherMethod\": \"auto\", \n" -" \"AudioEncoder\": \"copy:ac3\", \n" -" \"AudioMixdown\": \"none\", \n" -" \"AudioNormalizeMixLevel\": false, \n" -" \"AudioSamplerate\": \"auto\", \n" -" \"AudioTrackDRCSlider\": 0.0, \n" -" \"AudioTrackGainSlider\": 0.0, \n" -" \"AudioTrackQuality\": -1.0, \n" -" \"AudioTrackQualityEnable\": false\n" " }\n" " ], \n" " \"AudioSecondaryEncoderMode\": true, \n" @@ -3816,7 +3816,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 1080, \n" +" \"PictureHeight\": 576, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -3832,9 +3832,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 1920, \n" -" \"PresetDescription\": \"H.264 video (up to 1080p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPad 5th and 6th Generation; iPad mini 2, 3, and 4; iPad Air 1st Generation and Air 2; iPad Pro 1st, 2nd, and 3rd Generation; Apple TV 4th Generation and later.\", \n" -" \"PresetName\": \"Apple 1080p60 Surround\", \n" +" \"PictureWidth\": 720, \n" +" \"PresetDescription\": \"H.264 video (up to 576p25) and AAC stereo audio, in an MP4 container. Compatible with Android devices.\", \n" +" \"PresetName\": \"Android 576p25\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -3846,19 +3846,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 6000, \n" +" \"VideoAvgBitrate\": 1800, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" -" \"VideoFramerate\": \"60\", \n" +" \"VideoFramerate\": \"25\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"4.2\", \n" +" \"VideoLevel\": \"3.0\", \n" " \"VideoOptionExtra\": \"\", \n" " \"VideoPreset\": \"medium\", \n" -" \"VideoProfile\": \"high\", \n" +" \"VideoProfile\": \"main\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 22.0, \n" +" \"VideoQualitySlider\": 20.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -3870,14 +3870,13 @@ const char hb_builtin_presets_json[] = " {\n" " \"AlignAVStart\": false, \n" " \"AudioCopyMask\": [\n" -" \"copy:aac\", \n" -" \"copy:ac3\"\n" +" \"copy:aac\"\n" " ], \n" " \"AudioEncoderFallback\": \"aac\", \n" " \"AudioLanguageList\": [], \n" " \"AudioList\": [\n" " {\n" -" \"AudioBitrate\": 160, \n" +" \"AudioBitrate\": 128, \n" " \"AudioCompressionLevel\": -1.0, \n" " \"AudioDitherMethod\": \"auto\", \n" " \"AudioEncoder\": \"aac\", \n" @@ -3888,19 +3887,6 @@ const char hb_builtin_presets_json[] = " \"AudioTrackGainSlider\": 0.0, \n" " \"AudioTrackQuality\": -1.0, \n" " \"AudioTrackQualityEnable\": false\n" -" }, \n" -" {\n" -" \"AudioBitrate\": 640, \n" -" \"AudioCompressionLevel\": -1.0, \n" -" \"AudioDitherMethod\": \"auto\", \n" -" \"AudioEncoder\": \"copy:ac3\", \n" -" \"AudioMixdown\": \"none\", \n" -" \"AudioNormalizeMixLevel\": false, \n" -" \"AudioSamplerate\": \"auto\", \n" -" \"AudioTrackDRCSlider\": 0.0, \n" -" \"AudioTrackGainSlider\": 0.0, \n" -" \"AudioTrackQuality\": -1.0, \n" -" \"AudioTrackQualityEnable\": false\n" " }\n" " ], \n" " \"AudioSecondaryEncoderMode\": true, \n" @@ -3936,7 +3922,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 1080, \n" +" \"PictureHeight\": 480, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -3952,9 +3938,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 1920, \n" -" \"PresetDescription\": \"H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 5, 5s, SE, 6, 6 Plus, 6s, 6s Plus, and later; iPod touch 6th Generation; iPad 3rd, 4th Generation and later; iPad mini 1st Generation and later; Apple TV 3rd, 4th Generation and later.\", \n" -" \"PresetName\": \"Apple 1080p30 Surround\", \n" +" \"PictureWidth\": 720, \n" +" \"PresetDescription\": \"H.264 video (up to 480p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.\", \n" +" \"PresetName\": \"Android 480p30\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -3966,19 +3952,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 6000, \n" +" \"VideoAvgBitrate\": 1500, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" " \"VideoFramerate\": \"30\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"4.0\", \n" +" \"VideoLevel\": \"3.0\", \n" " \"VideoOptionExtra\": \"\", \n" " \"VideoPreset\": \"medium\", \n" -" \"VideoProfile\": \"high\", \n" +" \"VideoProfile\": \"main\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 22.0, \n" +" \"VideoQualitySlider\": 20.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -4056,7 +4042,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 720, \n" +" \"PictureHeight\": 2160, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -4072,9 +4058,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 1280, \n" -" \"PresetDescription\": \"H.264 video (up to 720p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 4, 4S, and later; iPod touch 4th, 5th Generation and later; iPad 1st Generation, iPad 2, and later; Apple TV 2nd Generation and later.\", \n" -" \"PresetName\": \"Apple 720p30 Surround\", \n" +" \"PictureWidth\": 3840, \n" +" \"PresetDescription\": \"H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 7, 7 Plus, 8, 8 Plus, X, XR, XS, XS Max; Apple TV 4K.\", \n" +" \"PresetName\": \"Apple 2160p60 4K HEVC Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -4086,19 +4072,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 3000, \n" +" \"VideoAvgBitrate\": 8000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" -" \"VideoEncoder\": \"x264\", \n" -" \"VideoFramerate\": \"30\", \n" +" \"VideoEncoder\": \"x265\", \n" +" \"VideoFramerate\": \"60\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"3.1\", \n" -" \"VideoOptionExtra\": \"\", \n" -" \"VideoPreset\": \"medium\", \n" -" \"VideoProfile\": \"high\", \n" +" \"VideoLevel\": \"auto\", \n" +" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n" +" \"VideoPreset\": \"slow\", \n" +" \"VideoProfile\": \"main\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 21.0, \n" +" \"VideoQualitySlider\": 24.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -4176,7 +4162,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 540, \n" +" \"PictureHeight\": 1080, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -4192,9 +4178,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 960, \n" -" \"PresetDescription\": \"H.264 video (up to 540p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 1st Generation, 3G, 3GS, and later; iPod touch 1st, 2nd, 3rd Generation and later; iPod Classic; Apple TV 1st Generation and later.\", \n" -" \"PresetName\": \"Apple 540p30 Surround\", \n" +" \"PictureWidth\": 1920, \n" +" \"PresetDescription\": \"H.264 video (up to 1080p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPad 5th and 6th Generation; iPad mini 2, 3, and 4; iPad Air 1st Generation and Air 2; iPad Pro 1st, 2nd, and 3rd Generation; Apple TV 4th Generation and later.\", \n" +" \"PresetName\": \"Apple 1080p60 Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -4206,19 +4192,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 2500, \n" +" \"VideoAvgBitrate\": 6000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" -" \"VideoFramerate\": \"30\", \n" +" \"VideoFramerate\": \"60\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"3.1\", \n" -" \"VideoOptionExtra\": \"qpmin=4:cabac=0:ref=2:b-pyramid=none:weightb=0:weightp=0:vbv-maxrate=9500:vbv-bufsize=9500\", \n" +" \"VideoLevel\": \"4.2\", \n" +" \"VideoOptionExtra\": \"\", \n" " \"VideoPreset\": \"medium\", \n" " \"VideoProfile\": \"high\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 20.0, \n" +" \"VideoQualitySlider\": 22.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -4230,7 +4216,8 @@ const char hb_builtin_presets_json[] = " {\n" " \"AlignAVStart\": false, \n" " \"AudioCopyMask\": [\n" -" \"copy:aac\"\n" +" \"copy:aac\", \n" +" \"copy:ac3\"\n" " ], \n" " \"AudioEncoderFallback\": \"aac\", \n" " \"AudioLanguageList\": [], \n" @@ -4247,6 +4234,19 @@ const char hb_builtin_presets_json[] = " \"AudioTrackGainSlider\": 0.0, \n" " \"AudioTrackQuality\": -1.0, \n" " \"AudioTrackQualityEnable\": false\n" +" }, \n" +" {\n" +" \"AudioBitrate\": 640, \n" +" \"AudioCompressionLevel\": -1.0, \n" +" \"AudioDitherMethod\": \"auto\", \n" +" \"AudioEncoder\": \"copy:ac3\", \n" +" \"AudioMixdown\": \"none\", \n" +" \"AudioNormalizeMixLevel\": false, \n" +" \"AudioSamplerate\": \"auto\", \n" +" \"AudioTrackDRCSlider\": 0.0, \n" +" \"AudioTrackGainSlider\": 0.0, \n" +" \"AudioTrackQuality\": -1.0, \n" +" \"AudioTrackQualityEnable\": false\n" " }\n" " ], \n" " \"AudioSecondaryEncoderMode\": true, \n" @@ -4259,7 +4259,7 @@ const char hb_builtin_presets_json[] = " \"FolderOpen\": false, \n" " \"InlineParameterSets\": false, \n" " \"Mp4HttpOptimize\": false, \n" -" \"Mp4iPodCompatible\": true, \n" +" \"Mp4iPodCompatible\": false, \n" " \"PictureAutoCrop\": true, \n" " \"PictureBottomCrop\": 0, \n" " \"PictureChromaSmoothCustom\": \"\", \n" @@ -4282,13 +4282,13 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 240, \n" +" \"PictureHeight\": 1080, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" " \"PictureLooseCrop\": false, \n" -" \"PictureModulus\": 16, \n" -" \"PicturePAR\": \"off\", \n" +" \"PictureModulus\": 2, \n" +" \"PicturePAR\": \"auto\", \n" " \"PicturePARHeight\": 720, \n" " \"PicturePARWidth\": 853, \n" " \"PictureRightCrop\": 0, \n" @@ -4298,9 +4298,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 320, \n" -" \"PresetDescription\": \"H.264 video (up to 240p30) and AAC stereo audio, in an MP4 container. Compatible with Apple iPod 5th Generation and later.\", \n" -" \"PresetName\": \"Apple 240p30\", \n" +" \"PictureWidth\": 1920, \n" +" \"PresetDescription\": \"H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 5, 5s, SE, 6, 6 Plus, 6s, 6s Plus, and later; iPod touch 6th Generation; iPad 3rd, 4th Generation and later; iPad mini 1st Generation and later; Apple TV 3rd, 4th Generation and later.\", \n" +" \"PresetName\": \"Apple 1080p30 Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -4312,23 +4312,23 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 350, \n" +" \"VideoAvgBitrate\": 6000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" " \"VideoFramerate\": \"30\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"1.3\", \n" +" \"VideoLevel\": \"4.0\", \n" " \"VideoOptionExtra\": \"\", \n" " \"VideoPreset\": \"medium\", \n" -" \"VideoProfile\": \"baseline\", \n" +" \"VideoProfile\": \"high\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" " \"VideoQualitySlider\": 22.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" -" \"VideoTurboTwoPass\": true, \n" +" \"VideoTurboTwoPass\": false, \n" " \"VideoTwoPass\": true, \n" " \"x264Option\": \"\", \n" " \"x264UseAdvancedOptions\": false\n" @@ -4378,7 +4378,7 @@ const char hb_builtin_presets_json[] = " \"Folder\": false, \n" " \"FolderOpen\": false, \n" " \"InlineParameterSets\": false, \n" -" \"Mp4HttpOptimize\": true, \n" +" \"Mp4HttpOptimize\": false, \n" " \"Mp4iPodCompatible\": false, \n" " \"PictureAutoCrop\": true, \n" " \"PictureBottomCrop\": 0, \n" @@ -4402,7 +4402,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 2160, \n" +" \"PictureHeight\": 720, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -4418,9 +4418,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 3840, \n" -" \"PresetDescription\": \"H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast Ultra.\", \n" -" \"PresetName\": \"Chromecast 2160p60 4K HEVC Surround\", \n" +" \"PictureWidth\": 1280, \n" +" \"PresetDescription\": \"H.264 video (up to 720p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 4, 4S, and later; iPod touch 4th, 5th Generation and later; iPad 1st Generation, iPad 2, and later; Apple TV 2nd Generation and later.\", \n" +" \"PresetName\": \"Apple 720p30 Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -4432,19 +4432,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 8000, \n" +" \"VideoAvgBitrate\": 3000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" -" \"VideoEncoder\": \"x265\", \n" -" \"VideoFramerate\": \"60\", \n" +" \"VideoEncoder\": \"x264\", \n" +" \"VideoFramerate\": \"30\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"auto\", \n" -" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n" -" \"VideoPreset\": \"slow\", \n" -" \"VideoProfile\": \"main\", \n" +" \"VideoLevel\": \"3.1\", \n" +" \"VideoOptionExtra\": \"\", \n" +" \"VideoPreset\": \"medium\", \n" +" \"VideoProfile\": \"high\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 24.0, \n" +" \"VideoQualitySlider\": 21.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -4498,7 +4498,7 @@ const char hb_builtin_presets_json[] = " \"Folder\": false, \n" " \"FolderOpen\": false, \n" " \"InlineParameterSets\": false, \n" -" \"Mp4HttpOptimize\": true, \n" +" \"Mp4HttpOptimize\": false, \n" " \"Mp4iPodCompatible\": false, \n" " \"PictureAutoCrop\": true, \n" " \"PictureBottomCrop\": 0, \n" @@ -4522,7 +4522,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 1080, \n" +" \"PictureHeight\": 540, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -4538,9 +4538,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 1920, \n" -" \"PresetDescription\": \"H.264 video (up to 1080p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast 3rd Generation.\", \n" -" \"PresetName\": \"Chromecast 1080p60 Surround\", \n" +" \"PictureWidth\": 960, \n" +" \"PresetDescription\": \"H.264 video (up to 540p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 1st Generation, 3G, 3GS, and later; iPod touch 1st, 2nd, 3rd Generation and later; iPod Classic; Apple TV 1st Generation and later.\", \n" +" \"PresetName\": \"Apple 540p30 Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -4552,19 +4552,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 6000, \n" +" \"VideoAvgBitrate\": 2500, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" -" \"VideoFramerate\": \"60\", \n" +" \"VideoFramerate\": \"30\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"4.2\", \n" -" \"VideoOptionExtra\": \"\", \n" +" \"VideoLevel\": \"3.1\", \n" +" \"VideoOptionExtra\": \"qpmin=4:cabac=0:ref=2:b-pyramid=none:weightb=0:weightp=0:vbv-maxrate=9500:vbv-bufsize=9500\", \n" " \"VideoPreset\": \"medium\", \n" " \"VideoProfile\": \"high\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 22.0, \n" +" \"VideoQualitySlider\": 20.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" @@ -4576,8 +4576,7 @@ const char hb_builtin_presets_json[] = " {\n" " \"AlignAVStart\": false, \n" " \"AudioCopyMask\": [\n" -" \"copy:aac\", \n" -" \"copy:ac3\"\n" +" \"copy:aac\"\n" " ], \n" " \"AudioEncoderFallback\": \"aac\", \n" " \"AudioLanguageList\": [], \n" @@ -4594,19 +4593,6 @@ const char hb_builtin_presets_json[] = " \"AudioTrackGainSlider\": 0.0, \n" " \"AudioTrackQuality\": -1.0, \n" " \"AudioTrackQualityEnable\": false\n" -" }, \n" -" {\n" -" \"AudioBitrate\": 640, \n" -" \"AudioCompressionLevel\": -1.0, \n" -" \"AudioDitherMethod\": \"auto\", \n" -" \"AudioEncoder\": \"copy:ac3\", \n" -" \"AudioMixdown\": \"none\", \n" -" \"AudioNormalizeMixLevel\": false, \n" -" \"AudioSamplerate\": \"auto\", \n" -" \"AudioTrackDRCSlider\": 0.0, \n" -" \"AudioTrackGainSlider\": 0.0, \n" -" \"AudioTrackQuality\": -1.0, \n" -" \"AudioTrackQualityEnable\": false\n" " }\n" " ], \n" " \"AudioSecondaryEncoderMode\": true, \n" @@ -4618,8 +4604,8 @@ const char hb_builtin_presets_json[] = " \"Folder\": false, \n" " \"FolderOpen\": false, \n" " \"InlineParameterSets\": false, \n" -" \"Mp4HttpOptimize\": true, \n" -" \"Mp4iPodCompatible\": false, \n" +" \"Mp4HttpOptimize\": false, \n" +" \"Mp4iPodCompatible\": true, \n" " \"PictureAutoCrop\": true, \n" " \"PictureBottomCrop\": 0, \n" " \"PictureChromaSmoothCustom\": \"\", \n" @@ -4642,13 +4628,13 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 1080, \n" +" \"PictureHeight\": 240, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" " \"PictureLooseCrop\": false, \n" -" \"PictureModulus\": 2, \n" -" \"PicturePAR\": \"auto\", \n" +" \"PictureModulus\": 16, \n" +" \"PicturePAR\": \"off\", \n" " \"PicturePARHeight\": 720, \n" " \"PicturePARWidth\": 853, \n" " \"PictureRightCrop\": 0, \n" @@ -4658,9 +4644,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 1920, \n" -" \"PresetDescription\": \"H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast 1st, 2nd Generation and later.\", \n" -" \"PresetName\": \"Chromecast 1080p30 Surround\", \n" +" \"PictureWidth\": 320, \n" +" \"PresetDescription\": \"H.264 video (up to 240p30) and AAC stereo audio, in an MP4 container. Compatible with Apple iPod 5th Generation and later.\", \n" +" \"PresetName\": \"Apple 240p30\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -4672,23 +4658,23 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 6000, \n" +" \"VideoAvgBitrate\": 350, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" " \"VideoFramerate\": \"30\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"4.0\", \n" +" \"VideoLevel\": \"1.3\", \n" " \"VideoOptionExtra\": \"\", \n" " \"VideoPreset\": \"medium\", \n" -" \"VideoProfile\": \"high\", \n" +" \"VideoProfile\": \"baseline\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" " \"VideoQualitySlider\": 22.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" -" \"VideoTurboTwoPass\": false, \n" +" \"VideoTurboTwoPass\": true, \n" " \"VideoTwoPass\": true, \n" " \"x264Option\": \"\", \n" " \"x264UseAdvancedOptions\": false\n" @@ -4738,7 +4724,7 @@ const char hb_builtin_presets_json[] = " \"Folder\": false, \n" " \"FolderOpen\": false, \n" " \"InlineParameterSets\": false, \n" -" \"Mp4HttpOptimize\": false, \n" +" \"Mp4HttpOptimize\": true, \n" " \"Mp4iPodCompatible\": false, \n" " \"PictureAutoCrop\": true, \n" " \"PictureBottomCrop\": 0, \n" @@ -4779,8 +4765,8 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" " \"PictureWidth\": 3840, \n" -" \"PresetDescription\": \"H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) audio, in an MP4 container. Compatible with Amazon Fire TV 2nd Generation and later; Fire TV Cube, Fire TV Stick 4K.\", \n" -" \"PresetName\": \"Amazon Fire 2160p60 4K HEVC Surround\", \n" +" \"PresetDescription\": \"H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast Ultra.\", \n" +" \"PresetName\": \"Chromecast 2160p60 4K HEVC Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -4858,7 +4844,7 @@ const char hb_builtin_presets_json[] = " \"Folder\": false, \n" " \"FolderOpen\": false, \n" " \"InlineParameterSets\": false, \n" -" \"Mp4HttpOptimize\": false, \n" +" \"Mp4HttpOptimize\": true, \n" " \"Mp4iPodCompatible\": false, \n" " \"PictureAutoCrop\": true, \n" " \"PictureBottomCrop\": 0, \n" @@ -4899,8 +4885,8 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" " \"PictureWidth\": 1920, \n" -" \"PresetDescription\": \"H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) audio, in an MP4 container. Compatible with Amazon Fire TV 1st Generation and later; Fire TV Stick 1st Generation and later; Fire HD 10 7th Generation (2017); Fire HDX 4th Generation (2014).\", \n" -" \"PresetName\": \"Amazon Fire 1080p30 Surround\", \n" +" \"PresetDescription\": \"H.264 video (up to 1080p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast 3rd Generation.\", \n" +" \"PresetName\": \"Chromecast 1080p60 Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -4915,13 +4901,13 @@ const char hb_builtin_presets_json[] = " \"VideoAvgBitrate\": 6000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" -" \"VideoFramerate\": \"30\", \n" +" \"VideoFramerate\": \"60\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"4.0\", \n" +" \"VideoLevel\": \"4.2\", \n" " \"VideoOptionExtra\": \"\", \n" " \"VideoPreset\": \"medium\", \n" -" \"VideoProfile\": \"main\", \n" +" \"VideoProfile\": \"high\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" " \"VideoQualitySlider\": 22.0, \n" @@ -4936,7 +4922,8 @@ const char hb_builtin_presets_json[] = " {\n" " \"AlignAVStart\": false, \n" " \"AudioCopyMask\": [\n" -" \"copy:aac\"\n" +" \"copy:aac\", \n" +" \"copy:ac3\"\n" " ], \n" " \"AudioEncoderFallback\": \"aac\", \n" " \"AudioLanguageList\": [], \n" @@ -4953,6 +4940,19 @@ const char hb_builtin_presets_json[] = " \"AudioTrackGainSlider\": 0.0, \n" " \"AudioTrackQuality\": -1.0, \n" " \"AudioTrackQualityEnable\": false\n" +" }, \n" +" {\n" +" \"AudioBitrate\": 640, \n" +" \"AudioCompressionLevel\": -1.0, \n" +" \"AudioDitherMethod\": \"auto\", \n" +" \"AudioEncoder\": \"copy:ac3\", \n" +" \"AudioMixdown\": \"none\", \n" +" \"AudioNormalizeMixLevel\": false, \n" +" \"AudioSamplerate\": \"auto\", \n" +" \"AudioTrackDRCSlider\": 0.0, \n" +" \"AudioTrackGainSlider\": 0.0, \n" +" \"AudioTrackQuality\": -1.0, \n" +" \"AudioTrackQualityEnable\": false\n" " }\n" " ], \n" " \"AudioSecondaryEncoderMode\": true, \n" @@ -4964,7 +4964,7 @@ const char hb_builtin_presets_json[] = " \"Folder\": false, \n" " \"FolderOpen\": false, \n" " \"InlineParameterSets\": false, \n" -" \"Mp4HttpOptimize\": false, \n" +" \"Mp4HttpOptimize\": true, \n" " \"Mp4iPodCompatible\": false, \n" " \"PictureAutoCrop\": true, \n" " \"PictureBottomCrop\": 0, \n" @@ -4988,7 +4988,7 @@ const char hb_builtin_presets_json[] = " \"PictureDetelecineCustom\": \"\", \n" " \"PictureForceHeight\": 0, \n" " \"PictureForceWidth\": 0, \n" -" \"PictureHeight\": 720, \n" +" \"PictureHeight\": 1080, \n" " \"PictureItuPAR\": false, \n" " \"PictureKeepRatio\": true, \n" " \"PictureLeftCrop\": 0, \n" @@ -5004,9 +5004,9 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenPreset\": \"medium\", \n" " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" -" \"PictureWidth\": 1280, \n" -" \"PresetDescription\": \"H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Amazon Fire HD 4th Generation (2014) and later; Kindle Fire HDX 3rd Generation (2013); Kindle Fire HD 2nd Generation (2012) and later.\", \n" -" \"PresetName\": \"Amazon Fire 720p30\", \n" +" \"PictureWidth\": 1920, \n" +" \"PresetDescription\": \"H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast 1st, 2nd Generation and later.\", \n" +" \"PresetName\": \"Chromecast 1080p30 Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -5018,19 +5018,19 @@ const char hb_builtin_presets_json[] = " \"Type\": 0, \n" " \"UsesPictureFilters\": true, \n" " \"UsesPictureSettings\": 1, \n" -" \"VideoAvgBitrate\": 3000, \n" +" \"VideoAvgBitrate\": 6000, \n" " \"VideoColorMatrixCodeOverride\": 0, \n" " \"VideoEncoder\": \"x264\", \n" " \"VideoFramerate\": \"30\", \n" " \"VideoFramerateMode\": \"pfr\", \n" " \"VideoGrayScale\": false, \n" -" \"VideoLevel\": \"3.1\", \n" +" \"VideoLevel\": \"4.0\", \n" " \"VideoOptionExtra\": \"\", \n" " \"VideoPreset\": \"medium\", \n" " \"VideoProfile\": \"high\", \n" " \"VideoQSVAsyncDepth\": 4, \n" " \"VideoQSVDecode\": false, \n" -" \"VideoQualitySlider\": 21.0, \n" +" \"VideoQualitySlider\": 22.0, \n" " \"VideoQualityType\": 2, \n" " \"VideoScaler\": \"swscale\", \n" " \"VideoTune\": \"\", \n" diff --git a/preset/preset_builtin.json b/preset/preset_builtin.json index d1c10f02e..b835300e2 100644 --- a/preset/preset_builtin.json +++ b/preset/preset_builtin.json @@ -3291,7 +3291,8 @@ { "AlignAVStart": false, "AudioCopyMask": [ - "copy:aac" + "copy:aac", + "copy:ac3" ], "AudioEncoderFallback": "aac", "AudioLanguageList": [ @@ -3309,6 +3310,19 @@ "AudioTrackQuality": -1.0, "AudioTrackGainSlider": 0.0, "AudioTrackDRCSlider": 0.0 + }, + { + "AudioBitrate": 640, + "AudioCompressionLevel": -1.0, + "AudioDitherMethod": "auto", + "AudioEncoder": "copy:ac3", + "AudioMixdown": "none", + "AudioNormalizeMixLevel": false, + "AudioSamplerate": "auto", + "AudioTrackQualityEnable": false, + "AudioTrackQuality": -1.0, + "AudioTrackGainSlider": 0.0, + "AudioTrackDRCSlider": 0.0 } ], "AudioSecondaryEncoderMode": true, @@ -3358,12 +3372,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 1920, - "PictureHeight": 1080, + "PictureWidth": 3840, + "PictureHeight": 2160, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 1080p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.", - "PresetName": "Android 1080p30", + "PresetDescription": "H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) audio, in an MP4 container. Compatible with Amazon Fire TV 2nd Generation and later; Fire TV Cube, Fire TV Stick 4K.", + "PresetName": "Amazon Fire 2160p60 4K HEVC Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -3376,20 +3390,20 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 6000, + "VideoAvgBitrate": 8000, "VideoColorMatrixCodeOverride": 0, - "VideoEncoder": "x264", - "VideoFramerate": "30", + "VideoEncoder": "x265", + "VideoFramerate": "60", "VideoFramerateMode": "pfr", "VideoGrayScale": false, "VideoScaler": "swscale", - "VideoPreset": "medium", + "VideoPreset": "slow", "VideoTune": "", "VideoProfile": "main", - "VideoLevel": "4.0", - "VideoOptionExtra": "", + "VideoLevel": "auto", + "VideoOptionExtra": "strong-intra-smoothing=0:rect=0:aq-mode=1", "VideoQualityType": 2, - "VideoQualitySlider": 22.0, + "VideoQualitySlider": 24.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -3400,7 +3414,8 @@ { "AlignAVStart": false, "AudioCopyMask": [ - "copy:aac" + "copy:aac", + "copy:ac3" ], "AudioEncoderFallback": "aac", "AudioLanguageList": [ @@ -3418,6 +3433,19 @@ "AudioTrackQuality": -1.0, "AudioTrackGainSlider": 0.0, "AudioTrackDRCSlider": 0.0 + }, + { + "AudioBitrate": 640, + "AudioCompressionLevel": -1.0, + "AudioDitherMethod": "auto", + "AudioEncoder": "copy:ac3", + "AudioMixdown": "none", + "AudioNormalizeMixLevel": false, + "AudioSamplerate": "auto", + "AudioTrackQualityEnable": false, + "AudioTrackQuality": -1.0, + "AudioTrackGainSlider": 0.0, + "AudioTrackDRCSlider": 0.0 } ], "AudioSecondaryEncoderMode": true, @@ -3467,12 +3495,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 1280, - "PictureHeight": 720, + "PictureWidth": 1920, + "PictureHeight": 1080, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.", - "PresetName": "Android 720p30", + "PresetDescription": "H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) audio, in an MP4 container. Compatible with Amazon Fire TV 1st Generation and later; Fire TV Stick 1st Generation and later; Fire HD 10 7th Generation (2017); Fire HDX 4th Generation (2014).", + "PresetName": "Amazon Fire 1080p30 Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -3485,7 +3513,7 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 3000, + "VideoAvgBitrate": 6000, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", "VideoFramerate": "30", @@ -3495,10 +3523,10 @@ "VideoPreset": "medium", "VideoTune": "", "VideoProfile": "main", - "VideoLevel": "3.1", + "VideoLevel": "4.0", "VideoOptionExtra": "", "VideoQualityType": 2, - "VideoQualitySlider": 21.0, + "VideoQualitySlider": 22.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -3516,7 +3544,7 @@ ], "AudioList": [ { - "AudioBitrate": 128, + "AudioBitrate": 160, "AudioCompressionLevel": -1.0, "AudioDitherMethod": "auto", "AudioEncoder": "aac", @@ -3576,12 +3604,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 720, - "PictureHeight": 576, + "PictureWidth": 1280, + "PictureHeight": 720, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 576p25) and AAC stereo audio, in an MP4 container. Compatible with Android devices.", - "PresetName": "Android 576p25", + "PresetDescription": "H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Amazon Fire HD 4th Generation (2014) and later; Kindle Fire HDX 3rd Generation (2013); Kindle Fire HD 2nd Generation (2012) and later.", + "PresetName": "Amazon Fire 720p30", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -3594,20 +3622,20 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 1800, + "VideoAvgBitrate": 3000, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", - "VideoFramerate": "25", + "VideoFramerate": "30", "VideoFramerateMode": "pfr", "VideoGrayScale": false, "VideoScaler": "swscale", "VideoPreset": "medium", "VideoTune": "", - "VideoProfile": "main", - "VideoLevel": "3.0", + "VideoProfile": "high", + "VideoLevel": "3.1", "VideoOptionExtra": "", "VideoQualityType": 2, - "VideoQualitySlider": 20.0, + "VideoQualitySlider": 21.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -3625,7 +3653,7 @@ ], "AudioList": [ { - "AudioBitrate": 128, + "AudioBitrate": 160, "AudioCompressionLevel": -1.0, "AudioDitherMethod": "auto", "AudioEncoder": "aac", @@ -3685,12 +3713,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 720, - "PictureHeight": 480, + "PictureWidth": 1920, + "PictureHeight": 1080, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 480p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.", - "PresetName": "Android 480p30", + "PresetDescription": "H.264 video (up to 1080p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.", + "PresetName": "Android 1080p30", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -3703,7 +3731,7 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 1500, + "VideoAvgBitrate": 6000, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", "VideoFramerate": "30", @@ -3713,10 +3741,10 @@ "VideoPreset": "medium", "VideoTune": "", "VideoProfile": "main", - "VideoLevel": "3.0", + "VideoLevel": "4.0", "VideoOptionExtra": "", "VideoQualityType": 2, - "VideoQualitySlider": 20.0, + "VideoQualitySlider": 22.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -3727,8 +3755,7 @@ { "AlignAVStart": false, "AudioCopyMask": [ - "copy:aac", - "copy:ac3" + "copy:aac" ], "AudioEncoderFallback": "aac", "AudioLanguageList": [ @@ -3746,19 +3773,6 @@ "AudioTrackQuality": -1.0, "AudioTrackGainSlider": 0.0, "AudioTrackDRCSlider": 0.0 - }, - { - "AudioBitrate": 640, - "AudioCompressionLevel": -1.0, - "AudioDitherMethod": "auto", - "AudioEncoder": "copy:ac3", - "AudioMixdown": "none", - "AudioNormalizeMixLevel": false, - "AudioSamplerate": "auto", - "AudioTrackQualityEnable": false, - "AudioTrackQuality": -1.0, - "AudioTrackGainSlider": 0.0, - "AudioTrackDRCSlider": 0.0 } ], "AudioSecondaryEncoderMode": true, @@ -3808,12 +3822,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 3840, - "PictureHeight": 2160, + "PictureWidth": 1280, + "PictureHeight": 720, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 7, 7 Plus, 8, 8 Plus, X, XR, XS, XS Max; Apple TV 4K.", - "PresetName": "Apple 2160p60 4K HEVC Surround", + "PresetDescription": "H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.", + "PresetName": "Android 720p30", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -3826,20 +3840,20 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 8000, + "VideoAvgBitrate": 3000, "VideoColorMatrixCodeOverride": 0, - "VideoEncoder": "x265", - "VideoFramerate": "60", + "VideoEncoder": "x264", + "VideoFramerate": "30", "VideoFramerateMode": "pfr", "VideoGrayScale": false, "VideoScaler": "swscale", - "VideoPreset": "slow", + "VideoPreset": "medium", "VideoTune": "", "VideoProfile": "main", - "VideoLevel": "auto", - "VideoOptionExtra": "strong-intra-smoothing=0:rect=0:aq-mode=1", + "VideoLevel": "3.1", + "VideoOptionExtra": "", "VideoQualityType": 2, - "VideoQualitySlider": 24.0, + "VideoQualitySlider": 21.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -3850,15 +3864,14 @@ { "AlignAVStart": false, "AudioCopyMask": [ - "copy:aac", - "copy:ac3" + "copy:aac" ], "AudioEncoderFallback": "aac", "AudioLanguageList": [ ], "AudioList": [ { - "AudioBitrate": 160, + "AudioBitrate": 128, "AudioCompressionLevel": -1.0, "AudioDitherMethod": "auto", "AudioEncoder": "aac", @@ -3869,19 +3882,6 @@ "AudioTrackQuality": -1.0, "AudioTrackGainSlider": 0.0, "AudioTrackDRCSlider": 0.0 - }, - { - "AudioBitrate": 640, - "AudioCompressionLevel": -1.0, - "AudioDitherMethod": "auto", - "AudioEncoder": "copy:ac3", - "AudioMixdown": "none", - "AudioNormalizeMixLevel": false, - "AudioSamplerate": "auto", - "AudioTrackQualityEnable": false, - "AudioTrackQuality": -1.0, - "AudioTrackGainSlider": 0.0, - "AudioTrackDRCSlider": 0.0 } ], "AudioSecondaryEncoderMode": true, @@ -3931,12 +3931,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 1920, - "PictureHeight": 1080, + "PictureWidth": 720, + "PictureHeight": 576, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 1080p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPad 5th and 6th Generation; iPad mini 2, 3, and 4; iPad Air 1st Generation and Air 2; iPad Pro 1st, 2nd, and 3rd Generation; Apple TV 4th Generation and later.", - "PresetName": "Apple 1080p60 Surround", + "PresetDescription": "H.264 video (up to 576p25) and AAC stereo audio, in an MP4 container. Compatible with Android devices.", + "PresetName": "Android 576p25", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -3949,20 +3949,20 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 6000, + "VideoAvgBitrate": 1800, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", - "VideoFramerate": "60", + "VideoFramerate": "25", "VideoFramerateMode": "pfr", "VideoGrayScale": false, "VideoScaler": "swscale", "VideoPreset": "medium", "VideoTune": "", - "VideoProfile": "high", - "VideoLevel": "4.2", + "VideoProfile": "main", + "VideoLevel": "3.0", "VideoOptionExtra": "", "VideoQualityType": 2, - "VideoQualitySlider": 22.0, + "VideoQualitySlider": 20.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -3973,15 +3973,14 @@ { "AlignAVStart": false, "AudioCopyMask": [ - "copy:aac", - "copy:ac3" + "copy:aac" ], "AudioEncoderFallback": "aac", "AudioLanguageList": [ ], "AudioList": [ { - "AudioBitrate": 160, + "AudioBitrate": 128, "AudioCompressionLevel": -1.0, "AudioDitherMethod": "auto", "AudioEncoder": "aac", @@ -3992,19 +3991,6 @@ "AudioTrackQuality": -1.0, "AudioTrackGainSlider": 0.0, "AudioTrackDRCSlider": 0.0 - }, - { - "AudioBitrate": 640, - "AudioCompressionLevel": -1.0, - "AudioDitherMethod": "auto", - "AudioEncoder": "copy:ac3", - "AudioMixdown": "none", - "AudioNormalizeMixLevel": false, - "AudioSamplerate": "auto", - "AudioTrackQualityEnable": false, - "AudioTrackQuality": -1.0, - "AudioTrackGainSlider": 0.0, - "AudioTrackDRCSlider": 0.0 } ], "AudioSecondaryEncoderMode": true, @@ -4054,12 +4040,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 1920, - "PictureHeight": 1080, + "PictureWidth": 720, + "PictureHeight": 480, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 5, 5s, SE, 6, 6 Plus, 6s, 6s Plus, and later; iPod touch 6th Generation; iPad 3rd, 4th Generation and later; iPad mini 1st Generation and later; Apple TV 3rd, 4th Generation and later.", - "PresetName": "Apple 1080p30 Surround", + "PresetDescription": "H.264 video (up to 480p30) and AAC stereo audio, in an MP4 container. Compatible with Android devices.", + "PresetName": "Android 480p30", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -4072,7 +4058,7 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 6000, + "VideoAvgBitrate": 1500, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", "VideoFramerate": "30", @@ -4081,11 +4067,11 @@ "VideoScaler": "swscale", "VideoPreset": "medium", "VideoTune": "", - "VideoProfile": "high", - "VideoLevel": "4.0", + "VideoProfile": "main", + "VideoLevel": "3.0", "VideoOptionExtra": "", "VideoQualityType": 2, - "VideoQualitySlider": 22.0, + "VideoQualitySlider": 20.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -4177,12 +4163,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 1280, - "PictureHeight": 720, + "PictureWidth": 3840, + "PictureHeight": 2160, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 720p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 4, 4S, and later; iPod touch 4th, 5th Generation and later; iPad 1st Generation, iPad 2, and later; Apple TV 2nd Generation and later.", - "PresetName": "Apple 720p30 Surround", + "PresetDescription": "H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 7, 7 Plus, 8, 8 Plus, X, XR, XS, XS Max; Apple TV 4K.", + "PresetName": "Apple 2160p60 4K HEVC Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -4195,20 +4181,20 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 3000, + "VideoAvgBitrate": 8000, "VideoColorMatrixCodeOverride": 0, - "VideoEncoder": "x264", - "VideoFramerate": "30", + "VideoEncoder": "x265", + "VideoFramerate": "60", "VideoFramerateMode": "pfr", "VideoGrayScale": false, "VideoScaler": "swscale", - "VideoPreset": "medium", + "VideoPreset": "slow", "VideoTune": "", - "VideoProfile": "high", - "VideoLevel": "3.1", - "VideoOptionExtra": "", + "VideoProfile": "main", + "VideoLevel": "auto", + "VideoOptionExtra": "strong-intra-smoothing=0:rect=0:aq-mode=1", "VideoQualityType": 2, - "VideoQualitySlider": 21.0, + "VideoQualitySlider": 24.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -4300,12 +4286,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 960, - "PictureHeight": 540, + "PictureWidth": 1920, + "PictureHeight": 1080, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 540p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 1st Generation, 3G, 3GS, and later; iPod touch 1st, 2nd, 3rd Generation and later; iPod Classic; Apple TV 1st Generation and later.", - "PresetName": "Apple 540p30 Surround", + "PresetDescription": "H.264 video (up to 1080p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPad 5th and 6th Generation; iPad mini 2, 3, and 4; iPad Air 1st Generation and Air 2; iPad Pro 1st, 2nd, and 3rd Generation; Apple TV 4th Generation and later.", + "PresetName": "Apple 1080p60 Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -4318,20 +4304,20 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 2500, + "VideoAvgBitrate": 6000, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", - "VideoFramerate": "30", + "VideoFramerate": "60", "VideoFramerateMode": "pfr", "VideoGrayScale": false, "VideoScaler": "swscale", "VideoPreset": "medium", "VideoTune": "", "VideoProfile": "high", - "VideoLevel": "3.1", - "VideoOptionExtra": "qpmin=4:cabac=0:ref=2:b-pyramid=none:weightb=0:weightp=0:vbv-maxrate=9500:vbv-bufsize=9500", + "VideoLevel": "4.2", + "VideoOptionExtra": "", "VideoQualityType": 2, - "VideoQualitySlider": 20.0, + "VideoQualitySlider": 22.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -4342,7 +4328,8 @@ { "AlignAVStart": false, "AudioCopyMask": [ - "copy:aac" + "copy:aac", + "copy:ac3" ], "AudioEncoderFallback": "aac", "AudioLanguageList": [ @@ -4360,6 +4347,19 @@ "AudioTrackQuality": -1.0, "AudioTrackGainSlider": 0.0, "AudioTrackDRCSlider": 0.0 + }, + { + "AudioBitrate": 640, + "AudioCompressionLevel": -1.0, + "AudioDitherMethod": "auto", + "AudioEncoder": "copy:ac3", + "AudioMixdown": "none", + "AudioNormalizeMixLevel": false, + "AudioSamplerate": "auto", + "AudioTrackQualityEnable": false, + "AudioTrackQuality": -1.0, + "AudioTrackGainSlider": 0.0, + "AudioTrackDRCSlider": 0.0 } ], "AudioSecondaryEncoderMode": true, @@ -4373,7 +4373,7 @@ "FolderOpen": false, "InlineParameterSets": false, "Mp4HttpOptimize": false, - "Mp4iPodCompatible": true, + "Mp4iPodCompatible": false, "PictureAutoCrop": true, "PictureBottomCrop": 0, "PictureLeftCrop": 0, @@ -4404,17 +4404,17 @@ "PictureItuPAR": false, "PictureKeepRatio": true, "PictureLooseCrop": false, - "PictureModulus": 16, - "PicturePAR": "off", + "PictureModulus": 2, + "PicturePAR": "auto", "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 320, - "PictureHeight": 240, + "PictureWidth": 1920, + "PictureHeight": 1080, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 240p30) and AAC stereo audio, in an MP4 container. Compatible with Apple iPod 5th Generation and later.", - "PresetName": "Apple 240p30", + "PresetDescription": "H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 5, 5s, SE, 6, 6 Plus, 6s, 6s Plus, and later; iPod touch 6th Generation; iPad 3rd, 4th Generation and later; iPad mini 1st Generation and later; Apple TV 3rd, 4th Generation and later.", + "PresetName": "Apple 1080p30 Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -4427,7 +4427,7 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 350, + "VideoAvgBitrate": 6000, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", "VideoFramerate": "30", @@ -4436,15 +4436,15 @@ "VideoScaler": "swscale", "VideoPreset": "medium", "VideoTune": "", - "VideoProfile": "baseline", - "VideoLevel": "1.3", + "VideoProfile": "high", + "VideoLevel": "4.0", "VideoOptionExtra": "", "VideoQualityType": 2, "VideoQualitySlider": 22.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, - "VideoTurboTwoPass": true, + "VideoTurboTwoPass": false, "x264Option": "", "x264UseAdvancedOptions": false }, @@ -4495,7 +4495,7 @@ "Folder": false, "FolderOpen": false, "InlineParameterSets": false, - "Mp4HttpOptimize": true, + "Mp4HttpOptimize": false, "Mp4iPodCompatible": false, "PictureAutoCrop": true, "PictureBottomCrop": 0, @@ -4532,12 +4532,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 3840, - "PictureHeight": 2160, + "PictureWidth": 1280, + "PictureHeight": 720, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast Ultra.", - "PresetName": "Chromecast 2160p60 4K HEVC Surround", + "PresetDescription": "H.264 video (up to 720p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 4, 4S, and later; iPod touch 4th, 5th Generation and later; iPad 1st Generation, iPad 2, and later; Apple TV 2nd Generation and later.", + "PresetName": "Apple 720p30 Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -4550,20 +4550,20 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 8000, + "VideoAvgBitrate": 3000, "VideoColorMatrixCodeOverride": 0, - "VideoEncoder": "x265", - "VideoFramerate": "60", + "VideoEncoder": "x264", + "VideoFramerate": "30", "VideoFramerateMode": "pfr", "VideoGrayScale": false, "VideoScaler": "swscale", - "VideoPreset": "slow", + "VideoPreset": "medium", "VideoTune": "", - "VideoProfile": "main", - "VideoLevel": "auto", - "VideoOptionExtra": "strong-intra-smoothing=0:rect=0:aq-mode=1", + "VideoProfile": "high", + "VideoLevel": "3.1", + "VideoOptionExtra": "", "VideoQualityType": 2, - "VideoQualitySlider": 24.0, + "VideoQualitySlider": 21.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -4618,7 +4618,7 @@ "Folder": false, "FolderOpen": false, "InlineParameterSets": false, - "Mp4HttpOptimize": true, + "Mp4HttpOptimize": false, "Mp4iPodCompatible": false, "PictureAutoCrop": true, "PictureBottomCrop": 0, @@ -4655,12 +4655,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 1920, - "PictureHeight": 1080, + "PictureWidth": 960, + "PictureHeight": 540, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 1080p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast 3rd Generation.", - "PresetName": "Chromecast 1080p60 Surround", + "PresetDescription": "H.264 video (up to 540p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Apple iPhone 1st Generation, 3G, 3GS, and later; iPod touch 1st, 2nd, 3rd Generation and later; iPod Classic; Apple TV 1st Generation and later.", + "PresetName": "Apple 540p30 Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -4673,20 +4673,20 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 6000, + "VideoAvgBitrate": 2500, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", - "VideoFramerate": "60", + "VideoFramerate": "30", "VideoFramerateMode": "pfr", "VideoGrayScale": false, "VideoScaler": "swscale", "VideoPreset": "medium", "VideoTune": "", "VideoProfile": "high", - "VideoLevel": "4.2", - "VideoOptionExtra": "", + "VideoLevel": "3.1", + "VideoOptionExtra": "qpmin=4:cabac=0:ref=2:b-pyramid=none:weightb=0:weightp=0:vbv-maxrate=9500:vbv-bufsize=9500", "VideoQualityType": 2, - "VideoQualitySlider": 22.0, + "VideoQualitySlider": 20.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, @@ -4697,8 +4697,7 @@ { "AlignAVStart": false, "AudioCopyMask": [ - "copy:aac", - "copy:ac3" + "copy:aac" ], "AudioEncoderFallback": "aac", "AudioLanguageList": [ @@ -4716,19 +4715,6 @@ "AudioTrackQuality": -1.0, "AudioTrackGainSlider": 0.0, "AudioTrackDRCSlider": 0.0 - }, - { - "AudioBitrate": 640, - "AudioCompressionLevel": -1.0, - "AudioDitherMethod": "auto", - "AudioEncoder": "copy:ac3", - "AudioMixdown": "none", - "AudioNormalizeMixLevel": false, - "AudioSamplerate": "auto", - "AudioTrackQualityEnable": false, - "AudioTrackQuality": -1.0, - "AudioTrackGainSlider": 0.0, - "AudioTrackDRCSlider": 0.0 } ], "AudioSecondaryEncoderMode": true, @@ -4741,8 +4727,8 @@ "Folder": false, "FolderOpen": false, "InlineParameterSets": false, - "Mp4HttpOptimize": true, - "Mp4iPodCompatible": false, + "Mp4HttpOptimize": false, + "Mp4iPodCompatible": true, "PictureAutoCrop": true, "PictureBottomCrop": 0, "PictureLeftCrop": 0, @@ -4773,17 +4759,17 @@ "PictureItuPAR": false, "PictureKeepRatio": true, "PictureLooseCrop": false, - "PictureModulus": 2, - "PicturePAR": "auto", + "PictureModulus": 16, + "PicturePAR": "off", "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 1920, - "PictureHeight": 1080, + "PictureWidth": 320, + "PictureHeight": 240, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast 1st, 2nd Generation and later.", - "PresetName": "Chromecast 1080p30 Surround", + "PresetDescription": "H.264 video (up to 240p30) and AAC stereo audio, in an MP4 container. Compatible with Apple iPod 5th Generation and later.", + "PresetName": "Apple 240p30", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -4796,7 +4782,7 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 6000, + "VideoAvgBitrate": 350, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", "VideoFramerate": "30", @@ -4805,15 +4791,15 @@ "VideoScaler": "swscale", "VideoPreset": "medium", "VideoTune": "", - "VideoProfile": "high", - "VideoLevel": "4.0", + "VideoProfile": "baseline", + "VideoLevel": "1.3", "VideoOptionExtra": "", "VideoQualityType": 2, "VideoQualitySlider": 22.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, - "VideoTurboTwoPass": false, + "VideoTurboTwoPass": true, "x264Option": "", "x264UseAdvancedOptions": false }, @@ -4864,7 +4850,7 @@ "Folder": false, "FolderOpen": false, "InlineParameterSets": false, - "Mp4HttpOptimize": false, + "Mp4HttpOptimize": true, "Mp4iPodCompatible": false, "PictureAutoCrop": true, "PictureBottomCrop": 0, @@ -4905,8 +4891,8 @@ "PictureHeight": 2160, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) audio, in an MP4 container. Compatible with Amazon Fire TV 2nd Generation and later; Fire TV Cube, Fire TV Stick 4K.", - "PresetName": "Amazon Fire 2160p60 4K HEVC Surround", + "PresetDescription": "H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast Ultra.", + "PresetName": "Chromecast 2160p60 4K HEVC Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -4987,7 +4973,7 @@ "Folder": false, "FolderOpen": false, "InlineParameterSets": false, - "Mp4HttpOptimize": false, + "Mp4HttpOptimize": true, "Mp4iPodCompatible": false, "PictureAutoCrop": true, "PictureBottomCrop": 0, @@ -5028,8 +5014,8 @@ "PictureHeight": 1080, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) audio, in an MP4 container. Compatible with Amazon Fire TV 1st Generation and later; Fire TV Stick 1st Generation and later; Fire HD 10 7th Generation (2017); Fire HDX 4th Generation (2014).", - "PresetName": "Amazon Fire 1080p30 Surround", + "PresetDescription": "H.264 video (up to 1080p60), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast 3rd Generation.", + "PresetName": "Chromecast 1080p60 Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -5045,14 +5031,14 @@ "VideoAvgBitrate": 6000, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", - "VideoFramerate": "30", + "VideoFramerate": "60", "VideoFramerateMode": "pfr", "VideoGrayScale": false, "VideoScaler": "swscale", "VideoPreset": "medium", "VideoTune": "", - "VideoProfile": "main", - "VideoLevel": "4.0", + "VideoProfile": "high", + "VideoLevel": "4.2", "VideoOptionExtra": "", "VideoQualityType": 2, "VideoQualitySlider": 22.0, @@ -5066,7 +5052,8 @@ { "AlignAVStart": false, "AudioCopyMask": [ - "copy:aac" + "copy:aac", + "copy:ac3" ], "AudioEncoderFallback": "aac", "AudioLanguageList": [ @@ -5084,6 +5071,19 @@ "AudioTrackQuality": -1.0, "AudioTrackGainSlider": 0.0, "AudioTrackDRCSlider": 0.0 + }, + { + "AudioBitrate": 640, + "AudioCompressionLevel": -1.0, + "AudioDitherMethod": "auto", + "AudioEncoder": "copy:ac3", + "AudioMixdown": "none", + "AudioNormalizeMixLevel": false, + "AudioSamplerate": "auto", + "AudioTrackQualityEnable": false, + "AudioTrackQuality": -1.0, + "AudioTrackGainSlider": 0.0, + "AudioTrackDRCSlider": 0.0 } ], "AudioSecondaryEncoderMode": true, @@ -5096,7 +5096,7 @@ "Folder": false, "FolderOpen": false, "InlineParameterSets": false, - "Mp4HttpOptimize": false, + "Mp4HttpOptimize": true, "Mp4iPodCompatible": false, "PictureAutoCrop": true, "PictureBottomCrop": 0, @@ -5133,12 +5133,12 @@ "PicturePARWidth": 853, "PicturePARHeight": 720, "PictureRotate": "angle=0:hflip=0", - "PictureWidth": 1280, - "PictureHeight": 720, + "PictureWidth": 1920, + "PictureHeight": 1080, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Amazon Fire HD 4th Generation (2014) and later; Kindle Fire HDX 3rd Generation (2013); Kindle Fire HD 2nd Generation (2012) and later.", - "PresetName": "Amazon Fire 720p30", + "PresetDescription": "H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) surround audio, in an MP4 container. Compatible with Google Chromecast 1st, 2nd Generation and later.", + "PresetName": "Chromecast 1080p30 Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -5151,7 +5151,7 @@ "SubtitleLanguageList": [ ], "SubtitleTrackSelectionBehavior": "none", - "VideoAvgBitrate": 3000, + "VideoAvgBitrate": 6000, "VideoColorMatrixCodeOverride": 0, "VideoEncoder": "x264", "VideoFramerate": "30", @@ -5161,10 +5161,10 @@ "VideoPreset": "medium", "VideoTune": "", "VideoProfile": "high", - "VideoLevel": "3.1", + "VideoLevel": "4.0", "VideoOptionExtra": "", "VideoQualityType": 2, - "VideoQualitySlider": 21.0, + "VideoQualitySlider": 22.0, "VideoQSVDecode": false, "VideoQSVAsyncDepth": 4, "VideoTwoPass": true, |