comparison DOCS/Polish/documentation.sgml @ 1661:7a7beab9d7c6

preliminary linuxdoc version of docs in polish. this is not only unfinished but there are some technical problems ( polish national characters in many outputs - dvi, info, html! )
author eyck
date Thu, 23 Aug 2001 13:31:58 +0000
parents
children edd833e22e2e
comparison
equal deleted inserted replaced
1660:0ed5a9568d0f 1661:7a7beab9d7c6
1 <!doctype linuxdoc system>
2
3 <!-- This is a test -->
4
5 <article>
6
7 <!-- Title information -->
8
9 <title>
10 MPlayer - Movie Player for LINUX (C) 2000-2001 Arpad Gereoffy (A'rpi/ESP-team)
11 <url url="http://www.mplayerhq.hu/homepage/">
12 </title>
13 <author>
14 <name>
15 oparte na dokumentacji napisanej przez Gábor Bérczi (Gabucino)
16 <tt/&lt;gabucino@k2.jozsef.kando.hu/&gt;
17 <newline></name>
18 <and>
19 <name>tłumaczenie i migracja do linuxdoc Dariush Pietrzak<tt/&lt;eyck@ghost.anime.pl/&gt;
20 <newline></name>
21 </author>
22 <date> miejsce na ID jak wejdzie do cvsa$Id$</date>
23
24 <abstract>
25 Dokument ten opisuje odgrywarke MPlayer, dokument jest w fazie testów.
26 <url url="http://mplayer.dev.hu/">
27 </abstract>
28
29 <!-- Table of contents -->
30 <toc>
31
32 <!-- Begin the document -->
33
34 <sect>
35 <heading>Wprowadzenie</>
36
37
38 <sect1>
39 <heading>O programie</>
40 <p>
41
42 <bf>MPlayer</> jest odgrywarką filmów. Wyświetla większość plików MPEG,
43 AVI oraz ASF korzystając z wielu własnych oraz Win32 DLL kodeków.
44 Możesz również oglądać VCD, DVD oraz filmy w DivX. Kolejną dużą zaletą
45 mplayera jest szeroki wachlarz sterowników wyjścia. Mplayer działa z X11, Xv,
46 DGA, OpenGL, SVGAlib, fbdev, ale możesz też korzystać z GGI iSDL ( i w ten sposób
47 z wielu sterowników dostarczanych przez SDL - na przykład AAlib ) oraz z
48 niskopoziomowych sterowników specyficznych dla danej karty (dla Matrox G200/400/450).
49 Większość dostępnych sterowników udostępnia softwarowe lub hardwarowe skalowania,
50 możesz więc radować się oglądaniem film w trybie pełnoekranowym.
51 A co powiesz na duże antyaliasowane podtytuły z cieniem ( 7 supportowanych typów!!)
52 z węgierskimi, angielskimi, czeskimi, koreańskimi fontami, cyrylicą oraz OSD?
53
54
55 I didn't write any codecs, just some players. I spent
56 a lot of time finding the best way to parse bad damaged input files
57 (both MPEG and AVI) and to do perfect A-V sync with seeking ability.
58 My player is rock solid playing damaged MPEG files (useful for some VCDs),
59 and it plays bad AVI files which are unplayable with the famous
60 windows media player. Even AVI files without index chunk are playable, and
61 you can rebuild their indexes with the -idx option, thus enabling seeking!
62 As you see, stability and quality are the most important things for me,
63 but the speed is also amazing.
64
65 </p>
66 </sect1>
67
68 <sect1>
69 <heading>Historia</>
70 <p>
71 Wszystko zaczęło się rok temu...(2000)
72 Próbowałem wielu odgrywarek pod linuxa (mtv,xmps,dvdview,livid/oms,VideoLAN,
73 xine,xanim,avifile,xmmp) ale każda miała jakiś feler. Głównie w przypadku
74 szczególnych plików lub z synchronizacją audio/video. Większość z nich nie
75 potrafiła odgrywać zarówno plików MPEG1/2 jak i AVI(DivX). Wiele z nich
76 miało również problemy z jakością obrazu oraz prędkoscią.
77 Postanowiłem więc napisać/zmodyfikować nową....
78
79 <itemize>
80
81 <item>mpg12play v0.1-v0.3:
82 The first try, hacked together in a half hour!
83 I've used libmpeg3 from www.heroinewarrior.com up to the version 0.3,
84 but there were image quality and speed problems with it.
85 <item>mpg12play v0.5-v0.87:
86 Mpeg codec replaced with DVDview by Dirk Farin, it was a great stuff,
87 but it was slow and was written in C++ (I hate C++!!!)
88 <item>mpg12play v0.9-v0.95pre5:
89 Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman & Michel Lespinasse.
90 It's great, optimized very fast C code with perfect image quality and
91 100% MPEG standard conformance.
92 <item>MPlayer v0.3-v0.9:
93 It was a pack of two programs: mpg12playv0.95pre6 and my new simple AVI
94 player 'avip' based on avifile's Win32 DLL loader.
95 <item>MPlayer v0.10:
96 The MPEG and AVI player in a single binary!
97 <item>MPlayer v0.11:
98 Some new developers joined and from 0.11 the mplayer project is a team-work!
99 Added .ASF file support, and OpenDivX (see www.projectmayo.com) en/decoding.
100 <item>MPlayer v0.17 "The IdegCounter"
101 The release version of the 0.11pre after 4 months of heavy development!
102 Try it, and be amazed! Thousands of new features added... and of course
103 old code was improved too, bugs removed etc.
104 <item>MPlayer 0.18 "The BugCounter"
105 2 months since 0.17 and here's a new release.. Completed ASF support,
106 more subtitle formats, introduced libao (similar to libvo but to audio),
107 even more stable than ever, and so on. It's a MUST !
108 </itemize>
109
110
111 As you see, I didn't write any codecs, just some players. Instead I spent
112 a lot of time finding the best way to parse bad damaged input files
113 (both MPEG and AVI) and to do perfect A-V sync with seeking ability.
114 My player is rock solid playing damaged MPEG files (useful for some VCDs),
115 and it plays bad AVI files which are unplayable with the famous
116 windows media player. Even AVI files without index chunk are playable, and
117 you can rebuild their indexes with the -idx option, thus enabling seeking!
118 As you see, stability and quality are the most important things for me,
119 but the speed is also amazing.
120
121 </p>
122
123 </sect1>
124 <sect1>
125 <heading>Installation</>
126 </sect1>
127 <sect1>
128 <heading>What about the GUI?</>
129 <p>
130 I'm not a GUI programmer. I hate GUIs, I like the pure black 80x25 console.
131 So the player has only keyboard control from the controlling console/xterm now.
132 There is a GUI development for the player, coordinated by Pontscho/Fresh!
133 It's still under development, but it will be merged and released real soon.
134 BTW he needs some nice skins, if you are a good graphician, contact him!!!
135
136
137
138 </p>
139 </sect1>
140
141 </sect>
142
143
144 <sect>
145 <heading>Features </>
146
147 <sect1>
148 <heading>Obsługiwane formaty wejścia </>
149 <p>
150 <itemize>
151 <item>VCD (Video CD) bezpośrednio z CD-ROMu lub z obrazu .bin
152 <item>DVD, bezpośrednio z Twojej płyty DVD, opcjonalnie używając libcss do deszyfrowania
153 <item>MPEG 1/2 System Stream (PS/PES/VOB) i Elementary Stream (ES)
154 <item>RIFF AVI file format
155 <item>ASF 1.0 file format
156 <item>obsługuje czytanie z pliku, stdin, DVD oraz sieci przez HTTP
157 </itemize>
158 Uwaga: o obsłudze quicktime (.mov/.qt) oraz realmedia (.ra/.rm) czytaj w FAQ-u!
159 </p>
160 </sect1>
161 <sect1>
162 <heading>Obsługiwanie kodeki audio i video</>
163 <p>
164 <tscreen>
165 Sprawdź <url url="http://mplayer.sourceforge.net/DOCS/codecs.html">
166 znajdziesz tam kompletną, codziennie odświeżaną listę!!!
167 </tscreen>
168 <itemize>Najważniejsze kodeki video:
169 <item>MPEG1 (VCD) and MPEG2 (DVD) video
170 <item>DivX, OpenDivX i inne warianty MPEG4
171 <item>Windows Media Video 7 (WMV1) wykorzystywany w plikach .wmv
172 <item>Intel Indeo codecs (3.1,3.2,4.1,5.0)
173 <item>MJPEG, ASV2 oraz inne formaty sprzętowe
174 </itemize>
175 <itemize>Najważniejsze kodeki audio:
176 <item>MPEG layer 2, and layer 3 (MP3) audio (natywny kod, z optymalizacjami 3dnow)
177 <item>AC3 dolby audio (natywny kod, z optymalizacjami 3dnow)
178 <item>Voxware audio
179 <item>alaw, msgsm, pcm and other simple old audio formats
180 </itemize>
181
182
183 Jeśli masz kodeka nie opisanego tutaj, oraz jeszcze nie obsługiwanego
184 przeczytaj <url url="http://mplayer.sourceforge.net/DOCS/codecs.html"> oraz DOCS/CODECS
185 by uzyskać informacje jego statusie oraz jak można nam pomóc dodać dla
186 niego obsługę.
187
188 </p>
189 </sect1>
190
191
192
193 <sect1>
194 <heading> </>
195 <p>
196 </p>
197 </sect1>
198
199 </sect>
200
201
202 <sect>
203 <heading> </>
204 <sect1>
205 <heading> </>
206 <p>
207 </p>
208 </sect1>
209 </sect>
210
211
212 </article>