Command line video player
Go to file
arpi_esp d386365e1a write cvs date+version into version.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@421 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 22:26:27 +00:00
DOCS ASV2 fixed 2001-04-14 19:28:53 +00:00
TOOLS obsoloted 2001-04-11 23:22:15 +00:00
TVout missing file fixes, removed .OLD files 2001-02-25 17:58:39 +00:00
debian deleted 2001-03-11 20:28:04 +00:00
drivers G400 32MB SDRAM fixed 2001-03-14 16:41:26 +00:00
liba52 Initial revision 2001-02-24 20:28:24 +00:00
libmpeg2 MMX fix (missing emms() in sig11handler) 2001-03-24 18:48:37 +00:00
libvo lots of changes 2001-04-14 21:23:06 +00:00
linux removed redundancy... 2001-03-13 00:13:18 +00:00
loader using expLoadLibraryA instead of LoadLibraryA 2001-04-11 02:11:39 +00:00
mp3lib gcc 3.0 patch by Felix von Leitner 2001-04-07 16:59:51 +00:00
xa Initial revision 2001-02-24 20:28:24 +00:00
.cvsignore added .depend 2001-03-02 21:42:55 +00:00
Makefile codecs.conf support 2001-04-07 21:27:57 +00:00
Makefile.No-DS Makefile.No-DS fixes 2001-04-12 00:52:22 +00:00
alaw.c Initial revision 2001-02-24 20:28:24 +00:00
asfheader.c less, and more informal printfs 2001-04-11 01:38:57 +00:00
aviheader.c sh_audio/sh_video added, general codec cleanup 2001-04-06 01:18:59 +00:00
aviparse.c Initial revision 2001-02-24 20:28:24 +00:00
aviprint.c removed old audio format printfs 2001-04-11 19:25:18 +00:00
aviwrite.c Initial revision 2001-02-24 20:28:24 +00:00
cfg-mplayer-def.h new configfile/cmdline parser 2001-03-19 03:45:49 +00:00
cfg-mplayer.h new fbdev parameters 2001-04-14 21:23:29 +00:00
cfgparser.c less output 2001-04-11 00:17:08 +00:00
cfgparser.h new configfile/cmdline parser 2001-03-19 03:45:49 +00:00
codec-cfg.c missing braces around initializer warning fixed 2001-04-14 21:09:25 +00:00
codec-cfg.h - applied overlay patch by Jens H 2001-04-14 17:55:20 +00:00
codecctrl.c common FIFO code moved to fifo.c 2001-03-16 00:06:50 +00:00
configure small fixes, x11libdir and --disable-x11 works before the detection 2001-04-14 21:16:23 +00:00
dec_audio.c DVD PCM audio support 2001-04-14 15:25:11 +00:00
demux_asf.c small code cleanup, removed unused variables 2001-03-15 19:38:34 +00:00
demux_avi.c sh_audio/sh_video added, general codec cleanup 2001-04-06 01:18:59 +00:00
demux_mpg.c max packetsize changed back to 4096 - solved DVD problems 2001-04-14 03:10:48 +00:00
demuxer.c sh_audio/sh_video added, general codec cleanup 2001-04-06 01:18:59 +00:00
dll_init.c using shmem_alloc instead of malloc 2001-04-14 19:30:52 +00:00
fifo.c common FIFO code moved to fifo.c 2001-03-16 00:06:50 +00:00
help_avp.h less, and more informal printfs 2001-04-11 01:38:57 +00:00
help_mp.h added osd key and fullscreen opts 2001-04-12 00:42:30 +00:00
lirc_mp.c Initial revision 2001-02-24 20:28:24 +00:00
lirc_mp.h Initial revision 2001-02-24 20:28:24 +00:00
mplayer.c more sh_audio/sh_video cleanup, removed has_video 2001-04-14 18:09:46 +00:00
mplayerHQ.c new option: -include 2001-03-19 18:14:21 +00:00
parse_es.c fixed debug printfs 2001-04-14 03:13:48 +00:00
setup.sh debianize... 2001-02-27 01:53:16 +00:00
stheader.h some more fields in sh_video_t 2001-04-14 03:12:48 +00:00
stream.c terrible fatal bug fixed 2001-03-21 03:20:17 +00:00
subreader.c no more garbage! (fixed by laaz) 2001-04-01 19:35:18 +00:00
subreader.h subtitles (.sub files) support 2001-03-30 03:07:45 +00:00
tvision.c Initial revision 2001-02-24 20:28:24 +00:00
vcd_read.h Initial revision 2001-02-24 20:28:24 +00:00
version.h changed to 0.11pre-cvs 2001-02-25 22:51:34 +00:00
version.sh write cvs date+version into version.h 2001-04-14 22:26:27 +00:00
videodev.h Initial revision 2001-02-24 20:28:24 +00:00

