diff options
author | Bradley Sepos <[email protected]> | 2018-09-13 07:29:18 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-09-26 17:49:02 -0400 |
commit | 4094964b9c804bf94a67b3cf49c3305e0bb97a99 (patch) | |
tree | a7422e9299009b26203178f91aa3c874dc4f69f2 | |
parent | 584c42cf8e127d37a0e9718113f51bf3a97458c7 (diff) |
presets: Minor revision to Amazon Fire descriptions.
-rw-r--r-- | libhb/preset_builtin.h | 6 | ||||
-rw-r--r-- | preset/preset_builtin.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libhb/preset_builtin.h b/libhb/preset_builtin.h index 357c011d0..1050d0f50 100644 --- a/libhb/preset_builtin.h +++ b/libhb/preset_builtin.h @@ -3981,7 +3981,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 Fire TV 2nd Generation and later; Fire TV Cube.\", \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.\", \n" " \"PresetName\": \"Amazon Fire 2160p60 4K HEVC Surround\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" @@ -4097,7 +4097,7 @@ 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 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" +" \"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 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" @@ -4199,7 +4199,7 @@ const char hb_builtin_presets_json[] = " \"PictureSharpenTune\": \"none\", \n" " \"PictureTopCrop\": 0, \n" " \"PictureWidth\": 1280, \n" -" \"PresetDescription\": \"H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Fire HD 4th Generation (2014) and later; Kindle Fire HDX 3rd Generation (2013); Kindle Fire HD 2nd Generation (2012) and later.\", \n" +" \"PresetDescription\": \"H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Amazon Fire HD 4th Generation (2014) and later; Kindle Fire HDX 3rd Generation (2013); Kindle Fire HD 2nd Generation (2012) and later.\", \n" " \"PresetName\": \"Amazon Fire 720p30\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" diff --git a/preset/preset_builtin.json b/preset/preset_builtin.json index a3442eebe..afdcd9cdd 100644 --- a/preset/preset_builtin.json +++ b/preset/preset_builtin.json @@ -4089,7 +4089,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 Fire TV 2nd Generation and later; Fire TV Cube.", + "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.", "PresetName": "Amazon Fire 2160p60 4K HEVC Surround", "Type": 0, "UsesPictureFilters": true, @@ -4208,7 +4208,7 @@ "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 Fire TV 1st Generation and later; Fire TV Stick 1st Generation and later; Fire HD 10 7th Generation (2017); Fire HDX 4th Generation (2014).", + "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 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, @@ -4313,7 +4313,7 @@ "PictureHeight": 720, "PictureForceHeight": 0, "PictureForceWidth": 0, - "PresetDescription": "H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Fire HD 4th Generation (2014) and later; Kindle Fire HDX 3rd Generation (2013); Kindle Fire HD 2nd Generation (2012) and later.", + "PresetDescription": "H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Amazon Fire HD 4th Generation (2014) and later; Kindle Fire HDX 3rd Generation (2013); Kindle Fire HD 2nd Generation (2012) and later.", "PresetName": "Amazon Fire 720p30", "Type": 0, "UsesPictureFilters": true, |