Created
August 12, 2018 16:02
-
-
Save pugson/fe0e244405521fa7eccc50ad747776f0 to your computer and use it in GitHub Desktop.
Handbrake high-quality MP4 muted videos
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" : "ca_aac", | |
"AudioLanguageList" : [ | |
], | |
"AudioList" : [ | |
], | |
"AudioSecondaryEncoderMode" : false, | |
"AudioTrackSelectionBehavior" : "none", | |
"ChapterMarkers" : true, | |
"ChildrenArray" : [ | |
], | |
"Default" : false, | |
"FileFormat" : "av_mp4", | |
"Folder" : false, | |
"FolderOpen" : false, | |
"InlineParameterSets" : false, | |
"Mp4HttpOptimize" : true, | |
"Mp4iPodCompatible" : false, | |
"PictureAutoCrop" : false, | |
"PictureBottomCrop" : 0, | |
"PictureCombDetectCustom" : "", | |
"PictureCombDetectPreset" : "default", | |
"PictureDARWidth" : 0, | |
"PictureDeblock" : 0, | |
"PictureDeblockCustom" : "qp=0:mode=2", | |
"PictureDeinterlaceCustom" : "", | |
"PictureDeinterlaceFilter" : "decomb", | |
"PictureDeinterlacePreset" : "default", | |
"PictureDenoiseCustom" : "", | |
"PictureDenoiseFilter" : "off", | |
"PictureDenoisePreset" : "light", | |
"PictureDenoiseTune" : "none", | |
"PictureDetelecine" : "off", | |
"PictureDetelecineCustom" : "", | |
"PictureForceHeight" : 0, | |
"PictureForceWidth" : 0, | |
"PictureHeight" : 0, | |
"PictureItuPAR" : false, | |
"PictureKeepRatio" : true, | |
"PictureLeftCrop" : 0, | |
"PictureLooseCrop" : false, | |
"PictureModulus" : 2, | |
"PicturePAR" : "off", | |
"PicturePARHeight" : 1, | |
"PicturePARWidth" : 1, | |
"PictureRightCrop" : 0, | |
"PictureRotate" : "angle=0:hflip=0", | |
"PictureSharpenCustom" : "", | |
"PictureSharpenFilter" : "off", | |
"PictureSharpenPreset" : "medium", | |
"PictureSharpenTune" : "none", | |
"PictureTopCrop" : 0, | |
"PictureWidth" : 0, | |
"PresetDescription" : "", | |
"PresetName" : "WIP GIFs", | |
"SubtitleAddCC" : false, | |
"SubtitleAddForeignAudioSearch" : true, | |
"SubtitleAddForeignAudioSubtitle" : false, | |
"SubtitleBurnBDSub" : true, | |
"SubtitleBurnBehavior" : "foreign", | |
"SubtitleBurnDVDSub" : true, | |
"SubtitleLanguageList" : [ | |
], | |
"SubtitleTrackSelectionBehavior" : "none", | |
"Type" : 1, | |
"UsesPictureFilters" : true, | |
"UsesPictureSettings" : 2, | |
"VideoAvgBitrate" : 6000, | |
"VideoColorMatrixCode" : 0, | |
"VideoEncoder" : "x264", | |
"VideoFramerate" : "60", | |
"VideoFramerateMode" : "cfr", | |
"VideoGrayScale" : false, | |
"VideoLevel" : "5.1", | |
"VideoOptionExtra" : "", | |
"VideoPreset" : "faster", | |
"VideoProfile" : "main", | |
"VideoQSVAsyncDepth" : 4, | |
"VideoQSVDecode" : false, | |
"VideoQualitySlider" : 23, | |
"VideoQualityType" : 2, | |
"VideoScaler" : "swscale", | |
"VideoTune" : "animation,fastdecode", | |
"VideoTurboTwoPass" : true, | |
"VideoTwoPass" : true, | |
"x264Option" : "", | |
"x264UseAdvancedOptions" : false | |
} | |
], | |
"VersionMajor" : 32, | |
"VersionMicro" : 0, | |
"VersionMinor" : 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment