This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

CRF with AV1
#2
aomenc supports:
--end-usage=<arg>           Rate control mode
                                             vbr, cbr, cq, q
cq 'constrained quality' is probably the most similar to crf.

svt-av1 supports:
--rc                         Rate control mode, default is 0 [0: CRF or CQP (if `--aq-mode` is 0), 1: VBR, 2: CBR]
  -q, --qp                         Initial QP level value, default is 35 [1-63]
      --crf                        Constant Rate Factor value, setting this value is equal to `--rc 0 --aq-mode 2 --qp x`, default is 35 [1-63]
      --tbr                        Target Bitrate (kbps), only applicable for VBR and CBR encoding, default is 7000 [1-100000]
      --mbr                        Maximum Bitrate (kbps) only applicable for CRF encoding, default is 0 [1-100000]
so using "constant quantizer / rate control" with 'CRF' enabled is what you want, since it sets `--rc 0 --aq-mode 2 --qp x`
Smile

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
CRF with AV1 - by gheppell - 14.01.2026, 02:09
RE: CRF with AV1 - by Selur - 14.01.2026, 06:27
RE: CRF with AV1 - by gheppell - 14.01.2026, 18:04
RE: CRF with AV1 - by gheppell - 14.01.2026, 18:04
RE: CRF with AV1 - by Selur - 14.01.2026, 18:09
RE: CRF with AV1 - by gheppell - 14.01.2026, 18:14
RE: CRF with AV1 - by Selur - 14.01.2026, 19:12

Forum Jump:


Users browsing this thread: 1 Guest(s)