733
|
1 MPlayer (CVS version) (C) 2000-2001 Arpad Gereoffy (A'rpi/ESP-team)
|
522
|
2 =============================== * See the file AUTHORS for the complete list *
|
540
|
3 http://mplayer.sourceforge.net
|
1
|
4
|
|
5 About:
|
|
6 ~~~~~~
|
907
|
7 MPlayer is a movie player for LINUX. It plays most MPEG, AVI and ASF files,
|
|
8 supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even
|
860
|
9 DivX movies too. The another big feature of mplayer is the wide range of
|
|
10 supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev,
|
|
11 AAlib, but you can use SDL (and this way all drivers of SDL) and some lowlevel
|
|
12 card-specific drivers (for Matrox/3dfx/SiS) too! Most of them supports software
|
|
13 or hardware scaling, so you can enjoy movies in fullscreen. And what about the
|
943
|
14 nice big antialiased shaded subtitles (7 supported types!!!) with hungarian,
|
860
|
15 english, cyrillic, czech, korean fonts, and OSD?
|
540
|
16
|
|
17 History:
|
|
18 ~~~~~~~~
|
1
|
19 Yes. Yet another movie player for linux.
|
|
20 What is the special with this? It works, at least for me :)
|
|
21 I've tried lots of players under linux (mtv,xmps,dvdview,livid/oms,VideoLAN,
|
|
22 xine,xanim,avifile,xmmp) but they all have some problem. Mostly with
|
|
23 special files or with audio/video sync. Most of them is unable to play
|
907
|
24 both MPEG1, MPEG2 and AVI (DivX) files. Many players have image quality
|
1
|
25 or speed problems too. So I've decided to write/modify one...
|
|
26
|
540
|
27 - mpg12play v0.1-v0.3:
|
|
28 The first try, hacked together in a half hour!
|
|
29 I've used libmpeg3 from www.heroinewarrior.com up to the version 0.3,
|
|
30 but there were image quality and speed problems with it.
|
|
31 - mpg12play v0.5-v0.87:
|
|
32 Mpeg codec replaced with DVDview by Dirk Farin, it was a great stuff,
|
|
33 but it was slow and was written in C++ (I hate C++!!!)
|
|
34 - mpg12play v0.9-v0.95pre5:
|
|
35 Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman & Michel Lespinasse.
|
|
36 It's great, optimized very fast C code with perfect image quality and
|
907
|
37 100% MPEG standard conformance.
|
540
|
38 - MPlayer v0.3-v0.9:
|
|
39 It was a pack of two programs: mpg12playv0.95pre6 and my new simple AVI
|
|
40 player 'avip' based on avifile's Win32 DLL loader.
|
|
41 - MPlayer v0.10:
|
907
|
42 The MPEG and AVI player in a single binary!
|
540
|
43 - MPlayer v0.11:
|
907
|
44 Added .ASF file support, and OpenDivX (see www.projectmayo.com) en/decoding.
|
540
|
45 - MPlayer v0.17 "The IdegCounter"
|
|
46 The release version of the 0.11pre after 4 months of heavy development!
|
|
47 Try it, and be amazed! Thousands of new features added... and of course
|
|
48 old code was improved too, bugs removed etc.
|
1
|
49
|
749
|
50 As you see, I didn't write any codecs, just some players. Instead I spent
|
1
|
51 a lot of time finding the best way to parse bad damaged input files
|
907
|
52 (both MPEG and AVI) and to do perfect A-V sync with seeking ability.
|
|
53 My player is rock solid playing damaged MPEG files (useful for some VCDs),
|
1
|
54 and it plays bad AVI files which are unplayable with the famous
|
749
|
55 windows media player. Even AVI files without index chunk are playable, and
|
|
56 you can rebuild their indexes with the -idx option, thus enabling seeking!
|
1
|
57 As you see, stability and quality are the most important things for me,
|
907
|
58 but the speed is also amazing.
|
1
|
59
|
|
60 What about the GUI?
|
540
|
61 ~~~~~~~~~~~~~~~~~~~
|
1
|
62 I'm not a GUI programmer. I hate GUIs, I like the pure black 80x25 console.
|
|
63 So the player has only keyboard control from the controlling console/xterm now.
|
907
|
64 There is a GUI development for the player, coordinated by Pontscho/Fresh!
|
749
|
65 It's still under development, but it will be merged and released real soon.
|
1
|
66 BTW he needs some nice skins, if you are a good graphician, contact him!!!
|
|
67
|
|
68 Supported input formats:
|
|
69 ~~~~~~~~~~~~~~~~~~~~~~~~
|
|
70 - VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file
|
540
|
71 - DVD, directly from your DVD disk, using optional libcss for decryption
|
|
72 - MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file formats
|
1
|
73 - RIFF AVI file format
|
|
74 - ASF 1.0 file format
|
693
|
75 - supports reading from file or stdin
|
1
|
76
|
352
|
77 Supported audio & video codecs:
|
|
78 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
745
|
79 *** See http://mplayer.sourceforge.net/DOCS/codecs.html ***
|
|
80 *** for the complete list ***
|
540
|
81
|
|
82 The most important video codecs:
|
907
|
83 - MPEG1 (VCD) and MPEG2 (DVD) video
|
540
|
84 - DivX, OpenDivX and other MPEG4 variants
|
|
85 - Windows Media Video 7 (WMV1) used in .wmv files
|
|
86 - Intel Indeo codecs (3.1,3.2,4.1,5.0)
|
|
87 - MJPEG, ASV2 and other hardware formats
|
|
88
|
|
89 The most important audio codecs:
|
907
|
90 - MPEG layer 2, and layer 3 (MP3) audio
|
540
|
91 - AC3 dolby audio
|
670
|
92 - Voxware audio
|
540
|
93 - alaw, msgsm, pcm and other simple old audio formats
|
1
|
94
|
744
|
95 If you have a codec not listed here, and not supported yet, just
|
749
|
96 read http://mplayer.sourceforge.net/DOCS/codecs.html and DOCS/CODECS
|
|
97 to get info about its status and about how to help us adding support for it!
|
670
|
98
|
1
|
99 Supported video output devices:
|
|
100 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
540
|
101 General:
|
|
102 - x11: X11 with SHM extension
|
|
103 - xv: X11 using overlays with the Xvideo extension (hardware YUV & scaling)
|
908
|
104 - gl: OpenGL renderer, so far works only with :
|
|
105 - all cards with Utah-GLX
|
|
106 - Matrox cards with X/DRI >=4.0.3
|
|
107 - Radeon with X/DRI CVS
|
540
|
108 - dga: X11 DGA extension
|
|
109 - fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!)
|
|
110 - fbdev:Output to general framebuffers
|
|
111 - svga: Output to SVGAlib
|
|
112 - sdl: SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8
|
670
|
113 even support Xvideo (thus hardware rendering) and with >=1.2.0 aalib)
|
749
|
114 - aalib:Textmode rendering (through SDL, native driver is coming soon!)
|
540
|
115
|
|
116 Card specific:
|
96
|
117 - mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device
|
|
118 - xmga: Matrox G200/G400 overlay (mga_vid) in X11 window
|
1
|
119 (Xv emulation on X 3.3.x !)
|
907
|
120 - syncfb: Matrox G400 YUV support on framebuffer (obsoleted, use mga/xmga)
|
540
|
121 - 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken)
|
|
122
|
|
123 Special:
|
|
124 - png: PNG files output (use -z switch to set compression)
|
670
|
125 - pgm: PGM files output (for testing purposes or ffmpeg encoding)
|
907
|
126 - md5: MD5sum output (for MPEG conformance tests)
|
540
|
127 - odivx:OpenDivX AVI File writer (use -br to set encoding bitrate)
|
352
|
128 - null: Null output (for speed tests/benchmarking)
|
96
|
129
|
281
|
130 NOTE: check DOCS/VIDEOCARDS !
|
1
|
131
|
|
132 Supported audio output devices:
|
|
133 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
134 - OSS driver
|
764
|
135 - ALSA driver with OSS emulation (ALSA >= 0.9 only!)
|
|
136 - ESD with the esddsp utility (not tested)
|
1
|
137
|
540
|
138 NOTE: check DOCS/SOUNDCARDS for details!
|
96
|
139
|
1
|
140 Speed:
|
|
141 ~~~~~~
|
764
|
142 Most of time-critical parts are optimized for MMX/MMXext/SSE/3DNow!/3DNow!Ex.
|
1
|
143 You can improve rendering speed by setting up MTRR registers, see doc in MTRR.
|
907
|
144 Some *old* benchmark results can be found in the file DOCS/SPEED.
|
1
|
145
|
|
146 Usage:
|
|
147 ~~~~~~
|
|
148 mplayer [options] [-vo driver] [path/]filename
|
|
149
|
|
150 Options:
|
540
|
151 see `mplayer -h' for options
|
|
152 see `mplayer -vo help' for list of available output drivers
|
1
|
153
|
|
154 Keys:
|
|
155 <- or -> seek backward/forward 10 seconds
|
|
156 up or down seek backward/forward 1 minute
|
|
157 p or SPACE pause movie (press any key to continue)
|
|
158 q or ^C stop playing and quit program
|
522
|
159 o toggle OSD : none / seek / seek+timer
|
|
160 / and * decrease/increase volume
|
|
161 m toggle using master/pcm channel for volume setting
|
670
|
162 f toggle fullscreen (only with -vo sdl)
|
1
|
163
|
|
164 Examples:
|
|
165 mplayer -vo x11 /mnt/Films/Contact/contact2.mpg
|
670
|
166 mplayer -vcd 2 /dev/cdrom
|
1
|
167 mplayer -afm 3 /mnt/DVDtrailers/alien4.vob
|
522
|
168 mplayer -dvd /dev/dvd /mnt/dvd/matrix.vob
|
747
|
169 mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi
|
1
|
170
|
522
|
171 Note: in order to use Matrox YUV driver (-vo mga or xmga), first you'll have
|
764
|
172 to load the driver: see DOCS/VIDEOCARDS .
|
1
|
173
|
693
|
174 Playing from stdin:
|
|
175 ~~~~~~~~~~~~~~~~~~~
|
|
176 Now it's possible.
|
|
177
|
|
178 To play something by reading from stdin, just use '-' as filename:
|
|
179
|
|
180 cat test.mpg | mplayer -vo xv -
|
|
181
|
|
182 Restrictions:
|
|
183 mpg: no backward seeking
|
|
184 asf: no backward seeking
|
|
185 avi: no index reading -> no seeking at all, and playing of some files are
|
|
186 +impossible
|
|
187
|
|
188 No control from controlling terminal/xterm, but hotkeys and osd works
|
|
189 from the window. or course LIRC still works everywhere.
|
|
190
|
|
191 This feature combined with external wrappers extends possibilities.
|
|
192 For example, to play a movie just downloaded from your favourite divx
|
|
193 server:
|
|
194 rar p ast-nssvcd.rar | mplayer -vo xmga -fs -
|
|
195
|
907
|
196 With an ASF grabber or http dump program you can play from the net.
|
694
|
197 wget ftp://micorsops.com/something.avi -O - | mplayer -
|
|
198
|
907
|
199 (however we planned to add direct ASF/http/ftp inputs with seeking and other
|
693
|
200 stuff, but for now it's a good workaround)
|
|
201
|
1
|
202 TV output:
|
|
203 ~~~~~~~~~~
|
670
|
204 If you have a Matrox G400 Dual-Head card, you can watch movies on TV, using
|
|
205 the TV-out feature of the second head. Read DOCS/TVout-G400 for details!
|
1
|
206
|
670
|
207 Sending bugreports, comments, feature requests etc:
|
|
208 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
209 First please read all the docs in this package, most of the problems are
|
|
210 described somewhere. At least read DOCS/BUGS ! We don't like answering
|
|
211 questions which are already answered in this readme or other docs.
|
1
|
212
|
674
|
213 Read the DOCS/MPlayer-FAQ. Most common problems are answered there!
|
1
|
214
|
670
|
215 You should try the latest development version (from CVS) too, maybe your
|
|
216 bug is already fixed, but the new version hasn't been released.
|
|
217 If you couldn't solve the problem, then send a quality bugreport:
|
|
218 read DOCS/BUGREPORTS for instructions (where, what and how...)
|
1
|
219
|
670
|
220 Subscribe to the mplayer-users mailing list. There are many MPlayer
|
|
221 users, maybe they can help or know the solution to your problem.
|
|
222 You also should send ideas, feature requests, comments to there!
|
|
223 Please do not ask for features already listed in the DOCS/TODO!
|
1
|
224
|
6
|
225 Contact information:
|
|
226 ~~~~~~~~~~~~~~~~~~~~
|
10
|
227 Homepage: http://mplayer.sourceforge.net
|
1
|
228
|
|
229 Mailing lists:
|
|
230 ~~~~~~~~~~~~~~
|
107
|
231 There are some public mailing lists on MPlayer. Subscribing can be achieved on
|
40
|
232 the following addresses:
|
1
|
233
|
749
|
234 - MPlayer core/hungarian developers list: (HUNGARIAN language ONLY!)
|
|
235 http://lists.sourceforge.net/lists/listinfo/mplayer-devel
|
|
236
|
|
237 - MPlayer developers list: (send your patches here)
|
|
238 http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
|
|
239
|
107
|
240 - MPlayer users list: (send your ideas, bugreports, feature requests here)
|
60
|
241 http://lists.sourceforge.net/lists/listinfo/mplayer-users
|
107
|
242
|
670
|
243 - MPlayer & Matrox G200/G400/G450 users: (about TV-out, mga_vid, syncfb, Xv)
|
|
244 http://lists.sourceforge.net/lists/listinfo/mplayer-matrox
|
|
245
|
806
|
246 - mpg12play-portable developers:
|
|
247 http://lists.sourceforge.net/lists/listinfo/mplayer-mpg12play
|
|
248
|
107
|
249 - MPlayer announce: (information about new releases or big changes in CVS)
|
60
|
250 http://lists.sourceforge.net/lists/listinfo/mplayer-announce
|
107
|
251
|
522
|
252 - MPlayer CVS-log: (announce about _every_ CVS commit)
|
107
|
253 http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
|
1
|
254
|
749
|
255 NOTE: language of above lists are ENGLISH, unless explicitly stated otherwise.
|
|
256 Please do not send messages using other language!
|
670
|
257
|
764
|
258 License:
|
670
|
259 ~~~~~~~~
|
907
|
260 MPlayer incorporates a lot of code from other projects, but for now everything
|
|
261 except the OpenDivX stuff is under General Public License (GPL) version 2 or
|
|
262 later. See DOCS/COPYING
|
670
|
263
|
1
|
264 Standard Disclaimer:
|
|
265 ~~~~~~~~~~~~~~~~~~~~
|
522
|
266 Use only at your own risk! There may be errors and inaccuracies that could
|
907
|
267 damage your system, your eye or ear. Proceed with caution, and although this is
|
522
|
268 highly unlikely, we don't take any responsibility for that!
|