ffmpeg-build-script icon indicating copy to clipboard operation
ffmpeg-build-script copied to clipboard

unknown encoder 'hevc_nvenc'

Open eoghan2t9 opened this issue 2 years ago • 2 comments
trafficstars

Hi guys

I am most likely being stupid however I have just compiled and installed this without any issues bit when I went to re-encode a mkv file from h264 to hevc I get this error

unknown encoder 'hevc_nvenc'

Has anyone else had this and if so know a fix?

eoghan2t9 avatar May 02 '23 03:05 eoghan2t9

Probably you didn't have CUDA installed. Quoting README:

These encoders/decoders will only be available if a CUDA installation was found while building the binary. Follow these instructions for installation.

misiek08 avatar Jun 22 '23 13:06 misiek08

hevc_nvenc is deprecated format. You use nvenc_hevc.

santomet avatar Jun 26 '23 09:06 santomet