DOCS/README

MoviePlayer v0.11        (C) 2000-2001. by Arpad Gereoffy  (A'rpi/ESP-team)
=================           * See the file AUTHORS for the complete list! *

About:
~~~~~~
Yes. Yet another movie player for linux.
What is the special with this? It works, at least for me :)
I've tried lots of players under linux (mtv,xmps,dvdview,livid/oms,VideoLAN,
xine,xanim,avifile,xmmp) but they all have some problem. Mostly with
special files or with audio/video sync. Most of them is unable to play
both mpeg1, mpeg2 and avi (DivX) files. Many players have image quality
or speed problems too. So I've decided to write/modify one...

Short history:
- mpg12play v0.1 has born, using libmpeg3 from www.heroinewarrior.com
- mpg12play 2nd generation (v0.5-), using dvdview by Dirk Farin
- mpg12play 3nd generation (v0.9-), using libmpeg2 (mpeg2dec) by Aaron Holtzman
- mplayer has born, containing mpg12play 0.90pre5 and a new simple avi player
- mplayer 0.10, mpeg and avi player in a single binary
- mplayer 0.11: added .asf file support, and OpenDivX en/decoding

As you see, I didn't write any codecs, just some players. But I spent
a lot of time finding the best way to parse bad damaged input files
(both mpg and avi) and to do perfect A-V sync with seeking ability.
My player is rock solid playing damaged mpeg files (useful for some VCDs),
and it plays bad AVI files which are unplayable with the famous
windows media player. Even AVI files without index chunk are playable!
As you see, stability and quality are the most important things for me,
speed has lower priority, but is still very important.

What about the GUI?
I'm not a GUI programmer. I hate GUIs, I like the pure black 80x25 console.
So the player has only keyboard control from the controlling console/xterm now.
But there is a GUI development for the player, coordinated by Pontscho/Fresh!
It's still under development, but it will be merged and released soon.
BTW he needs some nice skins, if you are a good graphician, contact him!!!

Win32 codecs?
Yes, we are using Win32 (Video for Windows, DirectShow) codecs for AVI/ASF
decoding. They must be installed to the /usr/lib/win32/ directory, with all
lower case. You can grab the codecs package from our homepage, or can be found
in your C:\WINDOWS\SYSTEM\ dir, see codecs.conf for filenames.

Supported input formats:
~~~~~~~~~~~~~~~~~~~~~~~~
- VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file
- MPEG 1/2 System Stream (PS/VOB) and Elementary Stream (ES) file formats
- RIFF AVI file format
- ASF 1.0 file format

Supported audio & video codecs:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
See DOCS/CODECS for complete list.

Supported video output devices:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- mga:	Matrox G200/G400 hardware YUV overlay via the mga_vid device
- xmga:	Matrox G200/G400 overlay (mga_vid) in X11 window
	(Xv emulation on X 3.3.x !)
