uvg266

Open-source VVC/H.266 video encoder for high-efficiency compression

brewmacoslinux
Try with needOr install directly
Source

About

Open-source VVC/H.266 encoder

Commands

uvg266

Examples

Encode a video file to H.266/VVC format with default settings$ uvg266 -i input.yuv -o output.266
Encode with specific resolution and frame rate$ uvg266 -i input.yuv --resolution 1920x1080 --framerate 30 -o output.266
Encode with quality preset (0-3, where 3 is slowest/best quality)$ uvg266 -i input.yuv --preset 2 -o output.266