lutris / ffmpeg-nvenc

Build script for FFmpeg with nvenc support
GNU General Public License v3.0
141 stars 47 forks source link

Error: nvenc requested, but not all dependencies are satisfied: ffnvcodec #30

Open Ubuntuify opened 4 years ago

Ubuntuify commented 4 years ago

Here's the log. config.log

Michael-Liao commented 4 years ago

I have the same issue building on Ubuntu 20.04 LTS with gcc 9.3 Also I had to modify the x264 download link to make the script work

gredin commented 3 years ago

I had the same issue. That's why I submitted this PR: https://github.com/lutris/ffmpeg-nvenc/pull/31 (it successfully compiles on Ubuntu 20.04)

Ubuntuify commented 3 years ago

This is a very old issue and I don't use it anymore for my Linux installation. I opened my OBS on a new fresh install and NVENC came built-in. So I wonder why you guys have to use this script now.

gredin commented 3 years ago

@RyanGamingXbox Because I'm using it for encoding with ffmpeg, not for gaming or live streaming.

kppomzh commented 3 years ago

install this package : libffmpeg-nvenc-dev. maybe this can solve your problem.

nrobin commented 1 year ago

install pkg-config and

ahojukka5 commented 2 weeks ago

Any updates for this?