- syncfb: Matrox G400 YUV support on framebuffer (not tested, maybe broken)
- xv:	X11 using overlays with the Xvideo extension (hardware YUV & scaling)
- x11:	X11 with SHM extension
- gl:	OpenGL renderer, works only with Utah-GLX! (no DRI or nVidia drivers)
- dga:	X11 DGA extension
- fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!)
- sdl:	SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8
        even support Xvideo, thus hardware rendering)
	(NOT supported by us! Don't submit SDL bugreports!)
- fbdev:Output to general framebuffers
- svga: Output to SVGAlib
- null:	Null output (for speed tests/benchmarking)
- 3dfx:	Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken)
- odivx:OpenDivX AVI File writer
- pgm:	PGM file output (for testing purposes)
- md5:	MD5sum output (for mpeg conformance tests)

NOTE: check DOCS/VIDEOCARDS !

Supported audio output devices:                                              
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- OSS driver
- ALSA driver with OSS emulation (NOT recommended, causes annoying delays)
- ESD with the esddsp utility (not tested)

NOTE: check DOCS/SOUNDCARDS !

Speed:
~~~~~~
Most of time-critical parts are optimized for MMX/SSE/3DNow!.
You can improve rendering speed by setting up MTRR registers, see doc in MTRR.
Some benchmark results can be found in the doc file SPEED.

Usage:
~~~~~~
  mplayer [options] [-vo driver] [path/]filename

  Options:
    see  mplayer -h for options
    see  mplayer -vo help for available output drivers

  Keys:
    <-  or  ->      seek backward/forward 10 seconds
    up or down      seek backward/forward 1 minute
    p or SPACE      pause movie (press any key to continue)
    q  or  ^C       stop playing and quit program

  Examples:
    mplayer -vo x11 /mnt/Films/Contact/contact2.mpg
    mplayer -afm 3 /mnt/DVDtrailers/alien4.vob
    mplayer -vcd 2 /dev/cdrom
    mplayer -alsa -abs 65536 -delay -0.4 -nobps ~/movies/test.avi

  Note:  for using Matrox YUV driver (-vo mga or xmga), you have to first
         load the driver: insmod drivers/mga_vid.o

License:                                                                     
~~~~~~~~
Since MPlayer incorporates a lot of code from other projects, this isn't
decided yet.
We're going for GPL (will be pretty hard, though).

TV output:
~~~~~~~~~~
If you have a Matrox G400 Dual-Head card, you can watch movies on TV,
using TV-out feature of the second head. You must have matroxfb support
enabled in your kernel (2.4.x kernels). You don't need X11 for this!
Tested only with PAL TV!

  cd TVout
  ./modules
  ./cloning or ./independ
  ./TV-704x528 (or another TV* script)

Sending bugreports:
~~~~~~~~~~~~~~~~~~~
First please read all the docs in this package, most of the problems are
described somewhere. At least read the Troubleshooting section!
We don't like answering questions which are already answered in this
readme or other docs.
You should try the latest test (pre) release version too, maybe your bug
is already fixed, but the new version hasn't been released.
If you couldn't solve the problem, then send a quality bugreport
via E-Mail to the MPlayer-users list : mplayer-users@lists.sourceforge.net

*NEVER* send attached AVIs, MPEGs, or any big files to this list!!!
Upload them to ftp://thot.banki.hu/incoming , and inform the list about
your upload.

Please include these:
- your kernel version number ('uname -a')
- linux distribution and glibc version  (example: Slackware 7.1 + glibc 2.1.3)
- gcc and binutils version ('gcc -v' and 'as --version')
- your X11 version         (example: X 4.0.2 + DRI snapshot2001jan12)
- video card vendor/model  (example: Matrox G400 MAX AGP)
- CPU vendor and type      (example: Intel Celeron2-566 at 850MHz)

Also include the required logs (as attachment, may be compressed zip/gz/bz2)
depending the problem type (see bellow at Troubleshooting section).

To log output to a file, use the &> shell operator. For example:
  ./configure &>configure.log
  mplayer -v test.avi &>play.log

If we ask you for the file, then you have two choices:
- upload the file to ftp://thot.banki.hu/incoming (at least a few megabytes)
- send the exact URL of the file, and we'll download it soon.

Please do not ask for features already listed in the TODO!

Troubleshooting:
~~~~~~~~~~~~~~~~
1. Please read the docs first...

