openh264

Open-source H.264 video codec library from Cisco

brewmacoslinux
Try with needOr install directly
Source

About

H.264 codec from Cisco

Commands

h264ench264dec

Examples

Encode a raw YUV video file to H.264 format$ h264enc -i input.yuv -o output.h264 -w 1920 -h 1080 -f 30
Decode an H.264 bitstream file to raw YUV output$ h264dec -i input.h264 -o output.yuv
Check version and available encoder options$ h264enc --help