I'm using ffmpeg to encode a folder full of static PNG images into video format. Among other things, I set the quality to 20Mbps and preset to veryslow
. Everything works. However, as soon as I switch from the default H264 encoder to NVENC, it seems the quality settings are completely ignored, and I get default (terrible) quality.
How can I fix this?