Skip to content

Commit

Permalink
preset: Append 4K to 2160p60 MKV presets for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed Dec 27, 2022
1 parent 933dc23 commit f428e46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions libhb/handbrake/preset_builtin.h
Original file line number Diff line number Diff line change
Expand Up @@ -6963,7 +6963,7 @@ const char hb_builtin_presets_json[] =
" \"PictureTopCrop\": 0, \n"
" \"PictureWidth\": 3840, \n"
" \"PresetDescription\": \"H.265 video (up to 2160p60) and AAC stereo audio, in an MKV container.\", \n"
" \"PresetName\": \"H.265 MKV 2160p60\", \n"
" \"PresetName\": \"H.265 MKV 2160p60 4K\", \n"
" \"SubtitleAddCC\": false, \n"
" \"SubtitleAddForeignAudioSearch\": true, \n"
" \"SubtitleAddForeignAudioSubtitle\": false, \n"
Expand Down Expand Up @@ -7493,7 +7493,7 @@ const char hb_builtin_presets_json[] =
" \"PictureTopCrop\": 0, \n"
" \"PictureWidth\": 3840, \n"
" \"PresetDescription\": \"H.264 video (up to 2160p60) and AAC stereo audio, in an MKV container.\", \n"
" \"PresetName\": \"H.264 MKV 2160p60\", \n"
" \"PresetName\": \"H.264 MKV 2160p60 4K\", \n"
" \"SubtitleAddCC\": false, \n"
" \"SubtitleAddForeignAudioSearch\": true, \n"
" \"SubtitleAddForeignAudioSubtitle\": false, \n"
Expand Down Expand Up @@ -8021,7 +8021,7 @@ const char hb_builtin_presets_json[] =
" \"PictureTopCrop\": 0, \n"
" \"PictureWidth\": 3840, \n"
" \"PresetDescription\": \"VP9 video (up to 2160p60) and Opus stereo audio, in an MKV container.\", \n"
" \"PresetName\": \"VP9 MKV 2160p60\", \n"
" \"PresetName\": \"VP9 MKV 2160p60 4K\", \n"
" \"SubtitleAddCC\": false, \n"
" \"SubtitleAddForeignAudioSearch\": true, \n"
" \"SubtitleAddForeignAudioSubtitle\": false, \n"
Expand Down
6 changes: 3 additions & 3 deletions preset/preset_builtin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7145,7 +7145,7 @@
"PictureForceHeight": 0,
"PictureForceWidth": 0,
"PresetDescription": "H.265 video (up to 2160p60) and AAC stereo audio, in an MKV container.",
"PresetName": "H.265 MKV 2160p60",
"PresetName": "H.265 MKV 2160p60 4K",
"Type": 0,
"UsesPictureFilters": true,
"UsesPictureSettings": 1,
Expand Down Expand Up @@ -7690,7 +7690,7 @@
"PictureForceHeight": 0,
"PictureForceWidth": 0,
"PresetDescription": "H.264 video (up to 2160p60) and AAC stereo audio, in an MKV container.",
"PresetName": "H.264 MKV 2160p60",
"PresetName": "H.264 MKV 2160p60 4K",
"Type": 0,
"UsesPictureFilters": true,
"UsesPictureSettings": 1,
Expand Down Expand Up @@ -8234,7 +8234,7 @@
"PictureForceHeight": 0,
"PictureForceWidth": 0,
"PresetDescription": "VP9 video (up to 2160p60) and Opus stereo audio, in an MKV container.",
"PresetName": "VP9 MKV 2160p60",
"PresetName": "VP9 MKV 2160p60 4K",
"Type": 0,
"UsesPictureFilters": true,
"UsesPictureSettings": 1,
Expand Down

0 comments on commit f428e46

Please sign in to comment.