Created
May 9, 2025 20:00
-
-
Save kcarnold/9c33da9d122a78ba073ed9a40db68afa to your computer and use it in GitHub Desktop.
Handbrake Preset for Small Screen Recordings
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" : [ | |
{ | |
"AlignAVStart" : true, | |
"AudioCopyMask" : [ | |
], | |
"AudioEncoderFallback" : "ca_aac", | |
"AudioLanguageList" : [ | |
], | |
"AudioList" : [ | |
{ | |
"AudioBitrate" : 48, | |
"AudioCompressionLevel" : -1, | |
"AudioDitherMethod" : "auto", | |
"AudioEncoder" : "ca_aac", | |
"AudioMixdown" : "mono", | |
"AudioNormalizeMixLevel" : false, | |
"AudioSamplerate" : "auto", | |
"AudioTrackDRCSlider" : 0, | |
"AudioTrackGainSlider" : 0, | |
"AudioTrackQuality" : -1, | |
"AudioTrackQualityEnable" : false | |
} | |
], | |
"AudioSecondaryEncoderMode" : true, | |
"AudioTrackSelectionBehavior" : "all", | |
"ChapterMarkers" : true, | |
"ChildrenArray" : [ | |
], | |
"Default" : false, | |
"FileFormat" : "av_mp4", | |
"Folder" : false, | |
"FolderOpen" : false, | |
"InlineParameterSets" : false, | |
"MetadataPassthru" : true, | |
"Mp4iPodCompatible" : false, | |
"Optimize" : false, | |
"PictureAllowUpscaling" : false, | |
"PictureAutoCrop" : true, | |
"PictureBottomCrop" : 0, | |
"PictureChromaSmoothCustom" : "", | |
"PictureChromaSmoothPreset" : "off", | |
"PictureChromaSmoothTune" : "none", | |
"PictureColorspaceCustom" : "", | |
"PictureColorspacePreset" : "off", | |
"PictureCombDetectCustom" : "", | |
"PictureCombDetectPreset" : "off", | |
"PictureCropMode" : 0, | |
"PictureDARWidth" : 1992, | |
"PictureDeblockCustom" : "strength=strong:thresh=20:blocksize=8", | |
"PictureDeblockPreset" : "off", | |
"PictureDeblockTune" : "medium", | |
"PictureDeinterlaceCustom" : "", | |
"PictureDeinterlaceFilter" : "off", | |
"PictureDeinterlacePreset" : "default", | |
"PictureDenoiseCustom" : "", | |
"PictureDenoiseFilter" : "off", | |
"PictureDenoisePreset" : "light", | |
"PictureDenoiseTune" : "none", | |
"PictureDetelecine" : "off", | |
"PictureDetelecineCustom" : "", | |
"PictureForceHeight" : 0, | |
"PictureForceWidth" : 0, | |
"PictureHeight" : 1080, | |
"PictureItuPAR" : false, | |
"PictureKeepRatio" : true, | |
"PictureLeftCrop" : 0, | |
"PictureModulus" : 2, | |
"PicturePadBottom" : 0, | |
"PicturePadColor" : "black", | |
"PicturePadLeft" : 0, | |
"PicturePadMode" : "none", | |
"PicturePadRight" : 0, | |
"PicturePadTop" : 0, | |
"PicturePAR" : "auto", | |
"PicturePARHeight" : 616, | |
"PicturePARWidth" : 639, | |
"PictureRightCrop" : 0, | |
"PictureRotate" : "angle=0:hflip=0", | |
"PictureSharpenCustom" : "", | |
"PictureSharpenFilter" : "off", | |
"PictureSharpenPreset" : "medium", | |
"PictureSharpenTune" : "none", | |
"PictureTopCrop" : 0, | |
"PictureUseMaximumSize" : true, | |
"PictureWidth" : 1920, | |
"PresetDescription" : "", | |
"PresetDisabled" : false, | |
"PresetName" : "Screen Recording 2", | |
"SubtitleAddCC" : false, | |
"SubtitleAddForeignAudioSearch" : false, | |
"SubtitleAddForeignAudioSubtitle" : false, | |
"SubtitleBurnBDSub" : false, | |
"SubtitleBurnBehavior" : "none", | |
"SubtitleBurnDVDSub" : false, | |
"SubtitleLanguageList" : [ | |
], | |
"SubtitleTrackSelectionBehavior" : "none", | |
"Type" : 1, | |
"UsesPictureFilters" : true, | |
"VideoAvgBitrate" : 6000, | |
"VideoColorMatrixCodeOverride" : 0, | |
"VideoEncoder" : "x265", | |
"VideoFramerate" : "15", | |
"VideoFramerateMode" : "pfr", | |
"VideoGrayScale" : false, | |
"VideoHWDecode" : 0, | |
"VideoLevel" : "4.0", | |
"VideoMultiPass" : true, | |
"VideoOptionExtra" : "", | |
"VideoPreset" : "fast", | |
"VideoProfile" : "main", | |
"VideoQSVDecode" : false, | |
"VideoQualitySlider" : 28, | |
"VideoQualityType" : 2, | |
"VideoScaler" : "swscale", | |
"VideoTune" : "animation", | |
"VideoTurboMultiPass" : true, | |
"x264Option" : "", | |
"x264UseAdvancedOptions" : false | |
} | |
], | |
"VersionMajor" : 59, | |
"VersionMicro" : 0, | |
"VersionMinor" : 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment