rav1e

Fast and safe AV1 video encoder for high-quality video compression

brewmacoslinux
Try with needOr install directly
Source

About

Fastest and safest AV1 video encoder

Commands

rav1e

Examples

Encode a video file to AV1 format with default settings$ rav1e input.mp4 -o output.av1
Encode with custom quality level (0-255, higher is better quality)$ rav1e input.mp4 -o output.av1 --quantizer 100
Encode with specific speed preset (0-10, slower is better quality)$ rav1e input.mp4 -o output.av1 --speed 6