oggz

Command-line tool for inspecting and manipulating Ogg multimedia files

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool for manipulating Ogg files

Commands

oggzoggzinfooggzdumpoggzmergeoggzsplitoggzchop

Examples

Display detailed information about an Ogg file$ oggzinfo video.ogv
Extract or split an Ogg file at a specific time$ oggzchop -s 10 -e 20 input.ogv -o output.ogv
Merge multiple Ogg files into one$ oggzmerge -o merged.ogv file1.ogv file2.ogv