2024-05-29, 07:01 PM
Yes. I just doubled checked and the A6000 cannot encode to AV1.
https://developer.nvidia.com/video-encod...matrix-new
But you enabled encoding to AV1. Here is the output codec used from the failed ffmpeg command in your main log.
I'd bet that disabling AV1 encoding (but AV1 decoding is fine) would fix your issue.
https://developer.nvidia.com/video-encod...matrix-new
But you enabled encoding to AV1. Here is the output codec used from the failed ffmpeg command in your main log.
Code:
-codec:v:0 av1_nvenc
I'd bet that disabling AV1 encoding (but AV1 decoding is fine) would fix your issue.