svt-vp9

Fast and efficient VP9 video encoder for scalable video coding

brewmacoslinux
Try with needOr install directly
Source

About

Scalable Video Technology for VP9 Encoder

Commands

SvtVp9EncApp

Examples

Encode a video file to VP9 format with default settings$ SvtVp9EncApp -i input.yuv -o output.ivf -w 1920 -h 1080
Encode with specific quality preset (0-8, higher is faster)$ SvtVp9EncApp -i input.yuv -o output.ivf -w 1920 -h 1080 -preset 6
Encode with custom bitrate and frame rate settings$ SvtVp9EncApp -i input.yuv -o output.ivf -w 1920 -h 1080 -b 5000 -fps 30