|
mpegsplit 1.1.1
|
|
Usage:
- splitmpeg [-qv] system_layer_file_name
Options:
- -q process quietly. Nothing should be written to stdout.
-v print Pack SCR and mux rate info for each pack.
Description
-
This program splits an ISO 11172-1 System layer stream into its
component elemental streams.
Elemental stream files
stm188.mpg | is a reserved stream. |
stm189.mpg | is private stream 1. |
stm190.mpg | is the padding stream. |
stm191.mpg | is private stream 2. |
stm192.mpg | to stm223.mpg are audio streams. |
stm224.mpg | to stm239.mpg are video streams. |
Some parts of this source has been
derived from the Berkeley MPEG Video player
Last time I looked this could be obtained from toe.cs.berkeley.edu
Multimedia has been a hot topic lately, and there are now some
tools in other projects that may serve you for the same purpose.
Have a look at...
- VideoLAN.org
- Video LAN project. It has lots of developers at hand for
writing software... and tools.
-
libmpeg2 homepage
- libMPEG2 project ... from the people who brought you
Broadcast2000 Video Editor at
heroinewarrior.com
- LinuxTelephony.org
- Fine news about Video Streaming. Here is the latest in
video projects, esp. their H.323 variants for networked
video transmissions. This is usually what an mpeg packet decoder
would be needed for.
-
smpeg homepage
- SDL-based MPEG viewer
and mpeg playback library. The library has been used to
create a set of tools, especially the
dumpmpeg.sourceforge project.
License
The mpegsplit is distributed under a BSD-type license
* Copyright (c) 2000 Guido Draheim
* Copyright (c) 1994 Michael Simmons
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without written agreement is
* hereby granted, provided that the above copyright notice and the following
* two paragraphs appear in all copies of this software.
*
* IN NO EVENT SHALL MICHAEL SIMMONS BE LIABLE TO ANY PARTY FOR
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
* OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF MICHAEL SIMMONS
* HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* THE MICHAEL SIMMONS SPECIFICALLY DISCLAIMS ANY WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
* ON AN "AS IS" BASIS, AND MICHAEL SIMMONS HAS NO OBLIGATION TO
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
last change: $Date: Dec 2000 $ $Author: guidod $