Mercurial > mplayer.hg
changeset 1662:edd833e22e2e
More data added.
author | eyck |
---|---|
date | Thu, 23 Aug 2001 14:11:23 +0000 |
parents | 7a7beab9d7c6 |
children | 3df8dc1ce6f2 |
files | DOCS/Polish/documentation.sgml |
diffstat | 1 files changed, 128 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Polish/documentation.sgml Thu Aug 23 13:31:58 2001 +0000 +++ b/DOCS/Polish/documentation.sgml Thu Aug 23 14:11:23 2001 +0000 @@ -19,7 +19,7 @@ <name>tłumaczenie i migracja do linuxdoc Dariush Pietrzak<tt/<eyck@ghost.anime.pl/> <newline></name> </author> -<date> miejsce na ID jak wejdzie do cvsa$Id$</date> +<date>$Id$</date> <abstract> Dokument ten opisuje odgrywarke MPlayer, dokument jest w fazie testów. @@ -191,8 +191,132 @@ <sect1> - <heading> </> + <heading>Obsługiwane wyjścia video </> +<p> + +Ogólne: +<itemize> +<item>x11: X11 z opcjonalnym rozszerzeniem SHM +<item>xv: X11 używające rozszerzenia XVideo (sprzętowe YUV oraz skalowanie) +<item>gl: renderer OpenGL, jak do tej pory działa jedynie z: + <itemize> + <item>wszystkie karty z Utah-GLX + <item>Karty Matroxa z X/DRI >=4.0.3 + <item>Radeon z X/DRI CVS + </itemize> +<item>dga: rozszerzenie X11 DGA +<item>fbdev:Wyjście na framebuffer +<item>svga: Wyjście do SVGAlib +<item>sdl: 1.1.7 : osbługuje softwarowe skalowanie + 1.1.8 : obsługuje Xvideo (sprzętowe skalowanie/fullscreen) + 1.2.0 : obsługuje aalib (tryb textowy!) +<item>ggi: podobne do SDL +</itemize> +Specyficzne dla kart: +<itemize> +<item>mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device +<item>xmga: Matrox G200/G400 overlay (mga_vid) in X11 window + (Xv emulation on X 3.3.x !) +<item>syncfb: Matrox G400 YUV support on framebuffer (obsoleted, use mga/xmga) +<item>3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken) +</itemize> + +Specjalne: +<itemize> +<item>png: PNG files output (use -z switch to set compression) +<item>pgm: PGM files output (for testing purposes or ffmpeg encoding) +<item>md5: MD5sum output (for MPEG conformance tests) +<item>odivx:OpenDivX AVI File writer (use -br to set encoding bitrate) +<item>null: Null output (for speed tests/benchmarking) +</itemize> + +UWAGA: sprawdź DOCS/VIDEOCARDS po szczególy i wymagania! +</p> +</sect1> + +<sect1> + <heading>Obsługiwane urządzenia audio </> +<p> + +<itemize> +<item>OSS (ioctl) driver +<item>SDL driver (supports up/downsampling, esd, arts etc) +<item>native ALSA 0.5 driver +<item>native ALSA 0.9 driver (buggy, use OSS emulation!) +<item>native ESD driver (under development?) +<item>SUN audio driver (/dev/audio) for BSD and Solaris8 users +</itemize> +UWAGA: sprawdź DOCS/SOUNDCARDS po szczególy! + +</p> +</sect1> +<sect1> + <heading>Prędkość </> <p> +Większość krytycznych części jest optymalizowana dla MMX/MMXext/SSE/3DNow!/3DNow!Ex. +Możesz poprawić prędkość rednerowania ustawiająć rejestry MTRR, patrz dokumentacja w MTRR. +*Stare* benchmarki można znaleźć w pliku DOCS/SPEED +</p> +</sect1> +</sect> + + +<sect> +<heading> Użytkowanie </> + +<p> +<verb> + plik: mplayer [options] [path/]filename + VCD: mplayer [options] -vcd trackno /dev/cdrom + DVD: mplayer [options] -dvdauth /dev/dvd filename.VOB + sieć: mplayer [options] http://site.com/file.[mpg|avi] +</verb> +</p> +<sect1> + <heading>Opcje </> +<p> +<verb> + patrz `mplayer -h' dla opcji + patrz `mplayer -vo help' by zobaczyć listę dostępnych urządzeń video + patrz `mplayer -ao help' by zobaczyć listę dostępnych urządzeń audio +</verb> +</p> +</sect1> + +<sect1> + <heading>Klawisze </> +<p> +<verb> + <- lub -> wyszukiwanie wprzód/wstecz o 10 sekund + up lub down seek backward/forward 1 minute + p lub SPACE pause movie (press any key to continue) + q lub ^C stop playing and quit program + o toggle OSD : none / seek / seek+timer + / oraz * decrease/increase volume + m toggle using master/pcm channel for volume setting + f toggle fullscreen (only with -vo sdl) + +</verb> + +</p> +</sect1> +<sect1> + <heading>Przykłady </> +<p> +<tscreen><verb> + mplayer -vo x11 /mnt/Films/Contact/contact2.mpg + mplayer -vcd 2 /dev/cdrom + mplayer -afm 3 /mnt/DVDtrailers/alien4.vob + mplayer -dvd /dev/dvd /mnt/dvd/matrix.vob + mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi +</verb></tscreen> + +<bf> + Uwaga: aby użyć urządzenia YUV Matroxa (-vo mga or xmga), będziesz najpierw musiał + załadować sterownik do kernela: patrz DOCS/VIDEOCARDS . +</bf> + + </p> </sect1> @@ -209,4 +333,6 @@ </sect> + + </article>