MPG2PPM
This archive contains an OS4 PPC version of the MPG2PPM tool (written
by Diego Casorran).
See below for an extract of the authors documentation.
Usage: mpg2ppm INPUT/A OUTPUT/A START/A/N END/A/N MODE/A FOFN/N QUIET/S
DEBUG/S
Options:
INPUT A MPEG Video-Stream
OUTPUT Output pattern picture filename
START Extract from this frame/gop
END Stop at this frame/gop
MODE MUST be GOP or FRAME, depending what you want to extract.
FOFN First Output Frame Number.
QUIET do NOT print to stdout.
(if it is set, DEBUG take no effect)
DEBUG print some info about the internal process.
Example: mpg2ppm film.mpg pic%d 69 0 GOP (END = 0 mean to the end)
--
Martin McKenzie
email: marty()cadtechnologies.co.uk
web: http://www.cadtechnologies.co.uk
***************************************************************************
(c) 2003 Diego Casorran
=========================
MPEG-2 Decoder
Based on mpeg2decode
Copyright (c) 1996
MPEG Software Simulation Group
The changes made to the original mpeg2decode source core are the follows:
- It extract to PPM format only
- Added methods to dump between frames/GOPs
- Rewrited the proccess_options procedure
- Removed the code to decode P & B frames (this speed up the program!)..
- Added functions imp() and getime()
- ...may others but I dont remember now ;)
I want to thank a lot to Christian Effenberger, for all your notes about how
mpg2ppm must work, without him I was not able to do this...
| |