mpgtx

Toolbox to manipulate, concat, and split MPEG video files

brewmacoslinux
Try with needOr install directly
Source

About

Toolbox to manipulate MPEG files

Commands

mpgtxmpgcatmpgsplit

Examples

Split an MPEG file into multiple parts at specific time offsets$ mpgsplit -i input.mpg -o output 0:00:00-0:10:00 0:10:00-0:20:00
Concatenate multiple MPEG files into a single file$ mpgcat file1.mpg file2.mpg file3.mpg -o merged.mpg
Get information about an MPEG file structure$ mpgtx -i input.mpg