• 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 Several files erroring out when direct playing to nvidia shield pro

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Several files erroring out when direct playing to nvidia shield pro

    YoAdrian
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #11
    2025-01-06, 07:19 PM
    (2025-01-06, 03:26 PM)theguymadmax Wrote: There’s no roadmap to this being fixed as there is no open issue. You can open up a new issue on the Jellyfin AndroidTV github here or comment on the original closed issue. However, I believe the problem lies upstream with AndroidX Media3 (ExoPlayer), which is the underlying player used by AndroidTV.

    Using the FFmpeg renderer bypasses the Media3 codec implementation, which uses platform decoders. While FFmpeg can deliver surround sound, it gets converted to PCM. It’s best to use FFmpeg only for compatibility issues like this.

    FLAC 7.1 is an uncommon audio format for movies, and I would recommend avoiding encoding your media to FLAC 7.1. Instead, consider converting your media to EAC3 or AAC.

    I appreciate the explanation, thanks. Do you have a recommended guide on converting from flac?
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,131
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #12
    2025-01-06, 08:08 PM
    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -i "/media/Movies/Ready Player One (2018)/Ready.Player.One.2018.REPACK.4K.HDR.DV.2160p.BDRemux Ita Eng x265-NAHOM.mkv" -map 0 -c:v copy -c:a:1 aac -b:a:1 192k -c:s copy "/media/Movies/Ready Player One (2018)/Ready.Player.One.2018.REPACK.4K.HDR.DV.2160p.BDRemux Ita Eng x265-NAHOM_output.mkv"



    -c:a:1 aac  - this flags converts the second audio stream (FLAC) to AAC. You would need to adjust depending what track your other files are.
    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