Alkl58 / NotEnoughAV1Encodes

GUI for AV1 (aomenc, rav1e & svt-av1)
MIT License
536 stars 24 forks source link

Utilize CRF instead of QP for Constant Quality in svt-av1 (FFmpeg) #143

Closed Katzenwerfer closed 8 months ago

Katzenwerfer commented 1 year ago

Currently, most AV1 encoders have a CRF mode that should have better control over quality than just using a static QP value.

Currently, when using svt-av1 (FFmpeg), adjusting the “Quantizer” slider when in “Constant Quality” mode seems to adjust the QP value, which is not bad, but utilizing CRF instead would be the ideal.

Perhaps a good idea would be to introduce a separate selectable mode, like “Constant Quantization”, for those who want to specifically use a static QP value, while keeping the “Constant Quality” mode to CRF.

Alkl58 commented 8 months ago

Changed in the latest release.