スポンサーリンク

ffmpeg h264_nvencエンコードで「[h264_nvenc @ 000001f650c52980] Driver does not support the required nvenc API version. Required: 12.0 Found: 11.1 [h264_nvenc @ 000001f650c52980] The minimum required Nvidia driver for nvenc is 522.25 or newer」発生。

備忘録
スポンサーリンク

最新のffmpegでh264_nvencエンコードを行ったところ以下のエラーが発生しました。

[h264_nvenc @ 000001f650c52980] Driver does not support the required nvenc API version. Required: 12.0 Found: 11.1
[h264_nvenc @ 000001f650c52980] The minimum required Nvidia driver for nvenc is 522.25 or newer

ffmpegとNvidia driverのAPIの不一致でした。

ビデオドライバーを522.25にするか、ffmpegが11.1のAPI対応のものにする必要がありました。

「NVIDIA GeForce GT 710」の最新ドライバーは475.14なのでffmpegのAPIが11.1の対応している古いバージョン(とりあえず、4.4.2)に戻すことで解決しました。

コメント

タイトルとURLをコピーしました