Mercurial > mplayer.hg
comparison DOCS/Polish/README @ 1232:d32b58d5740f
in-progress polish docs for mplayer. please be gentle.
author | eyck |
---|---|
date | Tue, 26 Jun 2001 19:48:50 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1231:d216f62ce921 | 1232:d32b58d5740f |
---|---|
1 MPlayer - Movie Player for LINUX (C) 2000-2001 Arpad Gereoffy (A'rpi/ESP-team) | |
2 ================================ * See the file AUTHORS for the complete list * | |
3 http://mplayer.sourceforge.net (or http://mplayer.dev.hu) | |
4 | |
5 O programie: | |
6 ~~~~~~ | |
7 MPlayer jest odgrywarką filmów dla LINUXa. Wyświetla większość plików MPEG, | |
8 AVI oraz ASF korzystając z wielu własnych oraz Win32 DLL kodeków. | |
9 Możesz również oglądać VCD, DVD oraz filmy w DivX. Kolejną dużą zaletą | |
10 mplayera jest szeroki wachlarz sterowników wyjścia. Mplayer działa z X11, Xv, | |
11 DGA, OpenGL, SVGAlib, fbdev, ale możesz też korzystać z GGI iSDL ( i w ten sposób | |
12 z wielu sterowników dostarczanych przez SDL - na przykład AAlib ) oraz z | |
13 niskopoziomowych sterowników specyficznych dla danej karty (dla Matrox G200/400/450). | |
14 Większość dostępnych sterowników udostępnia softwarowe lub hardwarowe skalowania, | |
15 możesz więc radować się oglądaniem film w trybie pełnoekranowym. | |
16 A co powiesz na duże antyaliasowane podtytuły z cieniem ( 7 supportowanych typów!!) | |
17 z węgierskimi, angielskimi, czeskimi, koreańskimi fontami, cyrylicą oraz OSD? | |
18 | |
19 Historia: | |
20 ~~~~~~~~ | |
21 Wszystko zaczęło się rok temu...(2000) | |
22 Próbowałem wielu odgrywarek pod linuxa (mtv,xmps,dvdview,livid/oms,VideoLAN, | |
23 xine,xanim,avifile,xmmp) ale każda miała jakiś feler. Głównie w przypadku | |
24 szczególnych plików lub z synchronizacją audio/video. Większość z nich nie | |
25 potrafiła odgrywać zarówno plików MPEG1/2 jak i AVI(DivX). Wiele z nich | |
26 miało również problemy z jakością obrazu oraz prędkoscią. | |
27 Postanowiłem więc napisać/zmodyfikować nową.... | |
28 | |
29 - mpg12play v0.1-v0.3: | |
30 The first try, hacked together in a half hour! | |
31 I've used libmpeg3 from www.heroinewarrior.com up to the version 0.3, | |
32 but there were image quality and speed problems with it. | |
33 - mpg12play v0.5-v0.87: | |
34 Mpeg codec replaced with DVDview by Dirk Farin, it was a great stuff, | |
35 but it was slow and was written in C++ (I hate C++!!!) | |
36 - mpg12play v0.9-v0.95pre5: | |
37 Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman & Michel Lespinasse. | |
38 It's great, optimized very fast C code with perfect image quality and | |
39 100% MPEG standard conformance. | |
40 - MPlayer v0.3-v0.9: | |
41 It was a pack of two programs: mpg12playv0.95pre6 and my new simple AVI | |
42 player 'avip' based on avifile's Win32 DLL loader. | |
43 - MPlayer v0.10: | |
44 The MPEG and AVI player in a single binary! | |
45 - MPlayer v0.11: | |
46 Some new developers joined and from 0.11 the mplayer project is a team-work! | |
47 Added .ASF file support, and OpenDivX (see www.projectmayo.com) en/decoding. | |
48 - MPlayer v0.17 "The IdegCounter" | |
49 The release version of the 0.11pre after 4 months of heavy development! | |
50 Try it, and be amazed! Thousands of new features added... and of course | |
51 old code was improved too, bugs removed etc. | |
52 - MPlayer 0.18 "The BugCounter" | |
53 2 months since 0.17 and here's a new release.. Completed ASF support, | |
54 more subtitle formats, introduced libao (similar to libvo but to audio), | |
55 even more stable than ever, and so on. It's a MUST ! | |
56 | |
57 As you see, I didn't write any codecs, just some players. Instead I spent | |
58 a lot of time finding the best way to parse bad damaged input files | |
59 (both MPEG and AVI) and to do perfect A-V sync with seeking ability. | |
60 My player is rock solid playing damaged MPEG files (useful for some VCDs), | |
61 and it plays bad AVI files which are unplayable with the famous | |
62 windows media player. Even AVI files without index chunk are playable, and | |
63 you can rebuild their indexes with the -idx option, thus enabling seeking! | |
64 As you see, stability and quality are the most important things for me, | |
65 but the speed is also amazing. | |
66 | |
67 What about the GUI? | |
68 ~~~~~~~~~~~~~~~~~~~ | |
69 I'm not a GUI programmer. I hate GUIs, I like the pure black 80x25 console. | |
70 So the player has only keyboard control from the controlling console/xterm now. | |
71 There is a GUI development for the player, coordinated by Pontscho/Fresh! | |
72 It's still under development, but it will be merged and released real soon. | |
73 BTW he needs some nice skins, if you are a good graphician, contact him!!! | |
74 | |
75 Obsługiwane formaty wejścia: | |
76 ~~~~~~~~~~~~~~~~~~~~~~~~ | |
77 - VCD (Video CD) bezpośrednio z CD-ROMu lub z obrazu .bin | |
78 - DVD, bezpośrednio z Twojej płyty DVD, opcjonalnie używając libcss do deszyfrowania | |
79 - MPEG 1/2 System Stream (PS/PES/VOB) i Elementary Stream (ES) | |
80 - RIFF AVI file format | |
81 - ASF 1.0 file format | |
82 - obsługuje czytanie z pliku, stdin, DVD oraz sieci przez HTTP | |
83 | |
84 Uwaga: o obsłudze quicktime (.mov/.qt) oraz realmedia (.ra/.rm) czytaj w FAQ-u! | |
85 | |
86 Obsługiwanie kodeki audio i video | |
87 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
88 *** Sprawdź http://mplayer.sourceforge.net/DOCS/codecs.html *** | |
89 *** znajdziesz tam kompletną, codziennie odświeżaną listę!!! *** | |
90 | |
91 Najważniejsze kodeki video: | |
92 - MPEG1 (VCD) and MPEG2 (DVD) video | |
93 - DivX, OpenDivX i inne warianty MPEG4 | |
94 - Windows Media Video 7 (WMV1) wykorzystywany w plikach .wmv | |
95 - Intel Indeo codecs (3.1,3.2,4.1,5.0) | |
96 - MJPEG, ASV2 oraz inne formaty sprzętowe | |
97 | |
98 Najważniejsze kodeki audio: | |
99 - MPEG layer 2, and layer 3 (MP3) audio (natywny kod, z optymalizacjami 3dnow) | |
100 - AC3 dolby audio (natywny kod, z optymalizacjami 3dnow) | |
101 - Voxware audio | |
102 - alaw, msgsm, pcm and other simple old audio formats | |
103 | |
104 Jeśli masz kodeka nie opisanego tutaj, oraz jeszcze nie obsługiwanego | |
105 przeczytaj http://mplayer.sourceforge.net/DOCS/codecs.html oraz DOCS/CODECS | |
106 by uzyskać informacje jego statusie oraz jak można nam pomóc dodać dla | |
107 niego obsługę. | |
108 | |
109 Obsługiwane wyjścia video: | |
110 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
111 Ogólne: | |
112 - x11: X11 z opcjonalnym rozszerzeniem SHM | |
113 - xv: X11 używające rozszerzenia XVideo (sprzętowe YUV oraz skalowanie) | |
114 - gl: renderer OpenGL, jak do tej pory działa jedynie z: | |
115 - wszystkie karty z Utah-GLX | |
116 - Karty Matroxa z X/DRI >=4.0.3 | |
117 - Radeon z X/DRI CVS | |
118 - dga: rozszerzenie X11 DGA | |
119 - fbdev:Wyjście na framebuffer | |
120 - svga: Wyjście do SVGAlib | |
121 - sdl: 1.1.7 : osbługuje softwarowe skalowanie | |
122 1.1.8 : obsługuje Xvideo (sprzętowe skalowanie/fullscreen) | |
123 1.2.0 : obsługuje aalib (tryb textowy!) | |
124 - ggi: podobne do SDL | |
125 | |
126 Specyficzne dla kart: | |
127 - mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device | |
128 - xmga: Matrox G200/G400 overlay (mga_vid) in X11 window | |
129 (Xv emulation on X 3.3.x !) | |
130 - syncfb: Matrox G400 YUV support on framebuffer (obsoleted, use mga/xmga) | |
131 - 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken) | |
132 | |
133 Specjalne: | |
134 - png: PNG files output (use -z switch to set compression) | |
135 - pgm: PGM files output (for testing purposes or ffmpeg encoding) | |
136 - md5: MD5sum output (for MPEG conformance tests) | |
137 - odivx:OpenDivX AVI File writer (use -br to set encoding bitrate) | |
138 - null: Null output (for speed tests/benchmarking) | |
139 | |
140 UWAGA: sprawdź DOCS/VIDEOCARDS po szczególy i wymagania! | |
141 | |
142 Obsługiwane urządzenia audio: | |
143 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
144 - OSS (ioctl) driver | |
145 - SDL driver (supports up/downsampling, esd, arts etc) | |
146 - native ALSA 0.5 driver | |
147 - native ALSA 0.9 driver (buggy, use OSS emulation!) | |
148 - native ESD driver (under development?) | |
149 - SUN audio driver (/dev/audio) for BSD and Solaris8 users | |
150 | |
151 UWAGA: sprawdź DOCS/SOUNDCARDS po szczególy! | |
152 | |
153 Prędkość: | |
154 ~~~~~~ | |
155 Większość krytycznych części jest optymalizowana dla MMX/MMXext/SSE/3DNow!/3DNow!Ex. | |
156 Możesz poprawić prędkość rednerowania ustawiająć rejestry MTRR, patrz dokumentacja w MTRR. | |
157 *Stare* benchmarki można znaleźć w pliku DOCS/SPEED | |
158 | |
159 Użytkowanie: | |
160 ~~~~~~ | |
161 plik: mplayer [options] [path/]filename | |
162 VCD: mplayer [options] -vcd trackno /dev/cdrom | |
163 DVD: mplayer [options] -dvdauth /dev/dvd filename.VOB | |
164 sieć: mplayer [options] http://site.com/file.[mpg|avi] | |
165 | |
166 Opcje: | |
167 patrz `mplayer -h' dla opcji | |
168 patrz `mplayer -vo help' by zobaczyć listę dostępnych urządzeń video | |
169 patrz `mplayer -ao help' by zobaczyć listę dostępnych urządzeń audio | |
170 | |
171 Klawisze: | |
172 <- or -> wyszukiwanie wprzód/wstecz o 10 sekund | |
173 up or down seek backward/forward 1 minute | |
174 p or SPACE pause movie (press any key to continue) | |
175 q or ^C stop playing and quit program | |
176 o toggle OSD : none / seek / seek+timer | |
177 / and * decrease/increase volume | |
178 m toggle using master/pcm channel for volume setting | |
179 f toggle fullscreen (only with -vo sdl) | |
180 | |
181 Przykłady: | |
182 mplayer -vo x11 /mnt/Films/Contact/contact2.mpg | |
183 mplayer -vcd 2 /dev/cdrom | |
184 mplayer -afm 3 /mnt/DVDtrailers/alien4.vob | |
185 mplayer -dvd /dev/dvd /mnt/dvd/matrix.vob | |
186 mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi | |
187 | |
188 Uwaga: aby użyć urządzenia YUV Matroxa (-vo mga or xmga), będziesz najpierw musiał | |
189 załadować sterownik do kernela: patrz DOCS/VIDEOCARDS . | |
190 | |
191 Playing from Net & stdin: | |
192 ~~~~~~~~~~~~~~~~~~~~~~~~~ | |
193 Now it's possible. | |
194 | |
195 To play something by reading from stdin, just use '-' as filename: | |
196 | |
197 cat test.mpg | mplayer -vo xv - | |
198 | |
199 Restrictions: | |
200 mpg: no backward seeking | |
201 asf: no backward seeking | |
202 avi: no index reading -> no seeking at all, and playing of some files are | |
203 +impossible | |
204 | |
205 No control from controlling terminal/xterm, but hotkeys and osd works | |
206 from the window. or course LIRC still works everywhere. | |
207 | |
208 This feature combined with external wrappers extends possibilities. | |
209 For example, to play a movie just downloaded from your favourite divx | |
210 server: | |
211 rar p ast-nssvcd.rar | mplayer -vo xmga -fs - | |
212 or: | |
213 wget ftp://micorsops.com/something.avi -O - | mplayer - | |
214 | |
215 | |
216 TV output: | |
217 ~~~~~~~~~~ | |
218 If you have a Matrox G400 Dual-Head card, you can watch movies on TV, using | |
219 the TV-out feature of the second head. Read DOCS/TVout-G400 for details! | |
220 | |
221 Sending bugreports, comments, feature requests etc: | |
222 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
223 First please read all the docs in this package, most of the problems are | |
224 described somewhere. At least read DOCS/BUGS ! We don't like answering | |
225 questions which are already answered in this readme or other docs. | |
226 | |
227 Read the DOCS/MPlayer-FAQ. Most common problems are answered there! | |
228 | |
229 You should try the latest development version (from CVS) too, maybe your | |
230 bug is already fixed, but the new version hasn't been released. | |
231 If you couldn't solve the problem, then send a quality bugreport: | |
232 read DOCS/BUGREPORTS for instructions (where, what and how...) | |
233 | |
234 Subscribe to the mplayer-users mailing list. There are many MPlayer | |
235 users, maybe they can help or know the solution to your problem. | |
236 You also should send ideas, feature requests, comments to there! | |
237 Please do not ask for features already listed in the DOCS/TODO! | |
238 | |
239 Contact information: | |
240 ~~~~~~~~~~~~~~~~~~~~ | |
241 Homepage: http://mplayer.sourceforge.net | |
242 | |
243 Mailing lists: | |
244 ~~~~~~~~~~~~~~ | |
245 There are some public mailing lists on MPlayer. Subscribing can be achieved on | |
246 the following addresses: | |
247 | |
248 - MPlayer core/hungarian developers list: | |
249 http://lists.sourceforge.net/lists/listinfo/mplayer-devel | |
250 | |
251 I dunno, it is the FLAME list in hungarian language :) | |
252 Also some talking about mplayer core team internals, like mplayer | |
253 party, sponsors etc can be here. | |
254 | |
255 - MPlayer developers list: | |
256 http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng | |
257 | |
258 This list is about mplayer development! Talking about interface/API changes, | |
259 new libraryes, code optimization, ./configure changes, and send patches here. | |
260 Do NOT send bugreports, user questions, feature requests here! | |
261 This list should be kept low-traffic. | |
262 | |
263 - MPlayer users list: | |
264 http://lists.sourceforge.net/lists/listinfo/mplayer-users | |
265 | |
266 - send bugreports here (after reading DOCS/BUGS, BUGREPORTS) | |
267 - send feature requests here (after reading DOCS/TODO) | |
268 - send user questions here (after reading DOCS/README, INSTALL, FAQ etc) | |
269 | |
270 - MPlayer & Matrox G200/G400/G450 users: | |
271 http://lists.sourceforge.net/lists/listinfo/mplayer-matrox | |
272 | |
273 Send matrox-related questions here, | |
274 - things about mga_vid, | |
275 - matrox's official beta drivers (for X 4.x.x) | |
276 - and about matroxfb-TVout stuff. | |
277 | |
278 - mpg12play-portable developers: | |
279 http://lists.sourceforge.net/lists/listinfo/mplayer-mpg12play | |
280 | |
281 This list is for talking about mplayer ports to non-x86 platforms | |
282 (IRIX, Solaris-SPARC, Alpha, Commodore64, Sharp Calculator, | |
283 Teapot etc...) | |
284 | |
285 - MPlayer announce: | |
286 http://lists.sourceforge.net/lists/listinfo/mplayer-announce | |
287 | |
288 Very low traffic list :) | |
289 And it's read-only. I'll post something shit there if a new release | |
290 is done. | |
291 | |
292 - MPlayer CVS-log: | |
293 http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog | |
294 | |
295 Send only questions about CVS changes here. | |
296 (if you don't understand why a change is required or you've better fix) | |
297 Be sure in that your target developer reads this list! | |
298 | |
299 NOTE: language of above lists are ENGLISH, unless explicitly stated otherwise. | |
300 Please do not send messages using other language! | |
301 | |
302 License: | |
303 ~~~~~~~~ | |
304 MPlayer incorporates a lot of code from other projects, but for now everything | |
305 except the OpenDivX stuff is under General Public License (GPL) version 2 or | |
306 later. | |
307 | |
308 Standard Disclaimer: | |
309 ~~~~~~~~~~~~~~~~~~~~ | |
310 Use only at your own risk! There may be errors and inaccuracies that could | |
311 damage your system, your eye or ear. Proceed with caution, and although this is | |
312 highly unlikely, we don't take any responsibility for that! |