• 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 General Questions Performance Issues with Jellyfin on Beelink EQ12: Docker & Remote SAMBA Storage

     
    • 0 Vote(s) - 0 Average

    Performance Issues with Jellyfin on Beelink EQ12: Docker & Remote SAMBA Storage

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-02-24, 02:17 PM
    Even if the video is being transcoded, as with the .avi video, subtitles may not be burned in. It sounds like they aren't being burned in.

    And your comment about skipping around the video is a common trigger for subtitle desync when the subtitles are directly played. Since the video isn't being transcoded, the subtitles are being direct played by the client.

    One thing I've learned regarding this problem is that it is inconsistent. My understanding is that a poorly muxed source file that isn't properly time stamped will cause desync. But a properly muxed file with proper presentation/decode time stamps won't desync.

    You can tell Jellyfin to ALWAYS burn in subtitles. Not a great option. You can also try remuxing a file and testing if the new, properly time stamped, file and see if the problem is resolved with that file.

    Code:
    sudo docker exec -it jellyfin bash  # to open a shell for the container to use ffmpeg
    ffmpeg -fflags +genpts+igndts -i "/mnt/hpe_mediahub/movies/Oppenheimer (2023)/Oppenheimer.2023.mp4" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled /mnt/hpe_mediahub/Oppenheimer.2023.mkv"

    Swap out the files in the directory, don't delete the original, scan all libraries in Jellyfin, then try again.
    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
    Performance Issues with Jellyfin on Beelink EQ12: Docker & Remote SAMBA Storage - by drc - 2025-02-23, 12:56 AM
    RE: Performance Issues with Jellyfin on Beelink EQ12: Docker & Remote SAMBA Storage - by TheDreadPirate - 2025-02-23, 03:28 AM
    RE: Performance Issues with Jellyfin on Beelink EQ12: Docker & Remote SAMBA Storage - by drc - 2025-02-23, 03:12 PM
    RE: Performance Issues with Jellyfin on Beelink EQ12: Docker & Remote SAMBA Storage - by TheDreadPirate - 2025-02-24, 02:17 PM
    RE: Performance Issues with Jellyfin on Beelink EQ12: Docker & Remote SAMBA Storage - by drc - 2025-03-22, 06:28 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