comparison DOCS/README @ 749:550e3ff06099

big review ! (translators curse me:)
author gabucino
date Thu, 10 May 2001 09:48:03 +0000
parents cc99cea3c7bd
children 60296841e0c5
comparison
equal deleted inserted replaced
748:717e4677d9ce 749:550e3ff06099
6 ~~~~~~ 6 ~~~~~~
7 MPlayer is a movie player for LINUX. It plays most mpeg, avi and asf files, 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 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 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, 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 11 fbdev, AAlib, 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 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. 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) with 14 And what about the nice big antialiased shaded subtitles (.sub files) with
15 hungarian, english, cyrillic, czech, korean fonts, and OSD? 15 hungarian, english, cyrillic, czech, korean fonts, and OSD?
16 16
45 - MPlayer v0.17 "The IdegCounter" 45 - MPlayer v0.17 "The IdegCounter"
46 The release version of the 0.11pre after 4 months of heavy development! 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 47 Try it, and be amazed! Thousands of new features added... and of course
48 old code was improved too, bugs removed etc. 48 old code was improved too, bugs removed etc.
49 49
50 As you see, I didn't write any codecs, just some players. But I spent 50 As you see, I didn't write any codecs, just some players. Instead I spent
51 a lot of time finding the best way to parse bad damaged input files 51 a lot of time finding the best way to parse bad damaged input files
52 (both mpg and avi) and to do perfect A-V sync with seeking ability. 52 (both mpg 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), 53 My player is rock solid playing damaged mpeg files (useful for some VCDs),
54 and it plays bad AVI files which are unplayable with the famous 54 and it plays bad AVI files which are unplayable with the famous
55 windows media player. Even AVI files without index chunk are playable! 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!
56 As you see, stability and quality are the most important things for me, 57 As you see, stability and quality are the most important things for me,
57 speed has lower priority, but is still very important. 58 speed has lower priority, but is still very important.
58 59
59 What about the GUI? 60 What about the GUI?
60 ~~~~~~~~~~~~~~~~~~~ 61 ~~~~~~~~~~~~~~~~~~~
61 I'm not a GUI programmer. I hate GUIs, I like the pure black 80x25 console. 62 I'm not a GUI programmer. I hate GUIs, I like the pure black 80x25 console.
62 So the player has only keyboard control from the controlling console/xterm now. 63 So the player has only keyboard control from the controlling console/xterm now.
63 But there is a GUI development for the player, coordinated by Pontscho/Fresh! 64 But there is a GUI development for the player, coordinated by Pontscho/Fresh!
64 It's still under development, but it will be merged and released soon. 65 It's still under development, but it will be merged and released real soon.
65 BTW he needs some nice skins, if you are a good graphician, contact him!!! 66 BTW he needs some nice skins, if you are a good graphician, contact him!!!
66 67
67 Supported input formats: 68 Supported input formats:
68 ~~~~~~~~~~~~~~~~~~~~~~~~ 69 ~~~~~~~~~~~~~~~~~~~~~~~~
69 - VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file 70 - VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file
90 - AC3 dolby audio 91 - AC3 dolby audio
91 - Voxware audio 92 - Voxware audio
92 - alaw, msgsm, pcm and other simple old audio formats 93 - alaw, msgsm, pcm and other simple old audio formats
93 94
94 If you have a codec not listed here, and not supported yet, just 95 If you have a codec not listed here, and not supported yet, just
95 read DOCS/CODECS to get info about its status or about 96 read http://mplayer.sourceforge.net/DOCS/codecs.html and DOCS/CODECS
96 how to help us adding support for it! 97 to get info about its status and about how to help us adding support for it!
97 98
98 Supported video output devices: 99 Supported video output devices:
99 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 100 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100 General: 101 General:
101 - x11: X11 with SHM extension 102 - x11: X11 with SHM extension
105 - fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!) 106 - fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!)
106 - fbdev:Output to general framebuffers 107 - fbdev:Output to general framebuffers
107 - svga: Output to SVGAlib 108 - svga: Output to SVGAlib
108 - sdl: SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8 109 - sdl: SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8
109 even support Xvideo (thus hardware rendering) and with >=1.2.0 aalib) 110 even support Xvideo (thus hardware rendering) and with >=1.2.0 aalib)
111 - aalib:Textmode rendering (through SDL, native driver is coming soon!)
110 112
111 Card specific: 113 Card specific:
112 - mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device 114 - mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device
113 - xmga: Matrox G200/G400 overlay (mga_vid) in X11 window 115 - xmga: Matrox G200/G400 overlay (mga_vid) in X11 window
114 (Xv emulation on X 3.3.x !) 116 (Xv emulation on X 3.3.x !)
132 134
133 NOTE: check DOCS/SOUNDCARDS for details! 135 NOTE: check DOCS/SOUNDCARDS for details!
134 136
135 Speed: 137 Speed:
136 ~~~~~~ 138 ~~~~~~
137 Most of time-critical parts are optimized for MMX/MMXext/SSE/3DNow!. 139 Most of time-critical parts are optimized for MMX/MMXext/SSE/3DNow!/3Dnow!Ex.
138 You can improve rendering speed by setting up MTRR registers, see doc in MTRR. 140 You can improve rendering speed by setting up MTRR registers, see doc in MTRR.
139 Some *old* benchmark results can be found in the doc file SPEED. 141 Some *old* benchmark results can be found in the doc file SPEED.
140 142
141 Usage: 143 Usage:
142 ~~~~~~ 144 ~~~~~~
227 Mailing lists: 229 Mailing lists:
228 ~~~~~~~~~~~~~~ 230 ~~~~~~~~~~~~~~
229 There are some public mailing lists on MPlayer. Subscribing can be achieved on 231 There are some public mailing lists on MPlayer. Subscribing can be achieved on
230 the following addresses: 232 the following addresses:
231 233
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
232 - MPlayer users list: (send your ideas, bugreports, feature requests here) 240 - MPlayer users list: (send your ideas, bugreports, feature requests here)
233 http://lists.sourceforge.net/lists/listinfo/mplayer-users 241 http://lists.sourceforge.net/lists/listinfo/mplayer-users
234 242
235 - MPlayer & Matrox G200/G400/G450 users: (about TV-out, mga_vid, syncfb, Xv) 243 - MPlayer & Matrox G200/G400/G450 users: (about TV-out, mga_vid, syncfb, Xv)
236 http://lists.sourceforge.net/lists/listinfo/mplayer-matrox 244 http://lists.sourceforge.net/lists/listinfo/mplayer-matrox
237 245
238 - MPlayer developers list: (send your patches here)
239 http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
240
241 - MPlayer announce: (information about new releases or big changes in CVS) 246 - MPlayer announce: (information about new releases or big changes in CVS)
242 http://lists.sourceforge.net/lists/listinfo/mplayer-announce 247 http://lists.sourceforge.net/lists/listinfo/mplayer-announce
243 248
244 - MPlayer CVS-log: (announce about _every_ CVS commit) 249 - MPlayer CVS-log: (announce about _every_ CVS commit)
245 http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog 250 http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
246 251
247 NOTE: language of above lists are ENGLISH. Please do not send there 252 NOTE: language of above lists are ENGLISH, unless explicitly stated otherwise.
248 messages using other language! 253 Please do not send messages using other language!
249 254
250 License: 255 License:
251 ~~~~~~~~ 256 ~~~~~~~~
252 Since MPlayer incorporates a lot of code from other projects, this isn't 257 Since MPlayer incorporates a lot of code from other projects, this isn't
253 decided yet. We're going for GPL (will be pretty hard, though). 258 decided yet. We're going for GPL (will be pretty hard, though).