mpgcut a command line MPEG audio/video/system file cutter.
- mpgcut allows you to cut MPEG streams into playable chunks in many ways including time intervals, file offset intervals or number of parts.
- mpgcut can also handle demultiplexing of video and audio streams from an MPEG file.
hat it can do for you
mpgcut currently supports MPEG 1 video and MPEG 1/2/3 audio layers (i.e. mp1, mp2, mp3)
mpgcut doesn't support MPEG 2 nor MPEG 4 video. Nor does it support multiplexing and joining.
Download
You can get mpgcut latest source code here (tarball) binary distribution for both linux and Windows are now available.
Usage
you want to cut an MPEG file in four parts ?
mpgcut -n 4 myfile.mpg
you want to cut an MPEG file given time intervals ?
mpgcut [3:15-1:02:36] [2.34-52:4] myfile.mpg cuts myfile.mpg from 3mn 15s to 1h 2mn 36s and from 2.34s to 52mn 4s
you want to cut an MPEG file given offset intervals ?
mpgcut {3452-563030} myfile.mpg
does this.
you want to demux audio and video from a system MPEG file ?
mpgcut -d myfile.mpg
