Home » Archimedes archive » Archimedes World » AW-1995-10 Disc 2.adf » AW1095_2 » Freeware/MPEGTools/!MPEGplay/!Help
Freeware/MPEGTools/!MPEGplay/!Help
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Archimedes World » AW-1995-10 Disc 2.adf » AW1095_2 |
Filename: | Freeware/MPEGTools/!MPEGplay/!Help |
Read OK: | ✔ |
File size: | 110F bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
MPEG Video Software Decoder (Version 2.1; Feb 1 1995) Lawrence A. Rowe, Ketan Patel, Brian Smith, Steve Smoot, and Eugene Hung Computer Science Division-EECS, Univ. of Calif. at Berkeley RISC OS version 1.0 (Apr 13 1995) Description ----------- This is a port of the MPEG Video Software Decoder, as released by the University of California at Berkeley. The decoder can be used in two ways: 1. After the !MPEGplay directory has been seen by the filer, double clicking on a MPEG file (filetype &BF8, or simply MPEG) will start playback. 2. By means of the !MPEGplay application. After this application has been started, all playback is handled through this program. The main task of !MPEGplay is to provide a quick way of setting the command line options of the decoder. As an extra option, it offers the possibility to enter the preferred screenmode for playback. Double clicking on or dragging a MPEG file to the iconbar icon, will start playback. This version is not optimal though: - Support for RISC OS 3.50 is minimal. It's not possible to enter mode strings yet. As I own a 'humble' RISC OS 3.10 machine, I can't test this. In the future it will be included, of course. - I will soon replace the existing DCT routines in the decoder by faster (ARM coded) routines. - Better support for the Computer Concept's ColourCard and the new improved video hardware of the Risc PCs. I have seen a version for a Risc PC fitted with VRAM, which displayed the MPEG stream by directly writing to VRAM. If people like this idea, it can be included. Note: this port is partly based on the work done by Paul LeBeau. However, his port is dated somewhere in 1993, and I decided it was time for a new version. This was also caused by the fact, that Berkeley has just released the decoder as part of a number of tools: mpegplay - software-only MPEG-1 video decoder mpegencode - software-only MPEG-1 video encoder mpegstat - a bitstream analysis tool mpegblocks - an interactive tool to examine macroblock coding mpegbits - an interactive to examine bit allocation to blocks I'm planning to port all these programs to the Acorn Archimedes/RiscPC platform. I have also the source code of a MPEG sound player. As it's difficult to handle playback of these samples in real-time on a RISC OS machine, I would like to get in touch with people interesting in making this work. This software is FREEWARE. Permission for non-profit distribution of this software is granted, provided it is distributed "as is", without change. For bugs reports, suggestions or reactions: Loek Frederiks Kerkstraat 95/K59 6543 KH Nijmegen Phone +31-80-733218 (home) +31-80-533507 (work) E-mail: loek@xs4all.nl loek@nt.el.utwente.nl frederik@nyhp03.serigate.philips.nl Usage ----- mpegplay [ -nob ] [ -nop ] [ -loop ] [ -start num ] [ -end num ] [ -gamma num ] [ -at xpos,ypos ] [ -leave ] [ file_name ] Options ------- -nob Causes the player to ignore and not display any B frames. -nop Causes the player to ignore and not display any P frames. -loop Makes the player loop back to the beginning after reaching the end. -start num Waits to start display until this frame number (previous frames are parsed). -end num Ends display at this frame number (continues parsing, for no good reason). -gamma num Gamma correction. Raise the luminance component of each pixel to num. -at xpos,ypos Postition the bottom-left corner of the displayed MPEG stream at these coordinates (in OS units). -leave Leave last frame on screen when movie finishes. Notes ----- The player expects video streams only. It can handle multiplexed MPEG streams (video+audio streams) by discarding the audio. Some streams do not end with the proper sequence end code and will probably generate an "Improper sequence end code." error when done playing. This player can play XING data files. Be aware that XING makes no use of temporal redundancy or motion vector information. In other words, they do not use any P or B frames in their streams. Instead, XING data is simply a sequence of I frames. Since I frames take significantly longer to decode, performance of the player using XING data is not representative of the player's ability.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000010 20 20 20 20 20 20 4d 50 45 47 20 56 69 64 65 6f | MPEG Video| 00000020 20 53 6f 66 74 77 61 72 65 20 44 65 63 6f 64 65 | Software Decode| 00000030 72 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |r. | 00000040 20 20 20 20 20 20 20 20 20 28 56 65 72 73 69 6f | (Versio| 00000050 6e 20 32 2e 31 3b 20 46 65 62 20 31 20 31 39 39 |n 2.1; Feb 1 199| 00000060 35 29 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |5). | 00000070 20 20 20 20 20 0a 20 20 4c 61 77 72 65 6e 63 65 | . Lawrence| 00000080 20 41 2e 20 52 6f 77 65 2c 20 4b 65 74 61 6e 20 | A. Rowe, Ketan | 00000090 50 61 74 65 6c 2c 20 42 72 69 61 6e 20 53 6d 69 |Patel, Brian Smi| 000000a0 74 68 2c 20 53 74 65 76 65 20 53 6d 6f 6f 74 2c |th, Steve Smoot,| 000000b0 20 61 6e 64 20 45 75 67 65 6e 65 20 48 75 6e 67 | and Eugene Hung| 000000c0 0a 20 20 20 20 20 20 43 6f 6d 70 75 74 65 72 20 |. Computer | 000000d0 53 63 69 65 6e 63 65 20 44 69 76 69 73 69 6f 6e |Science Division| 000000e0 2d 45 45 43 53 2c 20 55 6e 69 76 2e 20 6f 66 20 |-EECS, Univ. of | 000000f0 43 61 6c 69 66 2e 20 61 74 20 42 65 72 6b 65 6c |Calif. at Berkel| 00000100 65 79 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 |ey.. | 00000110 20 20 20 20 20 20 20 52 49 53 43 20 4f 53 20 76 | RISC OS v| 00000120 65 72 73 69 6f 6e 20 31 2e 30 20 28 41 70 72 20 |ersion 1.0 (Apr | 00000130 31 33 20 31 39 39 35 29 0a 0a 44 65 73 63 72 69 |13 1995)..Descri| 00000140 70 74 69 6f 6e 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |ption.----------| 00000150 2d 0a 0a 54 68 69 73 20 69 73 20 61 20 70 6f 72 |-..This is a por| 00000160 74 20 6f 66 20 74 68 65 20 4d 50 45 47 20 56 69 |t of the MPEG Vi| 00000170 64 65 6f 20 53 6f 66 74 77 61 72 65 20 44 65 63 |deo Software Dec| 00000180 6f 64 65 72 2c 20 61 73 20 72 65 6c 65 61 73 65 |oder, as release| 00000190 64 20 62 79 20 74 68 65 0a 55 6e 69 76 65 72 73 |d by the.Univers| 000001a0 69 74 79 20 6f 66 20 43 61 6c 69 66 6f 72 6e 69 |ity of Californi| 000001b0 61 20 61 74 20 42 65 72 6b 65 6c 65 79 2e 20 54 |a at Berkeley. T| 000001c0 68 65 20 64 65 63 6f 64 65 72 20 63 61 6e 20 62 |he decoder can b| 000001d0 65 20 75 73 65 64 20 69 6e 20 74 77 6f 0a 77 61 |e used in two.wa| 000001e0 79 73 3a 0a 0a 31 2e 20 41 66 74 65 72 20 74 68 |ys:..1. After th| 000001f0 65 20 21 4d 50 45 47 70 6c 61 79 20 64 69 72 65 |e !MPEGplay dire| 00000200 63 74 6f 72 79 20 68 61 73 20 62 65 65 6e 20 73 |ctory has been s| 00000210 65 65 6e 20 62 79 20 74 68 65 20 66 69 6c 65 72 |een by the filer| 00000220 2c 20 64 6f 75 62 6c 65 0a 20 20 20 63 6c 69 63 |, double. clic| 00000230 6b 69 6e 67 20 6f 6e 20 61 20 4d 50 45 47 20 66 |king on a MPEG f| 00000240 69 6c 65 20 28 66 69 6c 65 74 79 70 65 20 26 42 |ile (filetype &B| 00000250 46 38 2c 20 6f 72 20 73 69 6d 70 6c 79 20 4d 50 |F8, or simply MP| 00000260 45 47 29 20 77 69 6c 6c 0a 20 20 20 73 74 61 72 |EG) will. star| 00000270 74 20 70 6c 61 79 62 61 63 6b 2e 0a 0a 32 2e 20 |t playback...2. | 00000280 42 79 20 6d 65 61 6e 73 20 6f 66 20 74 68 65 20 |By means of the | 00000290 21 4d 50 45 47 70 6c 61 79 20 61 70 70 6c 69 63 |!MPEGplay applic| 000002a0 61 74 69 6f 6e 2e 20 41 66 74 65 72 20 74 68 69 |ation. After thi| 000002b0 73 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 68 61 |s application ha| 000002c0 73 20 62 65 65 6e 0a 20 20 20 73 74 61 72 74 65 |s been. starte| 000002d0 64 2c 20 61 6c 6c 20 70 6c 61 79 62 61 63 6b 20 |d, all playback | 000002e0 69 73 20 68 61 6e 64 6c 65 64 20 74 68 72 6f 75 |is handled throu| 000002f0 67 68 20 74 68 69 73 20 70 72 6f 67 72 61 6d 2e |gh this program.| 00000300 20 54 68 65 20 6d 61 69 6e 20 74 61 73 6b 0a 20 | The main task. | 00000310 20 20 6f 66 20 21 4d 50 45 47 70 6c 61 79 20 69 | of !MPEGplay i| 00000320 73 20 74 6f 20 70 72 6f 76 69 64 65 20 61 20 71 |s to provide a q| 00000330 75 69 63 6b 20 77 61 79 20 6f 66 20 73 65 74 74 |uick way of sett| 00000340 69 6e 67 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 |ing the command | 00000350 6c 69 6e 65 0a 20 20 20 6f 70 74 69 6f 6e 73 20 |line. options | 00000360 6f 66 20 74 68 65 20 64 65 63 6f 64 65 72 2e 20 |of the decoder. | 00000370 41 73 20 61 6e 20 65 78 74 72 61 20 6f 70 74 69 |As an extra opti| 00000380 6f 6e 2c 20 69 74 20 6f 66 66 65 72 73 20 74 68 |on, it offers th| 00000390 65 20 70 6f 73 73 69 62 69 6c 69 74 79 0a 20 20 |e possibility. | 000003a0 20 74 6f 20 65 6e 74 65 72 20 74 68 65 20 70 72 | to enter the pr| 000003b0 65 66 65 72 72 65 64 20 73 63 72 65 65 6e 6d 6f |eferred screenmo| 000003c0 64 65 20 66 6f 72 20 70 6c 61 79 62 61 63 6b 2e |de for playback.| 000003d0 20 44 6f 75 62 6c 65 20 63 6c 69 63 6b 69 6e 67 | Double clicking| 000003e0 20 6f 6e 20 6f 72 0a 20 20 20 64 72 61 67 67 69 | on or. draggi| 000003f0 6e 67 20 61 20 4d 50 45 47 20 66 69 6c 65 20 74 |ng a MPEG file t| 00000400 6f 20 74 68 65 20 69 63 6f 6e 62 61 72 20 69 63 |o the iconbar ic| 00000410 6f 6e 2c 20 77 69 6c 6c 20 73 74 61 72 74 20 70 |on, will start p| 00000420 6c 61 79 62 61 63 6b 2e 0a 0a 54 68 69 73 20 76 |layback...This v| 00000430 65 72 73 69 6f 6e 20 69 73 20 6e 6f 74 20 6f 70 |ersion is not op| 00000440 74 69 6d 61 6c 20 74 68 6f 75 67 68 3a 0a 0a 2d |timal though:..-| 00000450 20 53 75 70 70 6f 72 74 20 66 6f 72 20 52 49 53 | Support for RIS| 00000460 43 20 4f 53 20 33 2e 35 30 20 69 73 20 6d 69 6e |C OS 3.50 is min| 00000470 69 6d 61 6c 2e 20 49 74 27 73 20 6e 6f 74 20 70 |imal. It's not p| 00000480 6f 73 73 69 62 6c 65 20 74 6f 20 65 6e 74 65 72 |ossible to enter| 00000490 20 6d 6f 64 65 0a 20 20 73 74 72 69 6e 67 73 20 | mode. strings | 000004a0 79 65 74 2e 20 41 73 20 49 20 6f 77 6e 20 61 20 |yet. As I own a | 000004b0 27 68 75 6d 62 6c 65 27 20 52 49 53 43 20 4f 53 |'humble' RISC OS| 000004c0 20 33 2e 31 30 20 6d 61 63 68 69 6e 65 2c 20 49 | 3.10 machine, I| 000004d0 20 63 61 6e 27 74 20 74 65 73 74 20 74 68 69 73 | can't test this| 000004e0 2e 0a 20 20 49 6e 20 74 68 65 20 66 75 74 75 72 |.. In the futur| 000004f0 65 20 69 74 20 77 69 6c 6c 20 62 65 20 69 6e 63 |e it will be inc| 00000500 6c 75 64 65 64 2c 20 6f 66 20 63 6f 75 72 73 65 |luded, of course| 00000510 2e 0a 0a 2d 20 49 20 77 69 6c 6c 20 73 6f 6f 6e |...- I will soon| 00000520 20 72 65 70 6c 61 63 65 20 74 68 65 20 65 78 69 | replace the exi| 00000530 73 74 69 6e 67 20 44 43 54 20 72 6f 75 74 69 6e |sting DCT routin| 00000540 65 73 20 69 6e 20 74 68 65 20 64 65 63 6f 64 65 |es in the decode| 00000550 72 20 62 79 20 66 61 73 74 65 72 0a 20 20 28 41 |r by faster. (A| 00000560 52 4d 20 63 6f 64 65 64 29 20 72 6f 75 74 69 6e |RM coded) routin| 00000570 65 73 2e 0a 0a 2d 20 42 65 74 74 65 72 20 73 75 |es...- Better su| 00000580 70 70 6f 72 74 20 66 6f 72 20 74 68 65 20 43 6f |pport for the Co| 00000590 6d 70 75 74 65 72 20 43 6f 6e 63 65 70 74 27 73 |mputer Concept's| 000005a0 20 43 6f 6c 6f 75 72 43 61 72 64 20 61 6e 64 20 | ColourCard and | 000005b0 74 68 65 20 6e 65 77 0a 20 20 69 6d 70 72 6f 76 |the new. improv| 000005c0 65 64 20 76 69 64 65 6f 20 68 61 72 64 77 61 72 |ed video hardwar| 000005d0 65 20 6f 66 20 74 68 65 20 52 69 73 63 20 50 43 |e of the Risc PC| 000005e0 73 2e 20 49 20 68 61 76 65 20 73 65 65 6e 20 61 |s. I have seen a| 000005f0 20 76 65 72 73 69 6f 6e 20 66 6f 72 20 61 0a 20 | version for a. | 00000600 20 52 69 73 63 20 50 43 20 66 69 74 74 65 64 20 | Risc PC fitted | 00000610 77 69 74 68 20 56 52 41 4d 2c 20 77 68 69 63 68 |with VRAM, which| 00000620 20 64 69 73 70 6c 61 79 65 64 20 74 68 65 20 4d | displayed the M| 00000630 50 45 47 20 73 74 72 65 61 6d 20 62 79 20 64 69 |PEG stream by di| 00000640 72 65 63 74 6c 79 0a 20 20 77 72 69 74 69 6e 67 |rectly. writing| 00000650 20 74 6f 20 56 52 41 4d 2e 20 49 66 20 70 65 6f | to VRAM. If peo| 00000660 70 6c 65 20 6c 69 6b 65 20 74 68 69 73 20 69 64 |ple like this id| 00000670 65 61 2c 20 69 74 20 63 61 6e 20 62 65 20 69 6e |ea, it can be in| 00000680 63 6c 75 64 65 64 2e 0a 0a 4e 6f 74 65 3a 20 74 |cluded...Note: t| 00000690 68 69 73 20 70 6f 72 74 20 69 73 20 70 61 72 74 |his port is part| 000006a0 6c 79 20 62 61 73 65 64 20 6f 6e 20 74 68 65 20 |ly based on the | 000006b0 77 6f 72 6b 20 64 6f 6e 65 20 62 79 20 50 61 75 |work done by Pau| 000006c0 6c 20 4c 65 42 65 61 75 2e 20 48 6f 77 65 76 65 |l LeBeau. Howeve| 000006d0 72 2c 0a 68 69 73 20 70 6f 72 74 20 69 73 20 64 |r,.his port is d| 000006e0 61 74 65 64 20 73 6f 6d 65 77 68 65 72 65 20 69 |ated somewhere i| 000006f0 6e 20 31 39 39 33 2c 20 61 6e 64 20 49 20 64 65 |n 1993, and I de| 00000700 63 69 64 65 64 20 69 74 20 77 61 73 20 74 69 6d |cided it was tim| 00000710 65 20 66 6f 72 20 61 20 6e 65 77 0a 76 65 72 73 |e for a new.vers| 00000720 69 6f 6e 2e 20 54 68 69 73 20 77 61 73 20 61 6c |ion. This was al| 00000730 73 6f 20 63 61 75 73 65 64 20 62 79 20 74 68 65 |so caused by the| 00000740 20 66 61 63 74 2c 20 74 68 61 74 20 42 65 72 6b | fact, that Berk| 00000750 65 6c 65 79 20 68 61 73 20 6a 75 73 74 20 72 65 |eley has just re| 00000760 6c 65 61 73 65 64 0a 74 68 65 20 64 65 63 6f 64 |leased.the decod| 00000770 65 72 20 61 73 20 70 61 72 74 20 6f 66 20 61 20 |er as part of a | 00000780 6e 75 6d 62 65 72 20 6f 66 20 74 6f 6f 6c 73 3a |number of tools:| 00000790 0a 0a 6d 70 65 67 70 6c 61 79 20 20 20 2d 20 73 |..mpegplay - s| 000007a0 6f 66 74 77 61 72 65 2d 6f 6e 6c 79 20 4d 50 45 |oftware-only MPE| 000007b0 47 2d 31 20 76 69 64 65 6f 20 64 65 63 6f 64 65 |G-1 video decode| 000007c0 72 20 0a 6d 70 65 67 65 6e 63 6f 64 65 20 2d 20 |r .mpegencode - | 000007d0 73 6f 66 74 77 61 72 65 2d 6f 6e 6c 79 20 4d 50 |software-only MP| 000007e0 45 47 2d 31 20 76 69 64 65 6f 20 65 6e 63 6f 64 |EG-1 video encod| 000007f0 65 72 20 0a 6d 70 65 67 73 74 61 74 20 20 20 2d |er .mpegstat -| 00000800 20 61 20 62 69 74 73 74 72 65 61 6d 20 61 6e 61 | a bitstream ana| 00000810 6c 79 73 69 73 20 74 6f 6f 6c 20 0a 6d 70 65 67 |lysis tool .mpeg| 00000820 62 6c 6f 63 6b 73 20 2d 20 61 6e 20 69 6e 74 65 |blocks - an inte| 00000830 72 61 63 74 69 76 65 20 74 6f 6f 6c 20 74 6f 20 |ractive tool to | 00000840 65 78 61 6d 69 6e 65 20 6d 61 63 72 6f 62 6c 6f |examine macroblo| 00000850 63 6b 20 63 6f 64 69 6e 67 0a 6d 70 65 67 62 69 |ck coding.mpegbi| 00000860 74 73 20 20 20 2d 20 61 6e 20 69 6e 74 65 72 61 |ts - an intera| 00000870 63 74 69 76 65 20 74 6f 20 65 78 61 6d 69 6e 65 |ctive to examine| 00000880 20 62 69 74 20 61 6c 6c 6f 63 61 74 69 6f 6e 20 | bit allocation | 00000890 74 6f 20 62 6c 6f 63 6b 73 0a 0a 49 27 6d 20 70 |to blocks..I'm p| 000008a0 6c 61 6e 6e 69 6e 67 20 74 6f 20 70 6f 72 74 20 |lanning to port | 000008b0 61 6c 6c 20 74 68 65 73 65 20 70 72 6f 67 72 61 |all these progra| 000008c0 6d 73 20 74 6f 20 74 68 65 20 41 63 6f 72 6e 20 |ms to the Acorn | 000008d0 41 72 63 68 69 6d 65 64 65 73 2f 52 69 73 63 50 |Archimedes/RiscP| 000008e0 43 0a 70 6c 61 74 66 6f 72 6d 2e 20 49 20 68 61 |C.platform. I ha| 000008f0 76 65 20 61 6c 73 6f 20 74 68 65 20 73 6f 75 72 |ve also the sour| 00000900 63 65 20 63 6f 64 65 20 6f 66 20 61 20 4d 50 45 |ce code of a MPE| 00000910 47 20 73 6f 75 6e 64 20 70 6c 61 79 65 72 2e 20 |G sound player. | 00000920 41 73 20 69 74 27 73 0a 64 69 66 66 69 63 75 6c |As it's.difficul| 00000930 74 20 74 6f 20 68 61 6e 64 6c 65 20 70 6c 61 79 |t to handle play| 00000940 62 61 63 6b 20 6f 66 20 74 68 65 73 65 20 73 61 |back of these sa| 00000950 6d 70 6c 65 73 20 69 6e 20 72 65 61 6c 2d 74 69 |mples in real-ti| 00000960 6d 65 20 6f 6e 20 61 20 52 49 53 43 20 4f 53 0a |me on a RISC OS.| 00000970 6d 61 63 68 69 6e 65 2c 20 49 20 77 6f 75 6c 64 |machine, I would| 00000980 20 6c 69 6b 65 20 74 6f 20 67 65 74 20 69 6e 20 | like to get in | 00000990 74 6f 75 63 68 20 77 69 74 68 20 70 65 6f 70 6c |touch with peopl| 000009a0 65 20 69 6e 74 65 72 65 73 74 69 6e 67 20 69 6e |e interesting in| 000009b0 20 6d 61 6b 69 6e 67 0a 74 68 69 73 20 77 6f 72 | making.this wor| 000009c0 6b 2e 0a 0a 54 68 69 73 20 73 6f 66 74 77 61 72 |k...This softwar| 000009d0 65 20 69 73 20 46 52 45 45 57 41 52 45 2e 20 50 |e is FREEWARE. P| 000009e0 65 72 6d 69 73 73 69 6f 6e 20 66 6f 72 20 6e 6f |ermission for no| 000009f0 6e 2d 70 72 6f 66 69 74 20 64 69 73 74 72 69 62 |n-profit distrib| 00000a00 75 74 69 6f 6e 20 6f 66 20 74 68 69 73 0a 73 6f |ution of this.so| 00000a10 66 74 77 61 72 65 20 69 73 20 67 72 61 6e 74 65 |ftware is grante| 00000a20 64 2c 20 70 72 6f 76 69 64 65 64 20 69 74 20 69 |d, provided it i| 00000a30 73 20 64 69 73 74 72 69 62 75 74 65 64 20 22 61 |s distributed "a| 00000a40 73 20 69 73 22 2c 20 77 69 74 68 6f 75 74 20 63 |s is", without c| 00000a50 68 61 6e 67 65 2e 0a 0a 46 6f 72 20 62 75 67 73 |hange...For bugs| 00000a60 20 72 65 70 6f 72 74 73 2c 20 73 75 67 67 65 73 | reports, sugges| 00000a70 74 69 6f 6e 73 20 6f 72 20 72 65 61 63 74 69 6f |tions or reactio| 00000a80 6e 73 3a 0a 0a 4c 6f 65 6b 20 46 72 65 64 65 72 |ns:..Loek Freder| 00000a90 69 6b 73 0a 4b 65 72 6b 73 74 72 61 61 74 20 39 |iks.Kerkstraat 9| 00000aa0 35 2f 4b 35 39 0a 36 35 34 33 20 4b 48 20 4e 69 |5/K59.6543 KH Ni| 00000ab0 6a 6d 65 67 65 6e 0a 0a 50 68 6f 6e 65 20 20 2b |jmegen..Phone +| 00000ac0 33 31 2d 38 30 2d 37 33 33 32 31 38 20 28 68 6f |31-80-733218 (ho| 00000ad0 6d 65 29 0a 20 20 20 20 20 20 20 2b 33 31 2d 38 |me). +31-8| 00000ae0 30 2d 35 33 33 35 30 37 20 28 77 6f 72 6b 29 0a |0-533507 (work).| 00000af0 0a 45 2d 6d 61 69 6c 3a 20 6c 6f 65 6b 40 78 73 |.E-mail: loek@xs| 00000b00 34 61 6c 6c 2e 6e 6c 0a 20 20 20 20 20 20 20 20 |4all.nl. | 00000b10 6c 6f 65 6b 40 6e 74 2e 65 6c 2e 75 74 77 65 6e |loek@nt.el.utwen| 00000b20 74 65 2e 6e 6c 0a 20 20 20 20 20 20 20 20 66 72 |te.nl. fr| 00000b30 65 64 65 72 69 6b 40 6e 79 68 70 30 33 2e 73 65 |ederik@nyhp03.se| 00000b40 72 69 67 61 74 65 2e 70 68 69 6c 69 70 73 2e 6e |rigate.philips.n| 00000b50 6c 0a 0a 55 73 61 67 65 0a 2d 2d 2d 2d 2d 0a 0a |l..Usage.-----..| 00000b60 6d 70 65 67 70 6c 61 79 20 5b 20 2d 6e 6f 62 20 |mpegplay [ -nob | 00000b70 5d 20 5b 20 2d 6e 6f 70 20 5d 20 5b 20 2d 6c 6f |] [ -nop ] [ -lo| 00000b80 6f 70 20 5d 20 5b 20 2d 73 74 61 72 74 20 6e 75 |op ] [ -start nu| 00000b90 6d 20 5d 20 5b 20 2d 65 6e 64 20 6e 75 6d 20 5d |m ] [ -end num ]| 00000ba0 0a 20 20 20 20 20 20 20 20 20 5b 20 2d 67 61 6d |. [ -gam| 00000bb0 6d 61 20 6e 75 6d 20 5d 20 5b 20 2d 61 74 20 78 |ma num ] [ -at x| 00000bc0 70 6f 73 2c 79 70 6f 73 20 5d 20 5b 20 2d 6c 65 |pos,ypos ] [ -le| 00000bd0 61 76 65 20 5d 20 5b 20 66 69 6c 65 5f 6e 61 6d |ave ] [ file_nam| 00000be0 65 20 5d 0a 0a 4f 70 74 69 6f 6e 73 0a 2d 2d 2d |e ]..Options.---| 00000bf0 2d 2d 2d 2d 0a 0a 2d 6e 6f 62 0a 0a 43 61 75 73 |----..-nob..Caus| 00000c00 65 73 20 74 68 65 20 70 6c 61 79 65 72 20 74 6f |es the player to| 00000c10 20 69 67 6e 6f 72 65 20 61 6e 64 20 6e 6f 74 20 | ignore and not | 00000c20 64 69 73 70 6c 61 79 20 61 6e 79 20 42 20 66 72 |display any B fr| 00000c30 61 6d 65 73 2e 0a 0a 2d 6e 6f 70 0a 0a 43 61 75 |ames...-nop..Cau| 00000c40 73 65 73 20 74 68 65 20 70 6c 61 79 65 72 20 74 |ses the player t| 00000c50 6f 20 69 67 6e 6f 72 65 20 61 6e 64 20 6e 6f 74 |o ignore and not| 00000c60 20 64 69 73 70 6c 61 79 20 61 6e 79 20 50 20 66 | display any P f| 00000c70 72 61 6d 65 73 2e 0a 0a 2d 6c 6f 6f 70 0a 0a 4d |rames...-loop..M| 00000c80 61 6b 65 73 20 74 68 65 20 70 6c 61 79 65 72 20 |akes the player | 00000c90 6c 6f 6f 70 20 62 61 63 6b 20 74 6f 20 74 68 65 |loop back to the| 00000ca0 20 62 65 67 69 6e 6e 69 6e 67 20 61 66 74 65 72 | beginning after| 00000cb0 20 72 65 61 63 68 69 6e 67 20 74 68 65 20 65 6e | reaching the en| 00000cc0 64 2e 0a 0a 2d 73 74 61 72 74 20 6e 75 6d 0a 0a |d...-start num..| 00000cd0 57 61 69 74 73 20 74 6f 20 73 74 61 72 74 20 64 |Waits to start d| 00000ce0 69 73 70 6c 61 79 20 75 6e 74 69 6c 20 74 68 69 |isplay until thi| 00000cf0 73 20 66 72 61 6d 65 20 6e 75 6d 62 65 72 20 28 |s frame number (| 00000d00 70 72 65 76 69 6f 75 73 20 66 72 61 6d 65 73 20 |previous frames | 00000d10 61 72 65 20 70 61 72 73 65 64 29 2e 0a 0a 2d 65 |are parsed)...-e| 00000d20 6e 64 20 6e 75 6d 0a 0a 45 6e 64 73 20 64 69 73 |nd num..Ends dis| 00000d30 70 6c 61 79 20 61 74 20 74 68 69 73 20 66 72 61 |play at this fra| 00000d40 6d 65 20 6e 75 6d 62 65 72 20 28 63 6f 6e 74 69 |me number (conti| 00000d50 6e 75 65 73 20 70 61 72 73 69 6e 67 2c 20 66 6f |nues parsing, fo| 00000d60 72 20 6e 6f 20 67 6f 6f 64 20 72 65 61 73 6f 6e |r no good reason| 00000d70 29 2e 0a 0a 2d 67 61 6d 6d 61 20 6e 75 6d 0a 0a |)...-gamma num..| 00000d80 47 61 6d 6d 61 20 63 6f 72 72 65 63 74 69 6f 6e |Gamma correction| 00000d90 2e 20 52 61 69 73 65 20 74 68 65 20 6c 75 6d 69 |. Raise the lumi| 00000da0 6e 61 6e 63 65 20 63 6f 6d 70 6f 6e 65 6e 74 20 |nance component | 00000db0 6f 66 20 65 61 63 68 20 70 69 78 65 6c 20 74 6f |of each pixel to| 00000dc0 20 6e 75 6d 2e 0a 0a 2d 61 74 20 78 70 6f 73 2c | num...-at xpos,| 00000dd0 79 70 6f 73 0a 0a 50 6f 73 74 69 74 69 6f 6e 20 |ypos..Postition | 00000de0 74 68 65 20 62 6f 74 74 6f 6d 2d 6c 65 66 74 20 |the bottom-left | 00000df0 63 6f 72 6e 65 72 20 6f 66 20 74 68 65 20 64 69 |corner of the di| 00000e00 73 70 6c 61 79 65 64 20 4d 50 45 47 20 73 74 72 |splayed MPEG str| 00000e10 65 61 6d 20 61 74 20 74 68 65 73 65 0a 63 6f 6f |eam at these.coo| 00000e20 72 64 69 6e 61 74 65 73 20 28 69 6e 20 4f 53 20 |rdinates (in OS | 00000e30 75 6e 69 74 73 29 2e 0a 0a 2d 6c 65 61 76 65 0a |units)...-leave.| 00000e40 0a 4c 65 61 76 65 20 6c 61 73 74 20 66 72 61 6d |.Leave last fram| 00000e50 65 20 6f 6e 20 73 63 72 65 65 6e 20 77 68 65 6e |e on screen when| 00000e60 20 6d 6f 76 69 65 20 66 69 6e 69 73 68 65 73 2e | movie finishes.| 00000e70 0a 0a 4e 6f 74 65 73 0a 2d 2d 2d 2d 2d 0a 0a 54 |..Notes.-----..T| 00000e80 68 65 20 70 6c 61 79 65 72 20 65 78 70 65 63 74 |he player expect| 00000e90 73 20 76 69 64 65 6f 20 73 74 72 65 61 6d 73 20 |s video streams | 00000ea0 6f 6e 6c 79 2e 20 49 74 20 63 61 6e 20 68 61 6e |only. It can han| 00000eb0 64 6c 65 20 6d 75 6c 74 69 70 6c 65 78 65 64 20 |dle multiplexed | 00000ec0 4d 50 45 47 0a 73 74 72 65 61 6d 73 20 28 76 69 |MPEG.streams (vi| 00000ed0 64 65 6f 2b 61 75 64 69 6f 20 73 74 72 65 61 6d |deo+audio stream| 00000ee0 73 29 20 62 79 20 64 69 73 63 61 72 64 69 6e 67 |s) by discarding| 00000ef0 20 74 68 65 20 61 75 64 69 6f 2e 0a 0a 53 6f 6d | the audio...Som| 00000f00 65 20 73 74 72 65 61 6d 73 20 64 6f 20 6e 6f 74 |e streams do not| 00000f10 20 65 6e 64 20 77 69 74 68 20 74 68 65 20 70 72 | end with the pr| 00000f20 6f 70 65 72 20 73 65 71 75 65 6e 63 65 20 65 6e |oper sequence en| 00000f30 64 20 63 6f 64 65 20 61 6e 64 20 77 69 6c 6c 20 |d code and will | 00000f40 70 72 6f 62 61 62 6c 79 0a 67 65 6e 65 72 61 74 |probably.generat| 00000f50 65 20 61 6e 20 22 49 6d 70 72 6f 70 65 72 20 73 |e an "Improper s| 00000f60 65 71 75 65 6e 63 65 20 65 6e 64 20 63 6f 64 65 |equence end code| 00000f70 2e 22 20 65 72 72 6f 72 20 77 68 65 6e 20 64 6f |." error when do| 00000f80 6e 65 20 70 6c 61 79 69 6e 67 2e 0a 0a 54 68 69 |ne playing...Thi| 00000f90 73 20 70 6c 61 79 65 72 20 63 61 6e 20 70 6c 61 |s player can pla| 00000fa0 79 20 58 49 4e 47 20 64 61 74 61 20 66 69 6c 65 |y XING data file| 00000fb0 73 2e 20 42 65 20 61 77 61 72 65 20 74 68 61 74 |s. Be aware that| 00000fc0 20 58 49 4e 47 20 6d 61 6b 65 73 20 6e 6f 20 75 | XING makes no u| 00000fd0 73 65 20 6f 66 0a 74 65 6d 70 6f 72 61 6c 20 72 |se of.temporal r| 00000fe0 65 64 75 6e 64 61 6e 63 79 20 6f 72 20 6d 6f 74 |edundancy or mot| 00000ff0 69 6f 6e 20 76 65 63 74 6f 72 20 69 6e 66 6f 72 |ion vector infor| 00001000 6d 61 74 69 6f 6e 2e 20 49 6e 20 6f 74 68 65 72 |mation. In other| 00001010 20 77 6f 72 64 73 2c 20 74 68 65 79 20 64 6f 0a | words, they do.| 00001020 6e 6f 74 20 75 73 65 20 61 6e 79 20 50 20 6f 72 |not use any P or| 00001030 20 42 20 66 72 61 6d 65 73 20 69 6e 20 74 68 65 | B frames in the| 00001040 69 72 20 20 73 74 72 65 61 6d 73 2e 20 49 6e 73 |ir streams. Ins| 00001050 74 65 61 64 2c 20 58 49 4e 47 20 64 61 74 61 20 |tead, XING data | 00001060 69 73 20 73 69 6d 70 6c 79 20 61 0a 73 65 71 75 |is simply a.sequ| 00001070 65 6e 63 65 20 6f 66 20 49 20 66 72 61 6d 65 73 |ence of I frames| 00001080 2e 20 53 69 6e 63 65 20 49 20 66 72 61 6d 65 73 |. Since I frames| 00001090 20 74 61 6b 65 20 73 69 67 6e 69 66 69 63 61 6e | take significan| 000010a0 74 6c 79 20 6c 6f 6e 67 65 72 20 74 6f 20 64 65 |tly longer to de| 000010b0 63 6f 64 65 2c 0a 70 65 72 66 6f 72 6d 61 6e 63 |code,.performanc| 000010c0 65 20 6f 66 20 74 68 65 20 70 6c 61 79 65 72 20 |e of the player | 000010d0 75 73 69 6e 67 20 58 49 4e 47 20 64 61 74 61 20 |using XING data | 000010e0 69 73 20 6e 6f 74 20 72 65 70 72 65 73 65 6e 74 |is not represent| 000010f0 61 74 69 76 65 20 6f 66 20 74 68 65 0a 70 6c 61 |ative of the.pla| 00001100 79 65 72 27 73 20 61 62 69 6c 69 74 79 2e 0a |yer's ability..| 0000110f