home *** CD-ROM | disk | FTP | other *** search
- MPEG decoder (09-Jan-1995)
- ==========================
-
- Version 1.00 by Søren Lange and Henrik Bjerregaard Pedersen
-
- This is our port of version 2.0 of the Berkeley MPEG-1 decoder.
- We gratefully acknowledge the work of the Computer Science Division-EECS,
- Univ. of Calif. at Berkeley.
-
- This program is Public Domain, and is provided 'as is'. The authors cannot
- accept any liability for any damage or loss of any kind as a result of the
- use of this program.
- You are allowed to copy, distribute and use this program for any
- non-commercial purposes, as long as this file is included unaltered.
-
- Bug report, suggestions (and donations!!!) to
-
- Søren Lange
- Aldershvilevej 113, 1, -1
- DK-2880 Bagsvaerd
- Denmark
- email: lange@pip.dknet.dk
-
- or
-
- Henrik Bjerregaard Pedersen
- Stengaaards Alle 13B
- DK-2800 Lyngby
- Denmark
- email: henrik@login.dknet.dk
-
-
-
- Using the decoder
- -----------------
-
- *MPEGDecode <mpegfile> <directory>
-
- The frames are stored as PPM (P6 24bit RGB), they are not displayed.
- The directory will be created if it doesn't already exist. Frame number N
- is stored as '<directory>.<N DIV4096>.<(N DIV64)MOD64>.<N MOD64>'.
- Eg. frame number 67 will be saved as '<directory>.0.1.3'.
-
-
-
- * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA 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 THE UNIVERSITY OF
- * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * THE UNIVERSITY OF CALIFORNIA 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 THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
- * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
-