Created
July 2, 2018 15:42
-
-
Save Grafikart/6b4ac44ef80132d45eb1c25588f9540d to your computer and use it in GitHub Desktop.
Preset Handbrake
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": [ | |
{ | |
"AudioCopyMask": [ | |
"copy:aac", | |
"copy:ac3", | |
"copy:dtshd", | |
"copy:dts", | |
"copy:mp3", | |
"copy:truehd", | |
"copy:flac", | |
"copy:eac3" | |
], | |
"AudioEncoderFallback": "ac3", | |
"AudioLanguageList": [], | |
"AudioList": [ | |
{ | |
"AudioBitrate": 192, | |
"AudioCompressionLevel": 0.0, | |
"AudioDitherMethod": null, | |
"AudioEncoder": "av_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": true, | |
"FileFormat": "av_mp4", | |
"Folder": false, | |
"FolderOpen": false, | |
"Mp4HttpOptimize": false, | |
"Mp4iPodCompatible": false, | |
"PictureAutoCrop": true, | |
"PictureBottomCrop": 0, | |
"PictureLeftCrop": 0, | |
"PictureRightCrop": 0, | |
"PictureTopCrop": 0, | |
"PictureDARWidth": 0, | |
"PictureDeblock": 4, | |
"PictureDeinterlaceFilter": "decomb", | |
"PictureCombDetectPreset": "default", | |
"PictureCombDetectCustom": null, | |
"PictureDeinterlacePreset": "default", | |
"PictureDeinterlaceCustom": "", | |
"PictureDenoiseCustom": "", | |
"PictureDenoiseFilter": "off", | |
"PictureDenoisePreset": "light", | |
"PictureDenoiseTune": "none", | |
"PictureDetelecine": "off", | |
"PictureDetelecineCustom": "", | |
"PictureItuPAR": false, | |
"PictureKeepRatio": true, | |
"PictureLooseCrop": false, | |
"PictureModulus": 2, | |
"PicturePAR": "auto", | |
"PicturePARWidth": 0, | |
"PicturePARHeight": 0, | |
"PictureRotate": "0:0", | |
"PictureWidth": null, | |
"PictureHeight": null, | |
"PictureForceHeight": 0, | |
"PictureForceWidth": 0, | |
"PresetDescription": null, | |
"PresetName": "Grafikart", | |
"Type": 1, | |
"UsesPictureFilters": false, | |
"UsesPictureSettings": 2, | |
"SubtitleAddCC": false, | |
"SubtitleAddForeignAudioSearch": true, | |
"SubtitleAddForeignAudioSubtitle": false, | |
"SubtitleBurnBehavior": "foreign", | |
"SubtitleBurnBDSub": false, | |
"SubtitleBurnDVDSub": false, | |
"SubtitleLanguageList": [], | |
"SubtitleTrackSelectionBehavior": "none", | |
"VideoAvgBitrate": 0, | |
"VideoColorMatrixCode": 0, | |
"VideoEncoder": "x264", | |
"VideoFramerate": "30", | |
"VideoFramerateMode": "pfr", | |
"VideoGrayScale": false, | |
"VideoHWDecode": false, | |
"VideoScaler": "swscale", | |
"VideoPreset": "fast", | |
"VideoTune": "", | |
"VideoProfile": "main", | |
"VideoLevel": "4.0", | |
"VideoOptionExtra": "", | |
"VideoQualityType": 2, | |
"VideoQualitySlider": 20.0, | |
"VideoQSVDecode": true, | |
"VideoQSVAsyncDepth": 4, | |
"VideoTwoPass": true, | |
"VideoTurboTwoPass": true, | |
"x264Option": "", | |
"x264UseAdvancedOptions": false | |
} | |
], | |
"VersionMajor": "11", | |
"VersionMicro": "0", | |
"VersionMinor": "0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment