Created
June 6, 2019 13:50
-
-
Save colinwilson/8852b8fe09a52cca6828960621edd5d3 to your computer and use it in GitHub Desktop.
HandBrake Preset [h.265,2160p,audio passthrough]
This file contains hidden or 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": 3840, | |
| "PictureHeight": 2160, | |
| "PictureForceHeight": 0, | |
| "PictureForceWidth": 0, | |
| "PresetDescription": "HEVC 4K + Audio PassThru", | |
| "PresetName": "HEVC AP 4K", | |
| "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": 22.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