diff options
author | Bradley Sepos <[email protected]> | 2018-09-11 20:32:05 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-09-26 17:49:01 -0400 |
commit | cdb88e1701e012f07879dfdf17b404f2cdee144e (patch) | |
tree | f9ce226b4a1fd2ba2d75daf6a9371eb6a8155a0b /libhb | |
parent | 5c83c0f2e52f36048d18f5e58125b23923b37afb (diff) |
presets: Rename Fire TV to Amazon Fire and update compatibility info.
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/preset_builtin.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libhb/preset_builtin.h b/libhb/preset_builtin.h index 7a12339d2..7abdee1bd 100644 --- a/libhb/preset_builtin.h +++ b/libhb/preset_builtin.h @@ -3968,8 +3968,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.\", \n" -" \"PresetName\": \"Fire TV 2160p60 4K HEVC Surround\", \n" +" \"PresetDescription\": \"H.265 video (up to 2160p60), AAC stereo audio, and Dolby Digital (AC-3) audio, in an MP4 container. Compatible with Fire TV 2nd Generation and later; Fire TV Cube.\", \n" +" \"PresetName\": \"Amazon Fire 2160p60 4K HEVC Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -4083,8 +4083,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 Fire TV Stick.\", \n" -" \"PresetName\": \"Fire TV 1080p30 Surround\", \n" +" \"PresetDescription\": \"H.264 video (up to 1080p30), AAC stereo audio, and Dolby Digital (AC-3) audio, in an MP4 container. Compatible with 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" |