ffmpeg2theora

Convert video files to Ogg Theora format

brewmacoslinux
Try with needOr install directly
Source

About

Convert video files to Ogg Theora format

Commands

ffmpeg2theora

Examples

Convert an MP4 video to Ogg Theora format$ ffmpeg2theora input.mp4 -o output.ogv
Convert video with custom quality settings$ ffmpeg2theora input.avi -q 8 -o output.ogv
Convert video and extract audio to Ogg Vorbis$ ffmpeg2theora input.mp4 -a 2 -o output.ogv