[FFmpeg-trac] #8968(ffmpeg:new): NVENC no longer supported in 4.3.1 and above

FFmpeg trac at avcodec.org
Tue Nov 10 16:27:51 EET 2020


#8968: NVENC no longer supported in 4.3.1 and above
--------------------------------+--------------------------------------
             Reporter:  TankBo  |                     Type:  defect
               Status:  new     |                 Priority:  important
            Component:  ffmpeg  |                  Version:  git-master
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+--------------------------------------
 Summary of the bug: Any version of FFMpeg above 4.3 gives error about
 NVENC and API version. Driver does not support the required nvenc API
 version.
 How to reproduce:
 {{{
 & $PathToFFMpeg -y -hwaccel_output_format cuda -vsync 0 -i $OldName -c:a
 ac3 -b:a 640k -c:s copy -pix_fmt yuv420p -c:v hevc_nvenc -level 4 -tier
 high -g 24 -preset slow -rc vbr_hq -spatial_aq 1 -aq-strength 8
 -strict_gop 1 -surfaces 32 -no-scenecut 1 -rc-lookahead:v 48
 -color_primaries bt709 -color_trc bt709 -colorspace bt709 $NewName

 ffmpeg version
 built on ...4.3.1 and ffmpeg-N-99865-ga125e08130
 }}}

 Version 4.3.1 I get an error about API version. Driver does not support
 the required nvenc API version. Required: 10.0 Found: 9.1

 I also tried with one of the nightly builds
 ffmpeg-N-99865-ga125e08130-win64-gpl.zip and I got a different error
 Driver does not support the required nvenc API version. Required: 11.0
 Found: 9.1

 I have the latest nvidia driver for my Quadro M2000, driver version
 441.66.  This new API/driver version requirement effectively breaks
 hardware acceleration with all 5th and 6th generation Nvidia cards.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8968>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list