[FFmpeg-user] nvenc error
    German Geraskin 
    german.geraskin at gmail.com
       
    Tue Oct  3 10:02:53 EEST 2023
    
    
  
> Hi I am using ffmpeg 4.3.2 with nvidia 470.42.01 cuda 11.4 but when i
> configure it to enable nvenc its always showing nvenc is requested but not
> configured what can i do to resolve this?
> ./configure --enable-cuvid --enable-nvenc --enable-nonfree --enable-gpl
> --enable-cuda --extra-cflags=-I/usr/local/cuda/include
> --extra-ldflags=-L/usr/local/cuda/lib64
> this is the command that i am using kindly help me to resolve this issue
You are trying to compile ffmpeg with support of nvenc (NVIDIA encoder).
If your machine has an NVIDIA card that has an encoder module then it
makes sense.
https://en.wikipedia.org/wiki/Nvidia_NVENC
https://developer.nvidia.com/ffmpeg
Start from this manual:
https://docs.nvidia.com/video-technologies/video-codec-sdk/12.0/ffmpeg-with-nvidia-gpu/index.html
    
    
More information about the ffmpeg-user
mailing list