Created
July 13, 2025 16:34
-
-
Save gthrm/d5e5c44721582ed126666ca57e48e9fb to your computer and use it in GitHub Desktop.
HandBrake Preset for iPod Classic 5th Video
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" : false, | |
"AudioCopyMask" : [ | |
"copy:aac" | |
], | |
"AudioEncoderFallback" : "ca_aac", | |
"AudioLanguageList" : [ | |
], | |
"AudioList" : [ | |
{ | |
"AudioBitrate" : 160, | |
"AudioCompressionLevel" : -1, | |
"AudioDitherMethod" : "auto", | |
"AudioEncoder" : "ca_aac", | |
"AudioMixdown" : "stereo", | |
"AudioNormalizeMixLevel" : false, | |
"AudioSamplerate" : "auto", | |
"AudioTrackDRCSlider" : 0, | |
"AudioTrackGainSlider" : 0, | |
"AudioTrackQuality" : -1, | |
"AudioTrackQualityEnable" : false | |
} | |
], | |
"AudioSecondaryEncoderMode" : true, | |
"AudioTrackSelectionBehavior" : "first", | |
"ChapterMarkers" : true, | |
"ChildrenArray" : [ | |
], | |
"Default" : false, | |
"FileFormat" : "av_mp4", | |
"Folder" : false, | |
"FolderOpen" : false, | |
"InlineParameterSets" : false, | |
"MetadataPassthrough" : true, | |
"Mp4HttpOptimize" : false, | |
"Mp4iPodCompatible" : true, | |
"PictureAllowUpscaling" : false, | |
"PictureAutoCrop" : true, | |
"PictureBottomCrop" : 0, | |
"PictureChromaSmoothCustom" : "", | |
"PictureChromaSmoothPreset" : "off", | |
"PictureChromaSmoothTune" : "none", | |
"PictureColorspaceCustom" : "", | |
"PictureColorspacePreset" : "off", | |
"PictureCombDetectCustom" : "", | |
"PictureCombDetectPreset" : "default", | |
"PictureCropMode" : 0, | |
"PictureDARWidth" : 0, | |
"PictureDeblockCustom" : "strength=strong:thresh=20:blocksize=8", | |
"PictureDeblockPreset" : "off", | |
"PictureDeblockTune" : "medium", | |
"PictureDeinterlaceCustom" : "", | |
"PictureDeinterlaceFilter" : "decomb", | |
"PictureDeinterlacePreset" : "default", | |
"PictureDenoiseCustom" : "", | |
"PictureDenoiseFilter" : "off", | |
"PictureDenoisePreset" : "light", | |
"PictureDenoiseTune" : "none", | |
"PictureDetelecine" : "off", | |
"PictureDetelecineCustom" : "", | |
"PictureForceHeight" : 0, | |
"PictureForceWidth" : 0, | |
"PictureHeight" : 240, | |
"PictureItuPAR" : false, | |
"PictureKeepRatio" : true, | |
"PictureLeftCrop" : 0, | |
"PictureModulus" : 16, | |
"PicturePadBottom" : 0, | |
"PicturePadColor" : "black", | |
"PicturePadLeft" : 0, | |
"PicturePadMode" : "none", | |
"PicturePadRight" : 0, | |
"PicturePadTop" : 0, | |
"PicturePAR" : "off", | |
"PicturePARHeight" : 720, | |
"PicturePARWidth" : 853, | |
"PictureRightCrop" : 0, | |
"PictureRotate" : "angle=0:hflip=0", | |
"PictureSharpenCustom" : "", | |
"PictureSharpenFilter" : "off", | |
"PictureSharpenPreset" : "medium", | |
"PictureSharpenTune" : "none", | |
"PictureTopCrop" : 0, | |
"PictureUseMaximumSize" : true, | |
"PictureWidth" : 320, | |
"PresetDescription" : "H.264 video (up to 240p30) and AAC stereo audio, in an MP4 container. Compatible with Apple iPod 5th Generation and later.", | |
"PresetDisabled" : false, | |
"PresetName" : "Apple 240p30", | |
"SubtitleAddCC" : false, | |
"SubtitleAddForeignAudioSearch" : true, | |
"SubtitleAddForeignAudioSubtitle" : false, | |
"SubtitleBurnBDSub" : true, | |
"SubtitleBurnBehavior" : "foreign", | |
"SubtitleBurnDVDSub" : true, | |
"SubtitleLanguageList" : [ | |
], | |
"SubtitleTrackSelectionBehavior" : "none", | |
"Type" : 1, | |
"UsesPictureFilters" : true, | |
"VideoAvgBitrate" : 350, | |
"VideoColorMatrixCodeOverride" : 0, | |
"VideoEncoder" : "x264", | |
"VideoFramerate" : "30", | |
"VideoFramerateMode" : "pfr", | |
"VideoGrayScale" : false, | |
"VideoHWDecode" : 0, | |
"VideoLevel" : "1.3", | |
"VideoOptionExtra" : "", | |
"VideoPreset" : "medium", | |
"VideoProfile" : "baseline", | |
"VideoQSVDecode" : false, | |
"VideoQualitySlider" : 22, | |
"VideoQualityType" : 2, | |
"VideoScaler" : "swscale", | |
"VideoTune" : "", | |
"VideoTurboTwoPass" : true, | |
"VideoTwoPass" : true, | |
"x264Option" : "", | |
"x264UseAdvancedOptions" : false | |
} | |
], | |
"VersionMajor" : 50, | |
"VersionMicro" : 0, | |
"VersionMinor" : 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment