Created
February 14, 2018 19:31
-
-
Save colinwilson/bdc29535d8825acdda2fbc2d3718d021 to your computer and use it in GitHub Desktop.
HandBrake Preset [h.265,1080p,audio passthrough]
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": 160, | |
"AudioCompressionLevel": 0.0, | |
"AudioDitherMethod": null, | |
"AudioEncoder": "copy", | |
"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_mkv", | |
"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": "fast", | |
"PictureCombDetectCustom": null, | |
"PictureDeinterlacePreset": "default", | |
"PictureDeinterlaceCustom": "", | |
"PictureDenoiseCustom": "", | |
"PictureDenoiseFilter": "nlmeans", | |
"PictureDenoisePreset": "ultralight", | |
"PictureDenoiseTune": "none", | |
"PictureDetelecine": "off", | |
"PictureDetelecineCustom": "", | |
"PictureItuPAR": false, | |
"PictureKeepRatio": true, | |
"PictureLooseCrop": false, | |
"PictureModulus": 2, | |
"PicturePAR": "none", | |
"PicturePARWidth": 1, | |
"PicturePARHeight": 1, | |
"PictureRotate": "0:0", | |
"PictureWidth": 1920, | |
"PictureHeight": 1080, | |
"PictureForceHeight": 0, | |
"PictureForceWidth": 0, | |
"PresetDescription": "HEVC + Audio PassThru", | |
"PresetName": "HEVC AP", | |
"Type": 1, | |
"UsesPictureFilters": false, | |
"UsesPictureSettings": 1, | |
"SubtitleAddCC": false, | |
"SubtitleAddForeignAudioSearch": true, | |
"SubtitleAddForeignAudioSubtitle": false, | |
"SubtitleBurnBehavior": "foreign", | |
"SubtitleBurnBDSub": false, | |
"SubtitleBurnDVDSub": false, | |
"SubtitleLanguageList": [], | |
"SubtitleTrackSelectionBehavior": "none", | |
"VideoAvgBitrate": 0, | |
"VideoColorMatrixCode": 0, | |
"VideoEncoder": "x265", | |
"VideoFramerate": "", | |
"VideoFramerateMode": "vfr", | |
"VideoGrayScale": false, | |
"VideoHWDecode": false, | |
"VideoScaler": "swscale", | |
"VideoPreset": "medium", | |
"VideoTune": "", | |
"VideoProfile": "auto", | |
"VideoLevel": "auto", | |
"VideoOptionExtra": "", | |
"VideoQualityType": 2, | |
"VideoQualitySlider": 23.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