Skip to content

Commit

Permalink
preset: Make existing HEVC presets use 10-bit encoder.
Browse files Browse the repository at this point in the history
Update additional encoder options to match new 4K general presets.
  • Loading branch information
bradleysepos committed Dec 17, 2022
1 parent 34bddde commit f81d7da
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
56 changes: 28 additions & 28 deletions libhb/handbrake/preset_builtin.h
Original file line number Diff line number Diff line change
Expand Up @@ -4253,14 +4253,14 @@ const char hb_builtin_presets_json[] =
" \"UsesPictureSettings\": 1, \n"
" \"VideoAvgBitrate\": 8000, \n"
" \"VideoColorMatrixCodeOverride\": 0, \n"
" \"VideoEncoder\": \"x265\", \n"
" \"VideoEncoder\": \"x265_10bit\", \n"
" \"VideoFramerate\": \"60\", \n"
" \"VideoFramerateMode\": \"pfr\", \n"
" \"VideoGrayScale\": false, \n"
" \"VideoLevel\": \"auto\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1:rd=4:psy-rd=0.75:psy-rdoq=4.0:rdoq-level=1:rskip=2\", \n"
" \"VideoPreset\": \"slow\", \n"
" \"VideoProfile\": \"main\", \n"
" \"VideoProfile\": \"main10\", \n"
" \"VideoQSVDecode\": false, \n"
" \"VideoQualitySlider\": 24.0, \n"
" \"VideoQualityType\": 2, \n"
Expand Down Expand Up @@ -5015,7 +5015,7 @@ 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) 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"
" \"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 and later; Apple TV 4K.\", \n"
" \"PresetName\": \"Apple 2160p60 4K HEVC Surround\", \n"
" \"SubtitleAddCC\": false, \n"
" \"SubtitleAddForeignAudioSearch\": true, \n"
Expand All @@ -5030,14 +5030,14 @@ const char hb_builtin_presets_json[] =
" \"UsesPictureSettings\": 1, \n"
" \"VideoAvgBitrate\": 8000, \n"
" \"VideoColorMatrixCodeOverride\": 0, \n"
" \"VideoEncoder\": \"x265\", \n"
" \"VideoEncoder\": \"x265_10bit\", \n"
" \"VideoFramerate\": \"60\", \n"
" \"VideoFramerateMode\": \"pfr\", \n"
" \"VideoGrayScale\": false, \n"
" \"VideoLevel\": \"auto\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1:rd=4:psy-rd=0.75:psy-rdoq=4.0:rdoq-level=1:rskip=2\", \n"
" \"VideoPreset\": \"slow\", \n"
" \"VideoProfile\": \"main\", \n"
" \"VideoProfile\": \"main10\", \n"
" \"VideoQSVDecode\": false, \n"
" \"VideoQualitySlider\": 24.0, \n"
" \"VideoQualityType\": 2, \n"
Expand Down Expand Up @@ -5635,14 +5635,14 @@ const char hb_builtin_presets_json[] =
" \"UsesPictureSettings\": 1, \n"
" \"VideoAvgBitrate\": 8000, \n"
" \"VideoColorMatrixCodeOverride\": 0, \n"
" \"VideoEncoder\": \"x265\", \n"
" \"VideoEncoder\": \"x265_10bit\", \n"
" \"VideoFramerate\": \"60\", \n"
" \"VideoFramerateMode\": \"pfr\", \n"
" \"VideoGrayScale\": false, \n"
" \"VideoLevel\": \"auto\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1:rd=4:psy-rd=0.75:psy-rdoq=4.0:rdoq-level=1:rskip=2\", \n"
" \"VideoPreset\": \"slow\", \n"
" \"VideoProfile\": \"main\", \n"
" \"VideoProfile\": \"main10\", \n"
" \"VideoQSVDecode\": false, \n"
" \"VideoQualitySlider\": 24.0, \n"
" \"VideoQualityType\": 2, \n"
Expand Down Expand Up @@ -6457,14 +6457,14 @@ const char hb_builtin_presets_json[] =
" \"UsesPictureSettings\": 1, \n"
" \"VideoAvgBitrate\": 8000, \n"
" \"VideoColorMatrixCodeOverride\": 0, \n"
" \"VideoEncoder\": \"x265\", \n"
" \"VideoEncoder\": \"x265_10bit\", \n"
" \"VideoFramerate\": \"60\", \n"
" \"VideoFramerateMode\": \"pfr\", \n"
" \"VideoGrayScale\": false, \n"
" \"VideoLevel\": \"auto\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1:rd=4:psy-rd=0.75:psy-rdoq=4.0:rdoq-level=1:rskip=2\", \n"
" \"VideoPreset\": \"slow\", \n"
" \"VideoProfile\": \"main\", \n"
" \"VideoProfile\": \"main10\", \n"
" \"VideoQSVDecode\": false, \n"
" \"VideoQualitySlider\": 24.0, \n"
" \"VideoQualityType\": 2, \n"
Expand Down Expand Up @@ -7148,14 +7148,14 @@ const char hb_builtin_presets_json[] =
" \"UsesPictureSettings\": 1, \n"
" \"VideoAvgBitrate\": 8000, \n"
" \"VideoColorMatrixCodeOverride\": 0, \n"
" \"VideoEncoder\": \"x265\", \n"
" \"VideoEncoder\": \"x265_10bit\", \n"
" \"VideoFramerate\": \"60\", \n"
" \"VideoFramerateMode\": \"pfr\", \n"
" \"VideoGrayScale\": false, \n"
" \"VideoLevel\": \"auto\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1:rd=4:psy-rd=0.75:psy-rdoq=4.0:rdoq-level=1:rskip=2\", \n"
" \"VideoPreset\": \"slow\", \n"
" \"VideoProfile\": \"main\", \n"
" \"VideoProfile\": \"main10\", \n"
" \"VideoQSVDecode\": false, \n"
" \"VideoQualitySlider\": 24.0, \n"
" \"VideoQualityType\": 2, \n"
Expand Down Expand Up @@ -7255,14 +7255,14 @@ const char hb_builtin_presets_json[] =
" \"UsesPictureSettings\": 1, \n"
" \"VideoAvgBitrate\": 2500, \n"
" \"VideoColorMatrixCodeOverride\": 0, \n"
" \"VideoEncoder\": \"x265\", \n"
" \"VideoEncoder\": \"x265_10bit\", \n"
" \"VideoFramerate\": \"30\", \n"
" \"VideoFramerateMode\": \"pfr\", \n"
" \"VideoGrayScale\": false, \n"
" \"VideoLevel\": \"auto\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1:rd=4:psy-rd=0.75:psy-rdoq=4.0:rdoq-level=1:rskip=2\", \n"
" \"VideoPreset\": \"slow\", \n"
" \"VideoProfile\": \"main\", \n"
" \"VideoProfile\": \"main10\", \n"
" \"VideoQSVDecode\": false, \n"
" \"VideoQualitySlider\": 22.0, \n"
" \"VideoQualityType\": 2, \n"
Expand Down Expand Up @@ -7362,14 +7362,14 @@ const char hb_builtin_presets_json[] =
" \"UsesPictureSettings\": 1, \n"
" \"VideoAvgBitrate\": 2000, \n"
" \"VideoColorMatrixCodeOverride\": 0, \n"
" \"VideoEncoder\": \"x265\", \n"
" \"VideoEncoder\": \"x265_10bit\", \n"
" \"VideoFramerate\": \"30\", \n"
" \"VideoFramerateMode\": \"pfr\", \n"
" \"VideoGrayScale\": false, \n"
" \"VideoLevel\": \"auto\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1:rd=4:psy-rd=0.75:psy-rdoq=4.0:rdoq-level=1:rskip=2\", \n"
" \"VideoPreset\": \"slow\", \n"
" \"VideoProfile\": \"main\", \n"
" \"VideoProfile\": \"main10\", \n"
" \"VideoQSVDecode\": false, \n"
" \"VideoQualitySlider\": 21.0, \n"
" \"VideoQualityType\": 2, \n"
Expand Down Expand Up @@ -7469,14 +7469,14 @@ const char hb_builtin_presets_json[] =
" \"UsesPictureSettings\": 1, \n"
" \"VideoAvgBitrate\": 1200, \n"
" \"VideoColorMatrixCodeOverride\": 0, \n"
" \"VideoEncoder\": \"x265\", \n"
" \"VideoEncoder\": \"x265_10bit\", \n"
" \"VideoFramerate\": \"25\", \n"
" \"VideoFramerateMode\": \"pfr\", \n"
" \"VideoGrayScale\": false, \n"
" \"VideoLevel\": \"auto\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1:rd=4:psy-rd=0.75:psy-rdoq=4.0:rdoq-level=1:rskip=2\", \n"
" \"VideoPreset\": \"slow\", \n"
" \"VideoProfile\": \"main\", \n"
" \"VideoProfile\": \"main10\", \n"
" \"VideoQSVDecode\": false, \n"
" \"VideoQualitySlider\": 20.0, \n"
" \"VideoQualityType\": 2, \n"
Expand Down Expand Up @@ -7576,14 +7576,14 @@ const char hb_builtin_presets_json[] =
" \"UsesPictureSettings\": 1, \n"
" \"VideoAvgBitrate\": 1000, \n"
" \"VideoColorMatrixCodeOverride\": 0, \n"
" \"VideoEncoder\": \"x265\", \n"
" \"VideoEncoder\": \"x265_10bit\", \n"
" \"VideoFramerate\": \"30\", \n"
" \"VideoFramerateMode\": \"pfr\", \n"
" \"VideoGrayScale\": false, \n"
" \"VideoLevel\": \"auto\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1\", \n"
" \"VideoOptionExtra\": \"strong-intra-smoothing=0:rect=0:aq-mode=1:rd=4:psy-rd=0.75:psy-rdoq=4.0:rdoq-level=1:rskip=2\", \n"
" \"VideoPreset\": \"slow\", \n"
" \"VideoProfile\": \"main\", \n"
" \"VideoProfile\": \"main10\", \n"
" \"VideoQSVDecode\": false, \n"
" \"VideoQualitySlider\": 20.0, \n"
" \"VideoQualityType\": 2, \n"
Expand Down
Loading

0 comments on commit f81d7da

Please sign in to comment.