After rebuilding SVT-AV1 on termux for Neon
acceleration I tried three variations of same file:
du -h av1-1.8.0*
5.0M av1-1.8.0-pr12.webm
4.3M av1-1.8.0-pr2.webm
4.6M av1-1.8.0.webm
all on crf 30
ffmpeg -i 20081103140154.m2t -c:v libsvtav1
-an -preset 2 -crf 30 av1-1.8.0-pr2.webm
this one run at 0.2 fps
ffmpeg -i 20081103140154.m2t -c:v libsvtav1
-an -preset 12 -crf 30 av1-1.8.0-pr12.webm
this one run up to 9.4 fps!
ffmpeg -i 20081103140154.m2t -c:v libsvtav1
-an -preset 6 -crf 30 av1-1.8.0.webm
and this one run at 1.3 fps.
all files encoded from same input:
Stream #0:0[0x810]: Video: mpeg2video (Main)
([2][0][0][0] / 0x0002), yuv420p(tv, bt709, top first),
1440x1080 [SAR 4:3 DAR 16:9], 25000 kb/s, 25 fps, 25 tbr,
90k tbn
So, I guess on aarch64 tablet this one
definitely not as fast as on desktop (x86_64) Intel.