Created
October 26, 2021 15:46
-
-
Save RDCH106/11225c936e0b483f87ee0429e6c8d53b to your computer and use it in GitHub Desktop.
HandBrake VP9 WEBM 720p30 (good quality & low size)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"PresetList": [ | |
{ | |
"AlignAVStart": false, | |
"AudioCopyMask": [], | |
"AudioEncoderFallback": "opus", | |
"AudioLanguageList": [ | |
"und" | |
], | |
"AudioList": [ | |
{ | |
"AudioBitrate": 48, | |
"AudioCompressionLevel": 0, | |
"AudioEncoder": "opus", | |
"AudioMixdown": "stereo", | |
"AudioNormalizeMixLevel": false, | |
"AudioSamplerate": "auto", | |
"AudioTrackQualityEnable": false, | |
"AudioTrackQuality": -1, | |
"AudioTrackGainSlider": 0, | |
"AudioTrackDRCSlider": 0 | |
} | |
], | |
"AudioSecondaryEncoderMode": true, | |
"AudioTrackSelectionBehavior": "first", | |
"ChapterMarkers": true, | |
"ChildrenArray": [], | |
"Default": false, | |
"FileFormat": "av_webm", | |
"Folder": false, | |
"FolderOpen": false, | |
"Mp4HttpOptimize": false, | |
"Mp4iPodCompatible": false, | |
"PictureAutoCrop": true, | |
"PictureBottomCrop": 0, | |
"PictureLeftCrop": 0, | |
"PictureRightCrop": 0, | |
"PictureTopCrop": 0, | |
"PictureDARWidth": 1329, | |
"PictureDeblockPreset": "off", | |
"PictureDeblockTune": "medium", | |
"PictureDeblockCustom": "strength=strong:thresh=20:blocksize=8", | |
"PictureDeinterlaceFilter": "decomb", | |
"PictureCombDetectPreset": "default", | |
"PictureCombDetectCustom": "", | |
"PictureDeinterlacePreset": "default", | |
"PictureDeinterlaceCustom": "", | |
"PictureDenoiseCustom": "", | |
"PictureDenoiseFilter": "off", | |
"PictureDenoisePreset": "light", | |
"PictureDenoiseTune": "none", | |
"PictureSharpenCustom": "", | |
"PictureSharpenFilter": "off", | |
"PictureSharpenPreset": "medium", | |
"PictureSharpenTune": "none", | |
"PictureDetelecine": "off", | |
"PictureDetelecineCustom": "", | |
"PictureColorspacePreset": "off", | |
"PictureColorspaceCustom": "", | |
"PictureChromaSmoothPreset": "off", | |
"PictureChromaSmoothTune": "none", | |
"PictureChromaSmoothCustom": "", | |
"PictureItuPAR": false, | |
"PictureKeepRatio": true, | |
"PictureLooseCrop": false, | |
"PicturePAR": "auto", | |
"PicturePARWidth": 27, | |
"PicturePARHeight": 26, | |
"PictureWidth": 1280, | |
"PictureHeight": 720, | |
"PictureUseMaximumSize": true, | |
"PictureAllowUpscaling": false, | |
"PictureForceHeight": 0, | |
"PictureForceWidth": 0, | |
"PicturePadMode": "none", | |
"PicturePadTop": 0, | |
"PicturePadBottom": 0, | |
"PicturePadLeft": 0, | |
"PicturePadRight": 0, | |
"PresetDescription": "VFR (Varaible Farame Rate) =\u003E 23.976", | |
"PresetName": "VP9 WEBM 720p30", | |
"Type": 1, | |
"SubtitleAddCC": false, | |
"SubtitleAddForeignAudioSearch": true, | |
"SubtitleAddForeignAudioSubtitle": false, | |
"SubtitleBurnBehavior": "foreign", | |
"SubtitleBurnBDSub": false, | |
"SubtitleBurnDVDSub": false, | |
"SubtitleLanguageList": [], | |
"SubtitleTrackSelectionBehavior": "none", | |
"VideoAvgBitrate": 0, | |
"VideoColorMatrixCode": 0, | |
"VideoEncoder": "VP9", | |
"VideoFramerate": "23,976", | |
"VideoFramerateMode": "pfr", | |
"VideoGrayScale": false, | |
"VideoScaler": "swscale", | |
"VideoPreset": "medium", | |
"VideoTune": "", | |
"VideoLevel": "auto", | |
"VideoOptionExtra": "qmin=0:qmax=30", | |
"VideoQualityType": 2, | |
"VideoQualitySlider": 30, | |
"VideoQSVDecode": true, | |
"VideoQSVAsyncDepth": 0, | |
"VideoTwoPass": false, | |
"VideoTurboTwoPass": false, | |
"x264UseAdvancedOptions": false, | |
"PresetDisabled": false, | |
"MetadataPassthrough": true | |
} | |
], | |
"VersionMajor": 47, | |
"VersionMicro": 0, | |
"VersionMinor": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment