vvenc

Fraunhofer Versatile Video Encoder for H.266/VVC compression

brewmacoslinux
Try with needOr install directly
Source

About

Fraunhofer Versatile Video Encoder

Commands

vvencapp

Examples

Encode a video file to H.266/VVC format with default settings$ vvencapp -i input.yuv -o output.266
Encode with specific quality preset (0-3, higher=slower/better)$ vvencapp -i input.yuv -o output.266 -p 2
Encode with custom bitrate and frame rate settings$ vvencapp -i input.yuv -o output.266 -b 5000 -fr 30