"Set for a year-end release, AV2 is not only an upgrade to the widely adopted AV1 but also a foundational piece of AOMedia’s future tech stack.
AV2, a generation leap in open video coding and the answer to the world’s growing streaming demands, delivers significantly better compression performance than AV1. AV2 provides enhanced support for AR/VR applications, split-screen delivery of multiple programs, improved handling of screen content, and an ability to operate over a wider visual quality range. AV2 marks a milestone on the path to an open, innovative future of media experiences."
Note that high-quality + low-bitrate AV1 setup often requires using parameters that rise the time and processing power beyond what’s typically sensible in an average setup without hw encoder. And compared with h265 this would be even higher since not only is h265 less complex and faster to begin with, but it also is often hw accelerated.
Here there’s a 2020 paper comparing various encoders for high quality on fullHD: https://www.researchgate.net/publication/340351958_MSU_Video_Codec_Comparison_2019_part_IV_High-Quality_Encoding_aom_rav1e_SVT-AV1_SVT-HEVC_SVT-VP9_x264_x265_ENTERPRISE_VERSION
“First place in the quality competition goes to aom [AOMedia’s AV1 encoder], second place goes to SVT-AV1, and third place to x265”
And av1 codecs are younger, so I wouldn’t be surprised if they have improved over the h265 ones since the article.
Here’s the settings they used in aom, for reference:
aomenc.exe --width=%WIDTH% --height=%HEIGHT% --fps=%FPS_NUM%/%FPS_DENOM% --bit-depth=8 --end-usage=vbr --cpu-used=0 --target-bitrate=%BITRATE_KBPS% --ivf --threads=32 --tune=ssim -o %TARGET_FILE% %SOURCE_FILE%