2001-05-09 05:52:59 +00:00
|
|
|
MPlayer (CVS version) (C) 2000-2001 Arpad Gereoffy (A'rpi/ESP-team)
|
2001-04-19 12:10:18 +00:00
|
|
|
=============================== * See the file AUTHORS for the complete list *
|
2001-04-20 02:45:09 +00:00
|
|
|
http://mplayer.sourceforge.net
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
About:
|
|
|
|
~~~~~~
|
2001-04-20 02:45:09 +00:00
|
|
|
MPlayer is a movie player for LINUX. It plays most mpeg, avi and asf files,
|
|
|
|
supported by many native and win32 DLL codecs. You can watch VCD, DVD and
|
|
|
|
even DivX movies too. The another big feature of mplayer is the wide range
|
|
|
|
of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib,
|
2001-05-10 09:48:03 +00:00
|
|
|
fbdev, AAlib, but you can use SDL (and this way all drivers of SDL) and some
|
2001-04-20 02:45:09 +00:00
|
|
|
lowlevel card-specific drivers (for Matrox/3dfx/SiS) too! Most of them
|
|
|
|
supports software or hardware scaling, so you can enjoy movies in fullscreen.
|
2001-05-06 08:07:51 +00:00
|
|
|
And what about the nice big antialiased shaded subtitles (.sub files) with
|
|
|
|
hungarian, english, cyrillic, czech, korean fonts, and OSD?
|
2001-04-20 02:45:09 +00:00
|
|
|
|
|
|
|
History:
|
|
|
|
~~~~~~~~
|
2001-02-24 20:28:24 +00:00
|
|
|
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...
|
|
|
|
|
2001-04-20 02:45:09 +00:00
|
|
|
- mpg12play v0.1-v0.3:
|
|
|
|
The first try, hacked together in a half hour!
|
|
|
|
I've used libmpeg3 from www.heroinewarrior.com up to the version 0.3,
|
|
|
|
but there were image quality and speed problems with it.
|
|
|
|
- mpg12play v0.5-v0.87:
|
|
|
|
Mpeg codec replaced with DVDview by Dirk Farin, it was a great stuff,
|
|
|
|
but it was slow and was written in C++ (I hate C++!!!)
|
|
|
|
- mpg12play v0.9-v0.95pre5:
|
|
|
|
Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman & Michel Lespinasse.
|
|
|
|
It's great, optimized very fast C code with perfect image quality and
|
|
|
|
100% mpeg standard conformance.
|
|
|
|
- MPlayer v0.3-v0.9:
|
|
|
|
It was a pack of two programs: mpg12playv0.95pre6 and my new simple AVI
|
|
|
|
player 'avip' based on avifile's Win32 DLL loader.
|
|
|
|
- MPlayer v0.10:
|
|
|
|
The mpeg and avi player in a single binary!
|
|
|
|
- MPlayer v0.11:
|
|
|
|
Added .asf file support, and OpenDivX (see www.projectmayo.com) en/decoding.
|
|
|
|
- MPlayer v0.17 "The IdegCounter"
|
|
|
|
The release version of the 0.11pre after 4 months of heavy development!
|
|
|
|
Try it, and be amazed! Thousands of new features added... and of course
|
|
|
|
old code was improved too, bugs removed etc.
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-05-10 09:48:03 +00:00
|
|
|
As you see, I didn't write any codecs, just some players. Instead I spent
|
2001-02-24 20:28:24 +00:00
|
|
|
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
|
2001-05-10 09:48:03 +00:00
|
|
|
windows media player. Even AVI files without index chunk are playable, and
|
|
|
|
you can rebuild their indexes with the -idx option, thus enabling seeking!
|
2001-02-24 20:28:24 +00:00
|
|
|
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?
|
2001-04-20 02:45:09 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~
|
2001-02-24 20:28:24 +00:00
|
|
|
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!
|
2001-05-10 09:48:03 +00:00
|
|
|
It's still under development, but it will be merged and released real soon.
|
2001-02-24 20:28:24 +00:00
|
|
|
BTW he needs some nice skins, if you are a good graphician, contact him!!!
|
|
|
|
|
|
|
|
Supported input formats:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
- VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file
|
2001-04-20 02:45:09 +00:00
|
|
|
- DVD, directly from your DVD disk, using optional libcss for decryption
|
|
|
|
- MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file formats
|
2001-02-24 20:28:24 +00:00
|
|
|
- RIFF AVI file format
|
|
|
|
- ASF 1.0 file format
|
2001-05-04 12:00:28 +00:00
|
|
|
- supports reading from file or stdin
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-04-11 16:44:20 +00:00
|
|
|
Supported audio & video codecs:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2001-05-09 23:41:01 +00:00
|
|
|
*** See http://mplayer.sourceforge.net/DOCS/codecs.html ***
|
|
|
|
*** for the complete list ***
|
2001-04-20 02:45:09 +00:00
|
|
|
|
|
|
|
The most important video codecs:
|
|
|
|
- mpeg1 (VCD) and mpeg2 (DVD) video
|
|
|
|
- DivX, OpenDivX and other MPEG4 variants
|
|
|
|
- Windows Media Video 7 (WMV1) used in .wmv files
|
|
|
|
- Intel Indeo codecs (3.1,3.2,4.1,5.0)
|
|
|
|
- MJPEG, ASV2 and other hardware formats
|
|
|
|
|
|
|
|
The most important audio codecs:
|
|
|
|
- mpeg layer 2, and layer 3 (MP3) audio
|
|
|
|
- AC3 dolby audio
|
2001-04-30 02:16:55 +00:00
|
|
|
- Voxware audio
|
2001-04-20 02:45:09 +00:00
|
|
|
- alaw, msgsm, pcm and other simple old audio formats
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-05-09 23:30:44 +00:00
|
|
|
If you have a codec not listed here, and not supported yet, just
|
2001-05-10 09:48:03 +00:00
|
|
|
read http://mplayer.sourceforge.net/DOCS/codecs.html and DOCS/CODECS
|
|
|
|
to get info about its status and about how to help us adding support for it!
|
2001-04-30 02:16:55 +00:00
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
Supported video output devices:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2001-04-20 02:45:09 +00:00
|
|
|
General:
|
2001-04-11 16:44:20 +00:00
|
|
|
- x11: X11 with SHM extension
|
2001-04-20 02:45:09 +00:00
|
|
|
- xv: X11 using overlays with the Xvideo extension (hardware YUV & scaling)
|
2001-03-12 14:56:55 +00:00
|
|
|
- gl: OpenGL renderer, works only with Utah-GLX! (no DRI or nVidia drivers)
|
2001-04-11 16:44:20 +00:00
|
|
|
- dga: X11 DGA extension
|
|
|
|
- fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!)
|
|
|
|
- fbdev:Output to general framebuffers
|
|
|
|
- svga: Output to SVGAlib
|
2001-04-20 02:45:09 +00:00
|
|
|
- sdl: SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8
|
2001-04-30 02:16:55 +00:00
|
|
|
even support Xvideo (thus hardware rendering) and with >=1.2.0 aalib)
|
2001-05-10 09:48:03 +00:00
|
|
|
- aalib:Textmode rendering (through SDL, native driver is coming soon!)
|
2001-04-20 02:45:09 +00:00
|
|
|
|
|
|
|
Card specific:
|
|
|
|
- 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 !)
|
2001-04-30 02:16:55 +00:00
|
|
|
- syncfb: Matrox G400 YUV support on framebuffer (obsoloted, use mga/xmga)
|
2001-04-11 16:44:20 +00:00
|
|
|
- 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken)
|
2001-04-20 02:45:09 +00:00
|
|
|
|
|
|
|
Special:
|
|
|
|
- png: PNG files output (use -z switch to set compression)
|
2001-04-30 02:16:55 +00:00
|
|
|
- pgm: PGM files output (for testing purposes or ffmpeg encoding)
|
2001-03-12 14:56:55 +00:00
|
|
|
- md5: MD5sum output (for mpeg conformance tests)
|
2001-04-20 02:45:09 +00:00
|
|
|
- odivx:OpenDivX AVI File writer (use -br to set encoding bitrate)
|
|
|
|
- null: Null output (for speed tests/benchmarking)
|
2001-03-12 14:56:55 +00:00
|
|
|
|
2001-04-04 16:47:53 +00:00
|
|
|
NOTE: check DOCS/VIDEOCARDS !
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
Supported audio output devices:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
- OSS driver
|
2001-05-11 13:13:33 +00:00
|
|
|
- ALSA driver with OSS emulation (ALSA >= 0.9 only!)
|
|
|
|
- ESD with the esddsp utility (not tested)
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-04-20 02:45:09 +00:00
|
|
|
NOTE: check DOCS/SOUNDCARDS for details!
|
2001-03-12 14:56:55 +00:00
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
Speed:
|
|
|
|
~~~~~~
|
2001-05-11 13:13:33 +00:00
|
|
|
Most of time-critical parts are optimized for MMX/MMXext/SSE/3DNow!/3DNow!Ex.
|
2001-02-24 20:28:24 +00:00
|
|
|
You can improve rendering speed by setting up MTRR registers, see doc in MTRR.
|
2001-04-20 02:45:09 +00:00
|
|
|
Some *old* benchmark results can be found in the doc file SPEED.
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
Usage:
|
|
|
|
~~~~~~
|
|
|
|
mplayer [options] [-vo driver] [path/]filename
|
|
|
|
|
|
|
|
Options:
|
2001-04-20 02:45:09 +00:00
|
|
|
see `mplayer -h' for options
|
|
|
|
see `mplayer -vo help' for list of available output drivers
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
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
|
2001-04-19 12:10:18 +00:00
|
|
|
o toggle OSD : none / seek / seek+timer
|
|
|
|
/ and * decrease/increase volume
|
|
|
|
m toggle using master/pcm channel for volume setting
|
2001-04-30 02:16:55 +00:00
|
|
|
f toggle fullscreen (only with -vo sdl)
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
Examples:
|
|
|
|
mplayer -vo x11 /mnt/Films/Contact/contact2.mpg
|
|
|
|
mplayer -vcd 2 /dev/cdrom
|
2001-04-30 02:16:55 +00:00
|
|
|
mplayer -afm 3 /mnt/DVDtrailers/alien4.vob
|
2001-04-19 12:10:18 +00:00
|
|
|
mplayer -dvd /dev/dvd /mnt/dvd/matrix.vob
|
2001-05-10 08:21:50 +00:00
|
|
|
mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-04-19 12:10:18 +00:00
|
|
|
Note: in order to use Matrox YUV driver (-vo mga or xmga), first you'll have
|
2001-05-11 13:13:33 +00:00
|
|
|
to load the driver: see DOCS/VIDEOCARDS .
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-05-04 12:00:28 +00:00
|
|
|
Playing from stdin:
|
|
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
Now it's possible.
|
|
|
|
|
|
|
|
To play something by reading from stdin, just use '-' as filename:
|
|
|
|
|
|
|
|
cat test.mpg | mplayer -vo xv -
|
|
|
|
|
|
|
|
Restrictions:
|
|
|
|
mpg: no backward seeking
|
|
|
|
asf: no backward seeking
|
|
|
|
avi: no index reading -> no seeking at all, and playing of some files are
|
|
|
|
+impossible
|
|
|
|
|
|
|
|
No control from controlling terminal/xterm, but hotkeys and osd works
|
|
|
|
from the window. or course LIRC still works everywhere.
|
|
|
|
|
|
|
|
This feature combined with external wrappers extends possibilities.
|
|
|
|
For example, to play a movie just downloaded from your favourite divx
|
|
|
|
server:
|
|
|
|
rar p ast-nssvcd.rar | mplayer -vo xmga -fs -
|
|
|
|
|
|
|
|
With an asf grabber or http dump program you can play from the net.
|
2001-05-05 12:33:27 +00:00
|
|
|
wget ftp://micorsops.com/something.avi -O - | mplayer -
|
|
|
|
|
2001-05-04 12:00:28 +00:00
|
|
|
(however we planned to add direct asf/http/ftp inputs with seeking and other
|
|
|
|
stuff, but for now it's a good workaround)
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
TV output:
|
|
|
|
~~~~~~~~~~
|
2001-04-30 02:16:55 +00:00
|
|
|
If you have a Matrox G400 Dual-Head card, you can watch movies on TV, using
|
|
|
|
the TV-out feature of the second head. Read DOCS/TVout-G400 for details!
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-04-30 02:16:55 +00:00
|
|
|
Sending bugreports, comments, feature requests etc:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2001-02-24 20:28:24 +00:00
|
|
|
First please read all the docs in this package, most of the problems are
|
2001-04-30 02:16:55 +00:00
|
|
|
described somewhere. At least read DOCS/BUGS ! We don't like answering
|
|
|
|
questions which are already answered in this readme or other docs.
|
|
|
|
|
2001-04-30 02:38:41 +00:00
|
|
|
Read the DOCS/MPlayer-FAQ. Most common problems are answered there!
|
2001-04-30 02:16:55 +00:00
|
|
|
|
|
|
|
You should try the latest development version (from CVS) 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:
|
|
|
|
read DOCS/BUGREPORTS for instructions (where, what and how...)
|
|
|
|
|
|
|
|
Subscribe to the mplayer-users mailing list. There are many MPlayer
|
|
|
|
users, maybe they can help or know the solution to your problem.
|
|
|
|
You also should send ideas, feature requests, comments to there!
|
|
|
|
Please do not ask for features already listed in the DOCS/TODO!
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-02-25 22:32:45 +00:00
|
|
|
Contact information:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~
|
2001-02-26 09:36:28 +00:00
|
|
|
Homepage: http://mplayer.sourceforge.net
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
Mailing lists:
|
|
|
|
~~~~~~~~~~~~~~
|
2001-03-14 23:57:36 +00:00
|
|
|
There are some public mailing lists on MPlayer. Subscribing can be achieved on
|
2001-03-05 15:33:10 +00:00
|
|
|
the following addresses:
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-05-10 09:48:03 +00:00
|
|
|
- MPlayer core/hungarian developers list: (HUNGARIAN language ONLY!)
|
|
|
|
http://lists.sourceforge.net/lists/listinfo/mplayer-devel
|
|
|
|
|
|
|
|
- MPlayer developers list: (send your patches here)
|
|
|
|
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
|
|
|
|
|
2001-03-14 23:57:36 +00:00
|
|
|
- MPlayer users list: (send your ideas, bugreports, feature requests here)
|
2001-03-08 18:13:09 +00:00
|
|
|
http://lists.sourceforge.net/lists/listinfo/mplayer-users
|
2001-03-14 23:57:36 +00:00
|
|
|
|
|
|
|
- MPlayer & Matrox G200/G400/G450 users: (about TV-out, mga_vid, syncfb, Xv)
|
|
|
|
http://lists.sourceforge.net/lists/listinfo/mplayer-matrox
|
|
|
|
|
2001-05-15 15:18:15 +00:00
|
|
|
- mpg12play-portable developers:
|
|
|
|
http://lists.sourceforge.net/lists/listinfo/mplayer-mpg12play
|
|
|
|
|
2001-04-30 02:16:55 +00:00
|
|
|
- MPlayer announce: (information about new releases or big changes in CVS)
|
|
|
|
http://lists.sourceforge.net/lists/listinfo/mplayer-announce
|
|
|
|
|
2001-04-19 12:10:18 +00:00
|
|
|
- MPlayer CVS-log: (announce about _every_ CVS commit)
|
2001-03-14 23:57:36 +00:00
|
|
|
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-05-10 09:48:03 +00:00
|
|
|
NOTE: language of above lists are ENGLISH, unless explicitly stated otherwise.
|
|
|
|
Please do not send messages using other language!
|
2001-04-30 02:16:55 +00:00
|
|
|
|
2001-05-11 13:13:33 +00:00
|
|
|
License:
|
2001-04-30 02:16:55 +00:00
|
|
|
~~~~~~~~
|
|
|
|
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).
|
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
Standard Disclaimer:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~
|
2001-04-19 12:10:18 +00:00
|
|
|
Use only at your own risk! There may be errors and inaccuracies that could
|
|
|
|
damage your system or your eye. Proceed with caution, and although this is
|
|
|
|
highly unlikely, we don't take any responsibility for that!
|