Short: MPEG cutter (68k&PPC) Author: Laurent Alacoque ,Sven Ottemann (Amiga-Port) Uploader: Sven Ottemann Type: gfx/misc Architecture: m68k-amigaos; ppc-warpup 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. mpgcut currently supports MPEG 1 video and MPEG 1/2/3 audio layers (i.e. mp1, mp2, mp3) 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 REQUIREMENTS: 68k-version: 68020 and 68881/2 PPC-Version: a PPC and powerpc.library Sven Ottemann ac-logic@freenet.de http://mus.urz.uni-magdeburg.de