• 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 Embedded subtitles

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Embedded subtitles

    francesco d'amato
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    #1
    2023-07-28, 03:33 PM
    Hi guys
    help me I am going crazy.
    I had specially chosen files because they integrate subtitles, but I just don't understand why Jelly doesn't want to see them. I am trying everything.

    What settings does it have to have in order to read the subtitles embedded in the file? I don't even have the icon that allows me to see them when playing the file. Confounded-face
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-07-28, 03:40 PM
    Settings > Dashboard > Playback

    Scroll to the bottom. Is "Allow subtitle extraction on the fly" enabled or disabled?
    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]
    francesco d'amato
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    #3
    2023-07-31, 08:48 AM
    (2023-07-28, 03:40 PM)TheDreadPirate Wrote: Settings > Dashboard > Playback

    Scroll to the bottom.  Is "Allow subtitle extraction on the fly" enabled or disabled?


    Hey Thank you for you reply.

    is enabled.
    I checked all the settings over and over again and deleted and reconfigured the library several times
    bitmap
    Offline

    Community Moderator

    Posts: 851
    Threads: 9
    Joined: 2023 Jul
    Reputation: 28
    #4
    2023-08-03, 02:21 AM
    Any additional info on your media file (mediainfo or ffprobe output) would be useful. You can also examine with something like mkvtoolnix to see what's going on, but that might be like using a jackhammer for a finishing nail.
    francesco d'amato
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    #5
    2023-08-28, 03:48 PM
    (2023-08-03, 02:21 AM)bitmap Wrote: Any additional info on your media file (mediainfo or ffprobe output) would be useful. You can also examine with something like mkvtoolnix to see what's going on, but that might be like using a jackhammer for a finishing nail.



    Thanks for the replies and sorry for the delay, I don't know if these screens will help but I'm noticing that no subtitles included in my mkv files are loading.
    At this point I think I understand that this is a Jellyfin configuration issue.


       
       
    bitmap
    Offline

    Community Moderator

    Posts: 851
    Threads: 9
    Joined: 2023 Jul
    Reputation: 28
    #6
    2023-08-28, 11:32 PM
    The first file is SRT subs. It might take a few seconds (my rig is fast and it can take 15 seconds to extract on the fly) for subs to start, but those should work 100% of the time.

    The second file is PGS subs, which will generally require transcoding to burn them into the video file (if the subtitle stream you highlighted is what you're using). That's not always the case, but is true for most common clients (Kodi handles them different, VLC may handle them different, Shield can supposedly display them without burn in).

    These are both common types of subtitles and should be detected by Jellyfin as well as pretty much any client. Could you share what Jellyfin server version you're running, a little bit of info about the hardware, and what client you're using to watch the media?
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    1
    francesco d'amato
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    #7
    2023-08-29, 09:47 AM
    (2023-08-28, 11:32 PM)bitmap Wrote: The first file is SRT subs. It might take a few seconds (my rig is fast and it can take 15 seconds to extract on the fly) for subs to start, but those should work 100% of the time.

    The second file is PGS subs, which will generally require transcoding to burn them into the video file (if the subtitle stream you highlighted is what you're using). That's not always the case, but is true for most common clients (Kodi handles them different, VLC may handle them different, Shield can supposedly display them without burn in).

    These are both common types of subtitles and should be detected by Jellyfin as well as pretty much any client. Could you share what Jellyfin server version you're running, a little bit of info about the hardware, and what client you're using to watch the media?


    ok buddy, thanks. So in the case of srt files it should load them after a few seconds but this still doesn't happen (I started playing while I was writing, paused it and even waited 5 minutes).

    Jellyfin is hosted on a NAS, the version is 10.8.10-10
    Normally to play I use an amazon firetv that takes Jellyfin's default media player "LibVLC". Even when I play the movie directly from the web browser it doesn't load the subtitles.
    The Nas has 16 Gb of Ram, a 1 Gb/s network and an INTEL Celeron 1.5 GHz processor

    I'll leave you the configuration screens, surely there's something wrong but I don't understand what.

       
       
       
    bitmap
    Offline

    Community Moderator

    Posts: 851
    Threads: 9
    Joined: 2023 Jul
    Reputation: 28
    #8
    2023-08-29, 02:44 PM
    We're at everybody's least favorite part of troubleshooting. Could you recreate the issue and post your logs from that point on to pastebin or a similar service? The raw log can be found pretty easily in Dashboard > Logs. There are two types, one will be the Jellyfin log, the other (with ffmpeg in the name) is the transcoding log. They should be date/timestamped to give you an idea of when they're from.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    francesco d'amato
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    #9
    2023-09-11, 09:54 AM
    (2023-08-29, 02:44 PM)bitmap Wrote: We're at everybody's least favorite part of troubleshooting. Could you recreate the issue and post your logs from that point on to pastebin or a similar service? The raw log can be found pretty easily in Dashboard > Logs. There are two types, one will be the Jellyfin log, the other (with ffmpeg in the name) is the transcoding log. They should be date/timestamped to give you an idea of when they're from.

    Hi buddies

    I razed jellyfin server, uninstalled and installed again, did the settings very carefully and only fed it a TV series to see what happened.
    Absolutely nothing. The embedded subtitles just don't want to see them.

    I'm about to give up, I think I'll go to another media server.
    This is the last attempt. I am attaching the metadata blogs, I don't know if you guys can figure anything out.


    Attached Files
    .txt   JellyfinLOG.txt (Size: 86.8 KB / Downloads: 61)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2023-09-11, 04:02 PM
    You said you are using 10.8.10, but the version of ffmpeg in that log doesn't match. Should be 5.1.3. Did you install a different ffmpeg? Or was that part of whatever image you are using? Is your NAS running TrueNAS Core?

    Also, we would need to see the main jellyfin log. What is attached in your last post is just the ffmpeg log.
    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]
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    • 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