diff options
author | Bradley Sepos <[email protected]> | 2018-09-11 20:43:03 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-09-26 17:49:01 -0400 |
commit | 876439db3177a49a30229cf444545667522dd58b (patch) | |
tree | 4198207d7f647f60fdd064ab523c0275df7787fd /preset/preset_builtin.json | |
parent | cdb88e1701e012f07879dfdf17b404f2cdee144e (diff) |
presets: Add Amazon Fire 720p preset.
Diffstat (limited to 'preset/preset_builtin.json')
-rw-r--r-- | preset/preset_builtin.json | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/preset/preset_builtin.json b/preset/preset_builtin.json index e5c409f60..2965ccb83 100644 --- a/preset/preset_builtin.json +++ b/preset/preset_builtin.json @@ -4231,6 +4231,110 @@ }, { "AudioCopyMask": [ + "copy:aac" + ], + "AudioEncoderFallback": "aac", + "AudioLanguageList": [ + ], + "AudioList": [ + { + "AudioBitrate": 160, + "AudioCompressionLevel": -1.0, + "AudioDitherMethod": "auto", + "AudioEncoder": "aac", + "AudioMixdown": "dpl2", + "AudioNormalizeMixLevel": false, + "AudioSamplerate": "auto", + "AudioTrackQualityEnable": false, + "AudioTrackQuality": -1.0, + "AudioTrackGainSlider": 0.0, + "AudioTrackDRCSlider": 0.0 + } + ], + "AudioSecondaryEncoderMode": true, + "AudioTrackSelectionBehavior": "first", + "ChapterMarkers": true, + "ChildrenArray": [ + ], + "Default": false, + "FileFormat": "mp4", + "Folder": false, + "FolderOpen": false, + "InlineParameterSets": false, + "Mp4HttpOptimize": false, + "Mp4iPodCompatible": false, + "PictureAutoCrop": true, + "PictureBottomCrop": 0, + "PictureLeftCrop": 0, + "PictureRightCrop": 0, + "PictureTopCrop": 0, + "PictureDARWidth": 0, + "PictureDeblock": 0, + "PictureDeblockCustom": "qp=0:mode=2", + "PictureCombDetectCustom": "", + "PictureCombDetectPreset": "default", + "PictureDeinterlaceCustom": "", + "PictureDeinterlaceFilter": "decomb", + "PictureDeinterlacePreset": "default", + "PictureDenoiseCustom": "", + "PictureDenoiseFilter": "off", + "PictureDenoisePreset": "light", + "PictureDenoiseTune": "none", + "PictureSharpenCustom": "", + "PictureSharpenFilter": "off", + "PictureSharpenPreset": "medium", + "PictureSharpenTune": "none", + "PictureDetelecine": "off", + "PictureDetelecineCustom": "", + "PictureItuPAR": false, + "PictureKeepRatio": true, + "PictureLooseCrop": false, + "PictureModulus": 2, + "PicturePAR": "auto", + "PicturePARWidth": 853, + "PicturePARHeight": 720, + "PictureRotate": "angle=0:hflip=0", + "PictureWidth": 1280, + "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.", + "PresetName": "Amazon Fire 720p30", + "Type": 0, + "UsesPictureFilters": true, + "UsesPictureSettings": 1, + "SubtitleAddCC": false, + "SubtitleAddForeignAudioSearch": true, + "SubtitleAddForeignAudioSubtitle": false, + "SubtitleBurnBehavior": "foreign", + "SubtitleBurnBDSub": true, + "SubtitleBurnDVDSub": true, + "SubtitleLanguageList": [ + ], + "SubtitleTrackSelectionBehavior": "none", + "VideoAvgBitrate": 3000, + "VideoColorMatrixCode": 0, + "VideoEncoder": "x264", + "VideoFramerate": "30", + "VideoFramerateMode": "pfr", + "VideoGrayScale": false, + "VideoScaler": "swscale", + "VideoPreset": "medium", + "VideoTune": "", + "VideoProfile": "high", + "VideoLevel": "3.1", + "VideoOptionExtra": "", + "VideoQualityType": 2, + "VideoQualitySlider": 21.0, + "VideoQSVDecode": false, + "VideoQSVAsyncDepth": 4, + "VideoTwoPass": true, + "VideoTurboTwoPass": false, + "x264Option": "", + "x264UseAdvancedOptions": false + }, + { + "AudioCopyMask": [ "copy:aac", "copy:ac3" ], |