2024-07-30, 05:21 PM
You are still attempting to encode with AV1 on your GPU
If you have hardware encoding enabled it will always use it for encoding. It can't dynamically switch to the CPU for encoding codecs the GPU does not support.
Code:
Stream #0:0 -> #0:0 (hevc (native) -> av1 (av1_qsv))
If you have hardware encoding enabled it will always use it for encoding. It can't dynamically switch to the CPU for encoding codecs the GPU does not support.