View Single Post
Old 22nd February 2020, 17:57   #3  |  Link
ceshiwenfq
Registered User
 
Join Date: Nov 2017
Posts: 2
Quote:
Originally Posted by Tadanobu View Post
--end-usage=q --cq-level=X

Note that q encode is not really the same as CRF. If it can help, here is my base line :

.\aomenc.exe input.y4m --output=output.ivf --end-usage=q --cq-level=35 --cpu-used=4 --row-mt=1 --threads=12 --width=1920 --height=1080 --tile-columns=1 --tile-rows=1 --bit-depth=10 --fps=24000/1000 --enable-fwd-kf=1 --kf-max-dist=250 --aq-mode=1 --noise-sensitivity=2

Also remember that aomenc performs 2 passes encode by default.
Thanks dude.
Would you mind help me figure out what's the difference between --end-usage=q & --end-usage=cq?
ceshiwenfq is offline   Reply With Quote