【发布时间】:2021-05-23 03:34:18
【问题描述】:
我正在尝试使用我的 NVIDIA GeForce MX150(驱动程序版本:461.09)进行编码。
import os
os.system(f'ffmpeg -i "Cells at Work Season 2 - Episode 07 - English Subbed.mp4" -c:a copy -c:v hevc_nvenc "07.mp4"')
每当我尝试运行它时,都会收到此错误。
[hevc_nvenc @ 0000017a8bdf7e40] Cannot load nvEncodeAPI64.dll
[hevc_nvenc @ 0000017a8bdf7e40] The minimum required Nvidia driver for nvenc is 436.15 or newer
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
让我烦恼的是,它说我需要 436.15 或更高版本,而我的是 461.09。这意味着它应该工作,对吧?有人可以帮忙吗?
【问题讨论】: