How to conconfigure AV1 for low delay applications ?

96 views
Skip to first unread message

Mourad AKLOUF

unread,
May 25, 2018, 7:44:27 AM5/25/18
to Codec Developers

hello ;

Do anyone know how to conconfigure  AV1 for low delay applications , i mean like HM (HEVC) low delay configuration where the GOP is IPPP.. , 

I tried these , but i am not sure because it's not different from the regular mode :

aomenc.exe  --profile=0  --auto-alt-ref=0  --lag-in-frames=0   --arnr-maxframes=0 --arnr-strength=5  --static-thresh=0 --passes=2 --pass=1 --end-usage=cq --cq-level=40  --width=352 --height=288  --fpf=aom_QP40.log --cpu-used=4 --threads=8 --limit=10 --fps=25/1 --bit-depth=8  --kf-min-dist=32 --kf-max-dist=32 --psnr  -o output_QP40.webm akiyo_cif.yuv 

aomenc.exe  --profile=0  --auto-alt-ref=0  --lag-in-frames=0   --arnr-maxframes=0 --arnr-strength=5  --static-thresh=0 --passes=2 --pass=2 --end-usage=cq --cq-level=40  --width=352 --height=288  --fpf=aom_QP40.log --cpu-used=4 --threads=8 --limit=10 --fps=25/1 --bit-depth=8  --kf-min-dist=32 --kf-max-dist=32 --psnr  -o output_QP40.webm akiyo_cif.yuv 

i am using (--kf-min-dist=32 --kf-max-dist=32 )  because i want an golden frame ( IDR/I-frame like ) to be reproduce each 1 sec for streaming purposes.
Reply all
Reply to author
Forward
0 new messages