• 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 Audio Track and Subtitles Names Translation

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Audio Track and Subtitles Names Translation

    LhuanDula
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    #11
    2024-12-07, 09:39 AM
    (2024-12-06, 04:56 PM)TheDreadPirate Wrote: Run "ffprobe" on the SRT file.

    Here is the result of the ffprobe run on the srt file: https://pastebin.com/0inMhrJc

    Similarly if i run ffprobe on a movie with french audio and french embeded subtitles i get the following: https://pastebin.com/K0Y2u2p0
    For the movie it does looks like the iso code used for french is "fre" and not "fra". Is there a work around to make fre works in Jellyfin?
    bitmap
    Offline

    Community Moderator

    Posts: 883
    Threads: 9
    Joined: 2023 Jul
    Reputation: 29
    #12
    2024-12-07, 04:30 PM (This post was last modified: 2024-12-07, 04:31 PM by bitmap.)
    Code:
    ffmpeg -i "[input_file]" -c copy -metadata:s:s:0 title="Français" -metadata:s:s:0 language="fra" "[output_file]"

    There doesn't appear to be any metadata. You can set this for audio tracks as well, either with mkvmerge or ffmpeg:

    Code:
    ffmpeg -i "[input_file]" -c copy -metadata:s:a:[track_index] title="Français" -metadata:s:a:[track_index] language="fra" "[output_file]"

    Track indices start at 0, so if French is the first audio track, the track_index would be 0. If it's the second, track_index is 1.
    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]
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 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