• 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 NVENC not working

     
    • 0 Vote(s) - 0 Average

    NVENC not working

    NVENC not working
    nyanmisaka
    Offline

    Team Member

    Posts: 271
    Threads: 0
    Joined: 2023 Jun
    Reputation: 14
    #2
    2023-08-08, 01:49 PM
    This error is reported to FFmpeg by the NVDEC driver. I have to suspect it's a regression. Please try downgrading the driver to an older version.

    https://github.com/FFmpeg/FFmpeg/blob/b9...#L138-L141

    Code:
        if (!caps.bIsSupported) {
            av_log(logctx, AV_LOG_ERROR, "Hardware is lacking required capabilities\n");
            return AVERROR(EINVAL);
        }

    Running this command can expose more NVDEC capabilities for easy debugging.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device cuda=cu:0 -hwaccel cuda -hwaccel_output_format cuda -i /path/to/the/media -an -sn -vframes 1 -f null -
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    NVENC not working - by friki67 - 2023-08-08, 10:27 AM
    RE: NVENC not working - by nyanmisaka - 2023-08-08, 01:49 PM
    RE: NVENC not working - by friki67 - 2023-08-09, 07:12 AM
    RE: NVENC not working - by nyanmisaka - 2023-08-09, 01:03 PM
    RE: NVENC not working - by friki67 - 2023-08-10, 09:48 AM
    RE: NVENC not working - by nyanmisaka - 2023-08-10, 02:44 PM
    RE: NVENC not working - by friki67 - 2023-08-11, 09:49 AM

    • 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