dav1d

Fast and small AV1 video decoder library and utilities

brewmacoslinux
Try with needOr install directly
Source

About

AV1 decoder targeted to be small and fast

Commands

dav1d

Examples

Decode an AV1 video file to raw video output$ dav1d -i input.av1 -o output.raw
Decode AV1 file and display decoding statistics$ dav1d -i input.av1 --verify
Decode multiple frames with specific thread count$ dav1d -i input.av1 -o output.raw --threads 4