1084
|
1 MPlayer (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.
|
1083
|
49 - MPlayer 0.18
|
|
50 2 months since 0.17 and here's a new release.. Completed ASF support,
|
|
51 more subtitle formats, introduced libao (similar to libvo but to audio),
|
|
52 even more stable than ever, and so on. It's a MUST !
|
1
|
53
|
749
|
54 As you see, I didn't write any codecs, just some players. Instead I spent
|
1
|
55 a lot of time finding the best way to parse bad damaged input files
|
907
|
56 (both MPEG and AVI) and to do perfect A-V sync with seeking ability.
|
|
57 My player is rock solid playing damaged MPEG files (useful for some VCDs),
|
1
|
58 and it plays bad AVI files which are unplayable with the famous
|
749
|
59 windows media player. Even AVI files without index chunk are playable, and
|
|
60 you can rebuild their indexes with the -idx option, thus enabling seeking!
|
1
|
61 As you see, stability and quality are the most important things for me,
|
907
|
62 but the speed is also amazing.
|
1
|
63
|
|
64 What about the GUI?
|
540
|
65 ~~~~~~~~~~~~~~~~~~~
|
1
|
66 I'm not a GUI programmer. I hate GUIs, I like the pure black 80x25 console.
|
|
67 So the player has only keyboard control from the controlling console/xterm now.
|
907
|
68 There is a GUI development for the player, coordinated by Pontscho/Fresh!
|
749
|
69 It's still under development, but it will be merged and released real soon.
|
1
|
70 BTW he needs some nice skins, if you are a good graphician, contact him!!!
|
|
71
|
|
72 Supported input formats:
|
|
73 ~~~~~~~~~~~~~~~~~~~~~~~~
|
|
74 - VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file
|
540
|
75 - DVD, directly from your DVD disk, using optional libcss for decryption
|
|
76 - MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file formats
|
1
|
77 - RIFF AVI file format
|
|
78 - ASF 1.0 file format
|
693
|
79 - supports reading from file or stdin
|
1
|
80
|
352
|
81 Supported audio & video codecs:
|
|
82 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
745
|
83 *** See http://mplayer.sourceforge.net/DOCS/codecs.html ***
|
|
84 *** for the complete list ***
|
540
|
85
|
|
86 The most important video codecs:
|
907
|
87 - MPEG1 (VCD) and MPEG2 (DVD) video
|
540
|
88 - DivX, OpenDivX and other MPEG4 variants
|
|
89 - Windows Media Video 7 (WMV1) used in .wmv files
|
|
90 - Intel Indeo codecs (3.1,3.2,4.1,5.0)
|
|
91 - MJPEG, ASV2 and other hardware formats
|
|
92
|
|
93 The most important audio codecs:
|
907
|
94 - MPEG layer 2, and layer 3 (MP3) audio
|
540
|
95 - AC3 dolby audio
|
670
|
96 - Voxware audio
|
540
|
97 - alaw, msgsm, pcm and other simple old audio formats
|
1
|
98
|
744
|
99 If you have a codec not listed here, and not supported yet, just
|
749
|
100 read http://mplayer.sourceforge.net/DOCS/codecs.html and DOCS/CODECS
|
|
101 to get info about its status and about how to help us adding support for it!
|
670
|
102
|
1
|
103 Supported video output devices:
|
|
104 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
540
|
105 General:
|
|
106 - x11: X11 with SHM extension
|
|
107 - xv: X11 using overlays with the Xvideo extension (hardware YUV & scaling)
|
908
|
108 - gl: OpenGL renderer, so far works only with :
|
|
109 - all cards with Utah-GLX
|
|
110 - Matrox cards with X/DRI >=4.0.3
|
|
111 - Radeon with X/DRI CVS
|
540
|
112 - dga: X11 DGA extension
|
|
113 - fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!)
|
|
114 - fbdev:Output to general framebuffers
|
|
115 - svga: Output to SVGAlib
|
1056
|
116 - sdl: 1.1.7 : supports software scaling
|
|
117 1.1.8 : supports Xvideo
|
|
118 1.2.0 : supports aalib
|
749
|
119 - aalib:Textmode rendering (through SDL, native driver is coming soon!)
|
540
|
120
|
|
121 Card specific:
|
96
|
122 - mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device
|
|
123 - xmga: Matrox G200/G400 overlay (mga_vid) in X11 window
|
1
|
124 (Xv emulation on X 3.3.x !)
|
907
|
125 - syncfb: Matrox G400 YUV support on framebuffer (obsoleted, use mga/xmga)
|
540
|
126 - 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken)
|
|
127
|
|
128 Special:
|
|
129 - png: PNG files output (use -z switch to set compression)
|
670
|
130 - pgm: PGM files output (for testing purposes or ffmpeg encoding)
|
907
|
131 - md5: MD5sum output (for MPEG conformance tests)
|
540
|
132 - odivx:OpenDivX AVI File writer (use -br to set encoding bitrate)
|
352
|
133 - null: Null output (for speed tests/benchmarking)
|
96
|
134
|
281
|
135 NOTE: check DOCS/VIDEOCARDS !
|
1
|
136
|
|
137 Supported audio output devices:
|
|
138 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
139 - OSS driver
|
764
|
140 - ALSA driver with OSS emulation (ALSA >= 0.9 only!)
|
|
141 - ESD with the esddsp utility (not tested)
|
1
|
142
|
540
|
143 NOTE: check DOCS/SOUNDCARDS for details!
|
96
|
144
|
1
|
145 Speed:
|
|
146 ~~~~~~
|
764
|
147 Most of time-critical parts are optimized for MMX/MMXext/SSE/3DNow!/3DNow!Ex.
|
1
|
148 You can improve rendering speed by setting up MTRR registers, see doc in MTRR.
|
907
|
149 Some *old* benchmark results can be found in the file DOCS/SPEED.
|
1
|
150
|
|
151 Usage:
|
|
152 ~~~~~~
|
|
153 mplayer [options] [-vo driver] [path/]filename
|
|
154
|
|
155 Options:
|
540
|
156 see `mplayer -h' for options
|
|
157 see `mplayer -vo help' for list of available output drivers
|
1
|
158
|
|
159 Keys:
|
|
160 <- or -> seek backward/forward 10 seconds
|
|
161 up or down seek backward/forward 1 minute
|
|
162 p or SPACE pause movie (press any key to continue)
|
|
163 q or ^C stop playing and quit program
|
522
|
164 o toggle OSD : none / seek / seek+timer
|
|
165 / and * decrease/increase volume
|
|
166 m toggle using master/pcm channel for volume setting
|
670
|
167 f toggle fullscreen (only with -vo sdl)
|
1
|
168
|
|
169 Examples:
|
|
170 mplayer -vo x11 /mnt/Films/Contact/contact2.mpg
|
670
|
171 mplayer -vcd 2 /dev/cdrom
|
1
|
172 mplayer -afm 3 /mnt/DVDtrailers/alien4.vob
|
522
|
173 mplayer -dvd /dev/dvd /mnt/dvd/matrix.vob
|
747
|
174 mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi
|
1
|
175
|
522
|
176 Note: in order to use Matrox YUV driver (-vo mga or xmga), first you'll have
|
764
|
177 to load the driver: see DOCS/VIDEOCARDS .
|
1
|
178
|
1071
|
179 Playing from Net & stdin:
|
|
180 ~~~~~~~~~~~~~~~~~~~~~~~~~
|
693
|
181 Now it's possible.
|
|
182
|
|
183 To play something by reading from stdin, just use '-' as filename:
|
|
184
|
|
185 cat test.mpg | mplayer -vo xv -
|
|
186
|
|
187 Restrictions:
|
|
188 mpg: no backward seeking
|
|
189 asf: no backward seeking
|
|
190 avi: no index reading -> no seeking at all, and playing of some files are
|
|
191 +impossible
|
|
192
|
|
193 No control from controlling terminal/xterm, but hotkeys and osd works
|
|
194 from the window. or course LIRC still works everywhere.
|
|
195
|
|
196 This feature combined with external wrappers extends possibilities.
|
|
197 For example, to play a movie just downloaded from your favourite divx
|
|
198 server:
|
|
199 rar p ast-nssvcd.rar | mplayer -vo xmga -fs -
|
1071
|
200 or:
|
694
|
201 wget ftp://micorsops.com/something.avi -O - | mplayer -
|
|
202
|
693
|
203
|
1
|
204 TV output:
|
|
205 ~~~~~~~~~~
|
670
|
206 If you have a Matrox G400 Dual-Head card, you can watch movies on TV, using
|
|
207 the TV-out feature of the second head. Read DOCS/TVout-G400 for details!
|
1
|
208
|
670
|
209 Sending bugreports, comments, feature requests etc:
|
|
210 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
211 First please read all the docs in this package, most of the problems are
|
|
212 described somewhere. At least read DOCS/BUGS ! We don't like answering
|
|
213 questions which are already answered in this readme or other docs.
|
1
|
214
|
674
|
215 Read the DOCS/MPlayer-FAQ. Most common problems are answered there!
|
1
|
216
|
670
|
217 You should try the latest development version (from CVS) too, maybe your
|
|
218 bug is already fixed, but the new version hasn't been released.
|
|
219 If you couldn't solve the problem, then send a quality bugreport:
|
|
220 read DOCS/BUGREPORTS for instructions (where, what and how...)
|
1
|
221
|
670
|
222 Subscribe to the mplayer-users mailing list. There are many MPlayer
|
|
223 users, maybe they can help or know the solution to your problem.
|
|
224 You also should send ideas, feature requests, comments to there!
|
|
225 Please do not ask for features already listed in the DOCS/TODO!
|
1
|
226
|
6
|
227 Contact information:
|
|
228 ~~~~~~~~~~~~~~~~~~~~
|
10
|
229 Homepage: http://mplayer.sourceforge.net
|
1
|
230
|
|
231 Mailing lists:
|
|
232 ~~~~~~~~~~~~~~
|
107
|
233 There are some public mailing lists on MPlayer. Subscribing can be achieved on
|
40
|
234 the following addresses:
|
1
|
235
|
1074
|
236 - MPlayer core/hungarian developers list:
|
749
|
237 http://lists.sourceforge.net/lists/listinfo/mplayer-devel
|
|
238
|
1074
|
239 I dunno, it is the FLAME list in hungarian language :)
|
|
240 Also some talking about mplayer core team internals, like mplayer
|
|
241 party, sponsors etc can be here.
|
|
242
|
|
243 - MPlayer developers list:
|
749
|
244 http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
|
|
245
|
1074
|
246 This list is about mplayer development! Talking about interface/API changes,
|
|
247 new libraryes, code optimization, ./configure changes, and send patches here.
|
|
248 Do NOT send bugreports, user questions, feature requests here!
|
|
249 This list should be kept low-traffic.
|
|
250
|
|
251 - MPlayer users list:
|
60
|
252 http://lists.sourceforge.net/lists/listinfo/mplayer-users
|
107
|
253
|
1074
|
254 - send bugreports here (after reading DOCS/BUGS, BUGREPORTS)
|
|
255 - send feature requests here (after reading DOCS/TODO)
|
|
256 - send user questions here (after reading DOCS/README, INSTALL, FAQ etc)
|
|
257
|
|
258 - MPlayer & Matrox G200/G400/G450 users:
|
670
|
259 http://lists.sourceforge.net/lists/listinfo/mplayer-matrox
|
|
260
|
1074
|
261 Send matrox-related questions here,
|
|
262 - things about mga_vid,
|
|
263 - matrox's official beta drivers (for X 4.xx)
|
|
264 - and about matroxfb-TVout stuff.
|
|
265
|
806
|
266 - mpg12play-portable developers:
|
|
267 http://lists.sourceforge.net/lists/listinfo/mplayer-mpg12play
|
|
268
|
1074
|
269 This list is for talking about mplayer ports to non-x86 platforms
|
|
270 (IRIX, Solaris-SPARC, Alpha, Commodore64, Sharp Calculator,
|
|
271 Teapot etc...)
|
|
272
|
|
273 - MPlayer announce:
|
60
|
274 http://lists.sourceforge.net/lists/listinfo/mplayer-announce
|
107
|
275
|
1074
|
276 Very low traffic list :)
|
|
277 And it's read-only. I'll post something shit there if a new release
|
|
278 is done.
|
|
279
|
|
280 - MPlayer CVS-log:
|
107
|
281 http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
|
1
|
282
|
1074
|
283 Send only questions about CVS changes here.
|
|
284 (if you don't understand why a change is required or you've better fix)
|
|
285 Be sure in that your target developer reads this list!
|
|
286
|
749
|
287 NOTE: language of above lists are ENGLISH, unless explicitly stated otherwise.
|
|
288 Please do not send messages using other language!
|
670
|
289
|
764
|
290 License:
|
670
|
291 ~~~~~~~~
|
907
|
292 MPlayer incorporates a lot of code from other projects, but for now everything
|
|
293 except the OpenDivX stuff is under General Public License (GPL) version 2 or
|
|
294 later. See DOCS/COPYING
|
670
|
295
|
1
|
296 Standard Disclaimer:
|
|
297 ~~~~~~~~~~~~~~~~~~~~
|
522
|
298 Use only at your own risk! There may be errors and inaccuracies that could
|
907
|
299 damage your system, your eye or ear. Proceed with caution, and although this is
|
522
|
300 highly unlikely, we don't take any responsibility for that!
|