2. If you have compiling problems:
   - if you are an experienced programmer, please try to fix it, and send
     us the patch
   - if gcc reports problems around inttypes.h, try to copy DOCS/inttypes.h
     to the directory where the error occured. (or upgrade glibc to 2.1/newer)
   - if gcc reports problems around video_out_gl.c, try disabling OpenGL
     support: ./configure --disable-gl (you have broken OpenGL headers/libs)
   - if you are a user, send us a bugreport (see above), including these:
      - output of ./configure
      - output of make dep and make
      - config.h and all of config.mak files
   Note: many users reported that SSE was not detected while running on P3.
   Current stable 2.2.x kernels does NOT support SSE, so you can't use it
   without patches or using the 2.4.x series. (or try latest 2.2.19 or newer)

3. If you have a problem with the player, please run it with -v option, and
   send the output of it, with a detailed description of the problem.
   - can't play AVI files: check that codec .DLL and .ACM files are installed to
     /usr/lib/win32/ and are all lowercase (divxc32.dll instead of DivXc32.DLL)
   
4. If you have a file-specific problem (can't play a special file,
   crashes with it or similar) then please run with -v -v -v (debug level 3).
   Send us the output and the problem description via email bugreport.
   We may ask you to upload the file.
   - if it segfaults with an AVI file with MP3 audio, try with -afm 1 or -afm 4
   - if it's still bad, try with -nosound

5. If you have problem with display driver, please first check the list above,
   many of them isn't yet capable to AVI playing, and some of them are
   untested and/or unfinished.

6. If you have speed problems (too slow playing), then please first check that:
   - you don't use OpenGL driver while have software-only opengl (Utah-GLX
     disabled, or not yet installed, conflicting libs installed, or your
     hardware not supported etc...)
   - you have set up MTRR registers properly (many new cards are really
     slow without setting up MTRR registers. it's NOT done by X 3.3.x! Also,
     there are older K6-2's, which lack MTRR support /stepping=0/).
     Check DOCS/MTRR !
   - you have a fast machine (don't report that your 386 can't play DivX)
   - try with Null output (-vo null) and check CPU usage (first % value)

7. sound-related problems:
   - maybe your card doesn't support 48kHz playback and the movie requires it.
   - try player with the -noalsa option
   - delayed audio with some AVI files: try with -bps or -nobps option!
   - if you experienced delayed audio, try to compensate with -delay or -abs.
     you can specify audio card's buffer size in bytes with -abs option, or
     specify audio delay in seconds (positive/negative float) with -delay
     for example:  mplayer -alsa -delay -0.75 test.avi
                   mplayer -abs 65536 -delay 0.3 test.mpg
   - to play AVI files with VBR MP3 audio use the  -mc 0  option!
   - no sound at all: check that you have working OSS driver (/dev/dsp),
     and it isn't used by another program (for example esd, xmms etc.)
   - use OSS. If the problem persists, use ALSA ;)

8. unsupported codecs (AVI files):
   Check DOCS/CODECS

Contact information:
~~~~~~~~~~~~~~~~~~~~
Homepage:  http://mplayer.sourceforge.net

Mailing lists:
~~~~~~~~~~~~~~
There are some public mailing lists on MPlayer. Subscribing can be achieved on
the following addresses:

- MPlayer users list:  (send your ideas, bugreports, feature requests here)
	http://lists.sourceforge.net/lists/listinfo/mplayer-users

- MPlayer announce:    (information about new releases or big changes in CVS)
	http://lists.sourceforge.net/lists/listinfo/mplayer-announce

- MPlayer & Matrox G200/G400/G450 users: (about TV-out, mga_vid, syncfb, Xv)
	http://lists.sourceforge.net/lists/listinfo/mplayer-matrox

- MPlayer CVS-log:     (announce about _every_ CVS commits)
	http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog

Standard Disclaimer:
~~~~~~~~~~~~~~~~~~~~
Use only at your own risk! There may be errors and inaccuracies that could 
be damaging to your system or your eye. Proceed with caution, and although
this is highly unlikely, I don't take any responsibility for that!