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 | |
parent | 5c83c0f2e52f36048d18f5e58125b23923b37afb (diff) |
presets: Rename Fire TV to Amazon Fire and update compatibility info.
-rw-r--r-- | libhb/preset_builtin.h | 8 | ||||
-rw-r--r-- | preset/preset_builtin.json | 8 |
2 files changed, 8 insertions, 8 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" diff --git a/preset/preset_builtin.json b/preset/preset_builtin.json index 11ac360fe..e5c409f60 100644 --- a/preset/preset_builtin.json +++ b/preset/preset_builtin.json @@ -4076,8 +4076,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.", - "PresetName": "Fire TV 2160p60 4K HEVC Surround", + "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.", + "PresetName": "Amazon Fire 2160p60 4K HEVC Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -4194,8 +4194,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 Fire TV Stick.", - "PresetName": "Fire TV 1080p30 Surround", + "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).", + "PresetName": "Amazon Fire 1080p30 Surround", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, |