theora

Open video compression format library and encoder/decoder tools

brewmacoslinux
Try with needOr install directly
Source

About

Open video compression format

Commands

libtheoratheoraenctheoradec

Examples

Encode a raw video file to Theora format$ theoraenc -o output.ogv input.yuv
Decode a Theora video file to raw format$ theoradec input.ogv -o output.yuv
Check Theora video file information$ theoradec -v input.ogv 2>&1 | head -20