diff options
-rw-r--r-- | libhb/preset_builtin.h | 6 | ||||
-rw-r--r-- | preset/preset_builtin.json | 4 | ||||
-rw-r--r-- | preset/preset_builtin.list | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libhb/preset_builtin.h b/libhb/preset_builtin.h index 120249ebc..7f8963c56 100644 --- a/libhb/preset_builtin.h +++ b/libhb/preset_builtin.h @@ -2971,7 +2971,7 @@ const char hb_builtin_presets_json[] = " \"PictureTopCrop\": 0, \n" " \"PictureWidth\": 1280, \n" " \"PresetDescription\": \"H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Playstation Vita TV.\", \n" -" \"PresetName\": \"Playstation Vita TV 720p30\", \n" +" \"PresetName\": \"Playstation 720p30\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -3067,7 +3067,7 @@ const char hb_builtin_presets_json[] = " \"PictureTopCrop\": 0, \n" " \"PictureWidth\": 960, \n" " \"PresetDescription\": \"H.264 video (up to 540p30) and AAC stereo audio, in an MP4 container. Compatible with Playstation Vita.\", \n" -" \"PresetName\": \"Playstation Vita 540p30\", \n" +" \"PresetName\": \"Playstation 540p30\", \n" " \"SubtitleAddCC\": false, \n" " \"SubtitleAddForeignAudioSearch\": true, \n" " \"SubtitleAddForeignAudioSubtitle\": false, \n" @@ -6726,7 +6726,7 @@ const char hb_builtin_presets_json[] = " \"x264Option\": \"\", \n" " \"x264UseAdvancedOptions\": false\n" " }, \n" -" \"VersionMajor\": 17, \n" +" \"VersionMajor\": 18, \n" " \"VersionMicro\": 0, \n" " \"VersionMinor\": 0\n" " }\n" diff --git a/preset/preset_builtin.json b/preset/preset_builtin.json index a9d5cc579..e3fc40ced 100644 --- a/preset/preset_builtin.json +++ b/preset/preset_builtin.json @@ -3055,7 +3055,7 @@ "PictureForceHeight": 0, "PictureForceWidth": 0, "PresetDescription": "H.264 video (up to 720p30) and AAC stereo audio, in an MP4 container. Compatible with Playstation Vita TV.", - "PresetName": "Playstation Vita TV 720p30", + "PresetName": "Playstation 720p30", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, @@ -3154,7 +3154,7 @@ "PictureForceHeight": 0, "PictureForceWidth": 0, "PresetDescription": "H.264 video (up to 540p30) and AAC stereo audio, in an MP4 container. Compatible with Playstation Vita.", - "PresetName": "Playstation Vita 540p30", + "PresetName": "Playstation 540p30", "Type": 0, "UsesPictureFilters": true, "UsesPictureSettings": 1, diff --git a/preset/preset_builtin.list b/preset/preset_builtin.list index fc57ffc24..9bccfc536 100644 --- a/preset/preset_builtin.list +++ b/preset/preset_builtin.list @@ -1,6 +1,6 @@ <resources> <section name="PresetTemplate"> - <integer name="VersionMajor" value="17" /> + <integer name="VersionMajor" value="18" /> <integer name="VersionMinor" value="0" /> <integer name="VersionMicro" value="0" /> <json name="Preset" file="preset_template.json" /> |