• 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 trouble streaming hevc videos

     
    • 0 Vote(s) - 0 Average

    trouble streaming hevc videos

    Error submitting packet to decoder: Invalid data found when processing input when playing hevc
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #6
    2025-01-16, 08:27 PM
    H265 10-bit NVENC is not an HDR encoder. It just supports it some kinds of HDR content.

    I used Handbrake for a long time before moving to ffmpeg for pre-transcoding. Also with "H.265 10-bit NVENC" as my encoder, even for SDR content. Without knowing all the options you selected Handbrake, I can't say what the root cause is.

    AFAIK, Handbrake cannot remux without re-encoding. But ffmpeg can. You can use ffmpeg running in your container.

    Code:
    sudo docker exec -it jellyfin bash
    /usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/problem/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newfile.mkv
    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
    trouble streaming hevc videos - by lanwin - 2025-01-14, 02:03 PM
    RE: trouble streaming hevc videos - by TheDreadPirate - 2025-01-14, 04:23 PM
    RE: trouble streaming hevc videos - by lanwin - 2025-01-15, 07:36 AM
    RE: trouble streaming hevc videos - by lanwin - 2025-01-16, 07:13 AM
    RE: trouble streaming hevc videos - by TheDreadPirate - 2025-01-15, 03:17 PM
    RE: trouble streaming hevc videos - by TheDreadPirate - 2025-01-16, 08:27 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