dav1d

Fast AV1 video decoder for playing and converting AV1 files.

brewmacoslinux
Try with needOr install directly
Source

About

AV1 decoder targeted to be small and fast

Commands

dav1d

Examples

decode AV1 video file to raw output$ dav1d -i video.av1 -o output.raw
play AV1 video file with basic playback$ dav1d -i video.av1
decode AV1 and output as Y4M video format$ dav1d -i video.av1 -o output.y4m
check performance by decoding with timing information$ dav1d -i video.av1 --timing
decode AV1 using multiple threads for faster processing$ dav1d -i video.av1 -o output.raw --threads 4