• 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 HEVC not worked

     
    • 0 Vote(s) - 0 Average

    HEVC not worked

    Dade_Murphy
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:Russia
    #1
    2024-12-23, 08:07 PM
    Hey, everybody. I'm not very knowledgeable about the issue. Please help a loser to understand this issue. I have a Synology 920. I have been running Jellyfin version 10.10.3 for a long time. I recently upgraded to this version and I can't show HEVC movies anymore, even though they were working fine before. I tried all the settings. Nothing helps. A fatal error occurs when playing on any device. I have hardware acceleration selected VA API. If I select Video4Linux2. They will start showing but it loads the CPU 100%. I don't like this. It used to show without that load. What should I do? I am attaching the error logs.


    Attached Files
    .txt   Log.txt (Size: 12.15 KB / Downloads: 78)
    .txt   Log2.txt (Size: 12.15 KB / Downloads: 51)
    .txt   Log3.txt (Size: 12.15 KB / Downloads: 54)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-12-23, 08:43 PM
    How did you install Jellyfin? Your system isn't using jellyfin-ffmpeg. It's using plain ffmpeg.
    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]
    Dade_Murphy
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:Russia
    #3
    2024-12-24, 05:40 AM
    (2024-12-23, 08:43 PM)TheDreadPirate Wrote: How did you install Jellyfin?  Your system isn't using jellyfin-ffmpeg.  It's using plain ffmpeg.
    I installed it through the Synology package center. During the installation process, it asked me to install ffmpeg 7, which I did. FFmpeg 7 is up and running


    Attached Files Thumbnail(s)
           
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-12-24, 08:35 PM (This post was last modified: 2024-12-24, 08:36 PM by TheDreadPirate. Edited 1 time in total.)
    Try unchecking "HEVC 10-bit" in the Jellyfin dashboard. Your CPU SHOULD support that, but the error message "No support for codec hevc profile 2" implies that it doesn't actually support it. Unchecking it would cause it to decode on the CPU.

    Dashboard > Playback > Transcoding

    And switch hardware acceleration back to QSV or VAAPI.
    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]
    Dade_Murphy
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:Russia
    #5
    2024-12-24, 08:47 PM
    (2024-12-24, 08:35 PM)TheDreadPirate Wrote: Try unchecking "HEVC 10-bit" in the Jellyfin dashboard.  Your CPU SHOULD support that, but the error message "No support for codec hevc profile 2" implies that it doesn't actually support it.  Unchecking it would cause it to decode on the CPU.

    Dashboard > Playback > Transcoding

    And switch hardware acceleration back to QSV or VAAPI.

    When I uncheck the HEVC 10bit checkbox the video plays, but the CPU immediately loads at 100%. Regardless of whether I choose VAAPI or QSV. Is this safe for my processor?


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-12-24, 10:20 PM
    It is going to 100% because the CPU is decoding the video and probably transcoding the audio.

    100% CPU usage does not hurt the CPU as long as it is sufficiently cooled.
    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]
    Dade_Murphy
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:Russia
    #7
    2024-12-29, 09:31 AM
    (2024-12-24, 10:20 PM)TheDreadPirate Wrote: It is going to 100% because the CPU is decoding the video and probably transcoding the audio.

    100% CPU usage does not hurt the CPU as long as it is sufficiently cooled.
    So why was there no conversion on the previous version and the video played without CPU load?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-12-29, 06:04 PM
    Since you are not using our version of ffmpeg, its possible that there is a driver problem. Jellyfin-ffmpeg bundles Intel's media drivers, in addition to a lot of custom changes that improve transcoding.

    So I can't rule out that the synocommunity version of ffmpeg you are using is the source of this problem.
    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: 2 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