• 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 SOLVED: dropped frames with HVEC10

     
    • 0 Vote(s) - 0 Average

    SOLVED: dropped frames with HVEC10

    HVEC 10 dropped frames issue
    triarii
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    #1
    2024-09-13, 05:49 PM
    I have jellyfin set up using the linuxserver io docker container. I have a intel arc a310 gpu passed through and working for hardware encoding. I have issue with some HVEC-10 videos not playing correctly in direct play and requiring down scaling to below 2 Mbps. of the three attached playback info. working is a HVEC10 playing that transcodes by default and works fine. not working is a different HVEC10 that drops large numbers of frames and is very choppy. the last picture is when it is forced to run at 480 1.5 Mbps, 480 2 Mbps also drops frames. I am trying to understand how to debug this issue and either fix the video files or find a setting that will fix this in jellyfin. any help is appreciated.


    Attached Files Thumbnail(s)
               
    Go to solution
    gnattu
    Offline

    Team Member

    Posts: 336
    Threads: 0
    Joined: 2024 Feb
    Reputation: 17
    #2
    2024-09-13, 06:04 PM
    It is quite interesting that a higher quality video can be played correctly. You can try just drag that file into the browser address bar to see if it still looks choppy, if to then that file is encoded in a way that makes browser unhappy and can be fixed by re-encode in most cases
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-09-13, 06:12 PM
    If the issue only happens with direct played videos, it's possible the issue is with the video itself. Usually an issue with the container and not the video/audio. You can try manually remuxing the video to regenerate the container without re-encoding.

    You can either install jellyfin-ffmpeg, or plain ffmpeg, on your host system or open a bash shell for the container and use jellyfin-ffmpeg built into it.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmepg -fflags +genpts+igndts -i "/path/to/your/video.mp4" -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 newFile.mp4
    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
    triarii
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    #4
    2024-09-13, 06:58 PM
    (2024-09-13, 06:04 PM)gnattu Wrote: It is quite interesting that a higher quality video can be played correctly. You can try just drag that file into the browser address bar to see if it still looks choppy, if to then that file is encoded in a way that makes browser unhappy and can be fixed by re-encode in most cases

    I should have added this. I have files on a NAS share. both files play fine on VLC over the network.
    gnattu
    Offline

    Team Member

    Posts: 336
    Threads: 0
    Joined: 2024 Feb
    Reputation: 17
    #5
    2024-09-13, 07:21 PM
    Plays fine on VLC means nothing about that file's compatibility in browser. You have to use the browser to direct play that file to test if that file is compatible with your browser or not. VLC and MPV implemented tons of workarounds for all kind of weird videos and those are usually missing in browser which will have more strict requirements for direct playback.
    1
    1
    triarii
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    #6
    2024-09-13, 09:12 PM
    (2024-09-13, 07:21 PM)gnattu Wrote: Plays fine on VLC means nothing about that file's compatibility in browser. You have to use the browser to direct play that file to test if that file is compatible with your browser or not. VLC and MPV implemented tons of workarounds for all kind of weird videos and those are usually missing in browser which will have more strict requirements for direct playback.

    ok, I just tried that and it was choppy playing the file straight into the browser. I tried ffmpeg and that did not fix the issue, but using vlc to change it to h264 worked.
    « 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