this is the command I used,
ffmpeg -threads auto -strict -2 -i testvideo.mkv -map 0 -pix_fmt yuv420p10le -c:v libsvtav1 -crf 35 -g 92 -idr_interval:v 46 -keyint_min 23 -svtav1-params tune=0:tile-columns=2:tile-rows=2:preset=7 -c:a libopus -ac
0 2 -b
0 160k -c:s copy -dn testvideo-av1.mkvand it took 353 seconds
