Skip to content

Commit

Permalink
preset: Correct description for Fire 4K preset.
Browse files Browse the repository at this point in the history
Specify compatibility with 3rd gen devices and newer.

According to the manufacturer's documentation, 2nd gen devices only
support up to 30 fps; the preset allows up to 60 fps.
  • Loading branch information
bradleysepos committed Dec 17, 2022
1 parent f81d7da commit 30930d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libhb/handbrake/preset_builtin.h
Original file line number Diff line number Diff line change
Expand Up @@ -4238,7 +4238,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) audio, in an MP4 container. Compatible with Amazon Fire TV 2nd Generation and later; Fire TV Cube, Fire TV Stick 4K.\", \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 3rd Generation and later; Fire TV Stick 4K; Fire TV Cube.\", \n"
" \"PresetName\": \"Amazon Fire 2160p60 4K HEVC Surround\", \n"
" \"SubtitleAddCC\": false, \n"
" \"SubtitleAddForeignAudioSearch\": true, \n"
Expand Down
2 changes: 1 addition & 1 deletion preset/preset_builtin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4349,7 +4349,7 @@
"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.",
"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 3rd Generation and later; Fire TV Stick 4K; Fire TV Cube.",
"PresetName": "Amazon Fire 2160p60 4K HEVC Surround",
"Type": 0,
"UsesPictureFilters": true,
Expand Down

0 comments on commit 30930d8

Please sign in to comment.