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