AV1 FFMPEG Encoding with ARC GPU: How to do CRF/CQP?
I'm trying to create a script that will batch transcode video files to AV1 using av1_qsv but I can't figure out how to do CRF or CQP to set the quality of the output. -crf and -cqp don't seem to work and ffmpeg's -h command for the encoder doesn't list any rate control options aside from -preset
Any ideas?
3 Replies
Should just be “-rc constqp -cq 20” like the others.
oooooo
That’s what I use for HEVC so I assume it carries over