Created
May 26, 2025 07:48
-
-
Save cobaltgit/5203dbd097cb78e064cf19962afc49ac to your computer and use it in GitHub Desktop.
Handbrake preset for TrimUI Smart handheld
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": [ | |
| "copy:aac" | |
| ], | |
| "AudioEncoderFallback": "av_aac", | |
| "AudioLanguageList": [], | |
| "AudioList": [ | |
| { | |
| "AudioBitrate": 96, | |
| "AudioCompressionLevel": -1.0, | |
| "AudioDitherMethod": "auto", | |
| "AudioEncoder": "av_aac", | |
| "AudioMixdown": "mono", | |
| "AudioNormalizeMixLevel": false, | |
| "AudioSamplerate": "auto", | |
| "AudioTrackDRCSlider": 0.0, | |
| "AudioTrackGainSlider": 0.0, | |
| "AudioTrackQuality": 3.0, | |
| "AudioTrackQualityEnable": false | |
| } | |
| ], | |
| "AudioSecondaryEncoderMode": true, | |
| "AudioTrackSelectionBehavior": "first", | |
| "ChapterMarkers": false, | |
| "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": "bt709", | |
| "PictureCombDetectCustom": "", | |
| "PictureCombDetectPreset": "off", | |
| "PictureCropMode": 0, | |
| "PictureDARWidth": 320, | |
| "PictureDeblockCustom": "strength=strong:thresh=20:blocksize=8", | |
| "PictureDeblockPreset": "off", | |
| "PictureDeblockTune": "medium", | |
| "PictureDeinterlaceCustom": "", | |
| "PictureDeinterlaceFilter": "off", | |
| "PictureDeinterlacePreset": "", | |
| "PictureDenoiseCustom": "", | |
| "PictureDenoiseFilter": "off", | |
| "PictureDenoisePreset": "", | |
| "PictureDenoiseTune": "none", | |
| "PictureDetelecine": "off", | |
| "PictureDetelecineCustom": "", | |
| "PictureForceHeight": 0, | |
| "PictureForceWidth": 0, | |
| "PictureHeight": 240, | |
| "PictureItuPAR": false, | |
| "PictureKeepRatio": true, | |
| "PictureLeftCrop": 0, | |
| "PictureModulus": 2, | |
| "PicturePAR": "off", | |
| "PicturePARHeight": 1, | |
| "PicturePARWidth": 1, | |
| "PicturePadBottom": 0, | |
| "PicturePadColor": "black", | |
| "PicturePadLeft": 0, | |
| "PicturePadMode": "none", | |
| "PicturePadRight": 0, | |
| "PicturePadTop": 0, | |
| "PictureRightCrop": 0, | |
| "PictureRotate": "angle=0:hflip=0", | |
| "PictureSharpenCustom": "", | |
| "PictureSharpenFilter": "off", | |
| "PictureSharpenPreset": "", | |
| "PictureSharpenTune": "", | |
| "PictureTopCrop": 0, | |
| "PictureUseMaximumSize": true, | |
| "PictureWidth": 320, | |
| "PresetDescription": "H.264 video (max resolution 320x240) with AAC mono audio", | |
| "PresetDisabled": false, | |
| "PresetName": "TrimUI Smart", | |
| "SubtitleAddCC": false, | |
| "SubtitleAddForeignAudioSearch": true, | |
| "SubtitleAddForeignAudioSubtitle": false, | |
| "SubtitleBurnBDSub": true, | |
| "SubtitleBurnBehavior": "foreign", | |
| "SubtitleBurnDVDSub": true, | |
| "SubtitleLanguageList": [], | |
| "SubtitleTrackSelectionBehavior": "none", | |
| "Type": 1, | |
| "UsesPictureFilters": true, | |
| "VideoAvgBitrate": 3000, | |
| "VideoColorMatrixCodeOverride": 0, | |
| "VideoEncoder": "x264", | |
| "VideoFramerate": "auto", | |
| "VideoFramerateMode": "vfr", | |
| "VideoGrayScale": false, | |
| "VideoHWDecode": 0, | |
| "VideoLevel": "2.2", | |
| "VideoMultiPass": true, | |
| "VideoOptionExtra": "", | |
| "VideoPreset": "veryslow", | |
| "VideoProfile": "high", | |
| "VideoQSVDecode": false, | |
| "VideoQualitySlider": 20.0, | |
| "VideoQualityType": 2, | |
| "VideoScaler": "swscale", | |
| "VideoTune": "", | |
| "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