• 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 forced transcode to

     
    • 0 Vote(s) - 0 Average

    forced transcode to

    goerdi
    Offline

    Member

    Posts: 107
    Threads: 33
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #1
    2025-01-15, 01:16 PM
    Hi !

    Is it possible to set jellyfin up to try first the transcode to AV1 ?

    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-01-15, 03:00 PM
    The client reports to the server what it can support. If the client supports AV1, and you have AV1 encoding enabled on the server, it should prefer transcoding to AV1.

    In my testing it always transcodes to AV1 on clients that support decoding it. Even if the only reason for the transcode is to burn-in 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]
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,032
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #3
    2025-01-15, 04:03 PM
    To build on what Dread said, to enable AV1 transcoding on the server, navigate to Dashboard -> Playback -> Transcoding and check the box for "Allow encoding in AV1 format." Keep in mind that if your server doesn’t support AV1, you may encounter playback issues.

    Also on the WebUI, click on your profile picture in the top-right corner of the homepage, then go to Playback. From there, you can choose your preferred video codec for transcoding.
       
    goerdi
    Offline

    Member

    Posts: 107
    Threads: 33
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #4
    2025-01-16, 07:44 AM
    Hi !

    Its all checked and my mobile (S23) should support decode of AV1.
    Where i can see in Jellyfin log which one is used ?

    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,032
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #5
    2025-01-16, 04:30 PM
    When media is transcoded, it generates an FFmpeg log (Dashboard -> Logs). In the FFmpeg log, look for the stream mapping section, which will indicate the format it's being converted to.


    Code:
    Stream mapping:
      Stream #0:0 -> #0:0 (hevc (native) -> av1 (av1_qsv))
      Stream #0:1 -> #0:1 (eac3 (native) -> aac (libfdk_aac))
    goerdi
    Offline

    Member

    Posts: 107
    Threads: 33
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #6
    2025-01-17, 11:34 AM (This post was last modified: 2025-01-17, 12:03 PM by goerdi. Edited 4 times in total.)
    (2025-01-15, 04:03 PM)theguymadmax Wrote: To build on what Dread said, to enable AV1 transcoding on the server, navigate to Dashboard -> Playback -> Transcoding and check the box for "Allow encoding in AV1 format." Keep in mind that if your server doesn’t support AV1, you may encounter playback issues.

    Also on the WebUI, click on your profile picture in the top-right corner of the homepage, then go to Playback. From there, you can choose your preferred video codec for transcoding.


    Hmm i really do not find it (ok my GUI is in german... but i cannot find this checkbox

    OK i found it.. and changed it... but it has no effect... so far..

    Stream mapping:
      Stream #0:0 -> #0:0 (copy)
      Stream #0:1 -> #0:1 (ac3 (native) -> aac (libfdk_aac))

    For live TV it works

    Stream mapping:
      Stream #0:0 -> #0:0 (vp8 (native) -> av1 (av1_qsv))
      Stream #0:1 -> #0:1 (vorbis (native) -> aac (libfdk_aac))



    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2025-01-17, 01:58 PM
    It won't bother to transcode the video if the client supports it. It will always prefer to direct play.
    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]
    goerdi
    Offline

    Member

    Posts: 107
    Threads: 33
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #8
    2025-01-17, 09:51 PM
    Hi !

    Ok but thats bad when im on an external connection with low bandwidth... then i would have with AV1 a better quality....

    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2025-01-18, 03:07 AM
    In that instance, you can set a "max internet bit rate" on most clients. If the video's bit rate exceeds that limit it will trigger a transcode. This can be a permanent global setting or per-video. It usually transcodes to AV1 for clients that support decoding..

    Your other option is to pre-transcode everything.
    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]
    1
    « 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