• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Subtitle problem

     
    • 0 Vote(s) - 0 Average

    Subtitle problem

    Subtitle Issues in Jellyfin After Ripping with HandBrake
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2024-12-05, 06:26 PM (This post was last modified: 2024-12-05, 06:29 PM by TheDreadPirate.)
    I don't use Handbrake anymore, but I still have my preset saved as a json export.

    Code:
    {
      "PresetList": [
        {
          "AlignAVStart": false,
          "AudioCopyMask": [
            "copy:aac",
            "copy:ac3",
            "copy:dtshd",
            "copy:dts",
            "copy:mp3",
            "copy:truehd",
            "copy:flac",
            "copy:eac3",
            "copy:mp2"
          ],
          "AudioEncoderFallback": "av_aac",
          "AudioLanguageList": [
            "any"
          ],
          "AudioList": [
            {
              "AudioBitrate": 512,
              "AudioCompressionLevel": 0,
              "AudioEncoder": "copy",
              "AudioMixdown": "7point1",
              "AudioNormalizeMixLevel": false,
              "AudioSamplerate": "auto",
              "AudioTrackQualityEnable": false,
              "AudioTrackQuality": -1,
              "AudioTrackGainSlider": 0,
              "AudioTrackDRCSlider": 0
            }
          ],
          "AudioSecondaryEncoderMode": false,
          "AudioTrackSelectionBehavior": "all",
          "ChapterMarkers": true,
          "ChildrenArray": [],
          "Default": true,
          "FileFormat": "av_mkv",
          "Folder": false,
          "FolderOpen": false,
          "Mp4HttpOptimize": false,
          "Mp4iPodCompatible": false,
          "PictureCropMode": 0,
          "PictureBottomCrop": 22,
          "PictureLeftCrop": 272,
          "PictureRightCrop": 274,
          "PictureTopCrop": 22,
          "PictureDARWidth": 0,
          "PictureDeblockPreset": "off",
          "PictureDeblockTune": "medium",
          "PictureDeblockCustom": "strength=strong:thresh=20:blocksize=8",
          "PictureDeinterlaceFilter": "off",
          "PictureCombDetectPreset": "off",
          "PictureCombDetectCustom": "",
          "PictureDenoiseCustom": "",
          "PictureDenoiseFilter": "off",
          "PictureSharpenCustom": "",
          "PictureSharpenFilter": "off",
          "PictureSharpenPreset": "medium",
          "PictureSharpenTune": "none",
          "PictureDetelecine": "off",
          "PictureDetelecineCustom": "",
          "PictureColorspacePreset": "off",
          "PictureColorspaceCustom": "",
          "PictureChromaSmoothPreset": "off",
          "PictureChromaSmoothTune": "none",
          "PictureChromaSmoothCustom": "",
          "PictureItuPAR": false,
          "PictureKeepRatio": true,
          "PicturePAR": "auto",
          "PicturePARWidth": 0,
          "PicturePARHeight": 0,
          "PictureUseMaximumSize": false,
          "PictureAllowUpscaling": false,
          "PictureForceHeight": 0,
          "PictureForceWidth": 0,
          "PicturePadMode": "none",
          "PicturePadTop": 0,
          "PicturePadBottom": 0,
          "PicturePadLeft": 0,
          "PicturePadRight": 0,
          "PresetDescription": "",
          "PresetName": "Blu-ray HEVC NVENC slow CQ26",
          "Type": 1,
          "SubtitleAddCC": false,
          "SubtitleAddForeignAudioSearch": false,
          "SubtitleAddForeignAudioSubtitle": false,
          "SubtitleBurnBehavior": "none",
          "SubtitleBurnBDSub": false,
          "SubtitleBurnDVDSub": false,
          "SubtitleLanguageList": [
            "any"
          ],
          "SubtitleTrackSelectionBehavior": "all",
          "VideoAvgBitrate": 0,
          "VideoColorMatrixCode": 0,
          "VideoEncoder": "nvenc_h265",
          "VideoFramerateMode": "cfr",
          "VideoGrayScale": false,
          "VideoScaler": "swscale",
          "VideoPreset": "slow",
          "VideoTune": "",
          "VideoProfile": "auto",
          "VideoLevel": "auto",
          "VideoOptionExtra": "",
          "VideoQualityType": 2,
          "VideoQualitySlider": 26,
          "VideoTwoPass": false,
          "VideoTurboTwoPass": false,
          "x264UseAdvancedOptions": false,
          "PresetDisabled": false,
          "MetadataPassthrough": true
        }
      ],
      "VersionMajor": 50,
      "VersionMicro": 0,
      "VersionMinor": 0
    }

    I'll have to double check if this preset works on SRT subs. IIRC, all my files I ran through handbrake had PGS or DVDSUB subtitles.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Subtitle problem - by Micky - 2024-12-03, 07:29 PM
    RE: Subtitle problem - by TheDreadPirate - 2024-12-03, 09:23 PM
    RE: Subtitle problem - by Micky - 2024-12-05, 12:50 PM
    RE: Subtitle problem - by TheDreadPirate - 2024-12-05, 02:10 PM
    RE: Subtitle problem - by Micky - 2024-12-05, 05:02 PM
    RE: Subtitle problem - by theguymadmax - 2024-12-05, 05:24 PM
    RE: Subtitle problem - by TheDreadPirate - 2024-12-05, 05:33 PM
    RE: Subtitle problem - by theguymadmax - 2024-12-05, 05:59 PM
    RE: Subtitle problem - by TheDreadPirate - 2024-12-05, 06:26 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode