Mercurial > mplayer.hg
changeset 6121:a239d68bd0d8
small fixes, updates
author | gabucino |
---|---|
date | Sun, 19 May 2002 17:28:05 +0000 |
parents | 4472bc36675b |
children | 096289c0b6b7 |
files | DOCS/Hungarian/documentation.html DOCS/documentation.html |
diffstat | 2 files changed, 26 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/documentation.html Sun May 19 17:09:29 2002 +0000 +++ b/DOCS/Hungarian/documentation.html Sun May 19 17:28:05 2002 +0000 @@ -393,8 +393,7 @@ Bár általában erre nem kell figyelj.</LI> <LI><B>SDL</B> - nem kötelező, de néhány esetben segíthet (például ha az audio lejátszásba furcsa hangok keverednek, vagy ha az xv meghajtóval - történő lejátszás során furcsa a lejátszás képe). Képes továbbá a - <B>feliratokat a film alatti fekete sávon megjeleníteni</B>. Ajánlott + történő lejátszás során furcsa a lejátszás képe). Ajánlott mindig a legújabbat használni.</LI> <LI><B>libjpeg</B> - opciónális (M)JPEG dekóder. Az -mf opció és néhány QT file használja. Hasznos mind az <B>MPlayer</B>hez, mind a @@ -629,7 +628,7 @@ make install</PRE> <P>Innentől használatra kész állapotban van az <B>MPlayer</B>. Az -<CODE>/usr/local/share/mplayer</CODE> könyvtár tartalmazza a +<CODE>$PREFIX/share/mplayer</CODE> könyvtár tartalmazza a <CODE>codecs.conf</CODE> file-t, ami megmondja a programnak a használható codec-eket és azok tulajdonságait. Ezt a file-t mindig az <B>MPlayer</B>-rel együtt kell frissíteni ! Ha a home könyvtáradban van egy régi codecs.conf @@ -654,7 +653,8 @@ <PRE> mkdir ~/.mplayer/font cd ~/.mplayer/font - unzip mp-arial-iso-8859-2.zip</PRE> + unzip mp-arial-iso-8859-2.zip + ln -s ~/.mplayer/font/arial-24 font</PRE> <P>Már csak egy dolog maradt hátra: másold át a <B>codecs.conf</B> file-t az <CODE>etc</CODE> könyvtárból (az <B>MPlayer</B> könyvtáron belül) a $HOME/.mplayer/codecs.conf-ba. @@ -671,7 +671,7 @@ <UL> <LI>használd a <CODE>-gui</CODE> opciót</LI> vagy <LI>írd be a <CODE>gui=yes</CODE> sort a konfigurációs file-ba</LI>vagy - <LI><CODE>ln -s /usr/local/bin/mplayer /usr/local/bin/gmplayer</CODE> , + <LI><CODE>ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer</CODE> , és a <CODE>gmplayer</CODE> file-t indítsd. </UL> @@ -681,7 +681,7 @@ <P>Mivel az <B>MPlayer</B> alapban nem tartalmaz skineket, ezeket külön kell letöltened. Lásd <A HREF="http://www.mplayerhq.hu/homepage/dload.html">itt</A>. -Ezeket a szokásos <CODE>/usr/local/share/mplayer/Skin</CODE> vagy <CODE>$HOME/.mplayer/Skin</CODE> +Ezeket a szokásos <CODE>$PREFIX/share/mplayer/Skin</CODE> vagy <CODE>$HOME/.mplayer/Skin</CODE> könyvtárak egyikébe kell kicsomagolni. Az <B>MPlayer</B> egy '<I>default</I>' nevű könyvtárat keres alapállapotban, de a <I>-skin newskin</I> opcióval, vagy a konfigurációs file-ba a <I>skin=newskin</I> sor beírásával meg lehet adni @@ -839,11 +839,16 @@ <P><A NAME=2.5><B>2.5. TV bemenet</B></P> + <A NAME=2.5.1><P><B><I>2.5.1. Áttekintés</I></B></P> <P>Ez a fejezet elmagyarázza hogy tudsz <B>nézni/grabbelni egy V4L kompatibilis TV tuner-ről</B>.</P> +<P>EZ A KÓDRÉSZLET JELENLEG NINCS FEJLESZTÉS ALATT! Ne várd hogy hosszadalmas + kísérletezés nélkül majd hirtelen menni fog!</P> + + <A NAME=2.5.2><P><B><I>2.5.2. Fordítás</I></B></P> <P>
--- a/DOCS/documentation.html Sun May 19 17:09:29 2002 +0000 +++ b/DOCS/documentation.html Sun May 19 17:28:05 2002 +0000 @@ -409,8 +409,7 @@ usually isn't important.</LI> <LI><B>SDL</B> - it's not mandatory, but can help in some cases (bad audio, videocards that lag strangely with the xv driver). Always use the newest - (beginning from 1.2.x). Also can <B>display subtitles under the movie, on - the black bar</B>.</LI> + (beginning from 1.2.x).</LI> <LI><B>libjpeg</B> - optional JPEG decoder, used by -mf and some qt mov files. Useful for both <B>MPlayer</B> and <B>MEncoder</B> if you plan to work with jpeg files.</LI> <LI><B>libpng</B> - recommended and default (M)PNG decoder. Required for GUI. @@ -626,7 +625,7 @@ make install</PRE> <P>At this point, <B>MPlayer</B> is ready to use. The directory -<CODE>/usr/local/share/mplayer</CODE> contains the <CODE>codecs.conf</CODE> +<CODE>$PREFIX/share/mplayer</CODE> contains the <CODE>codecs.conf</CODE> file, which is used to tell the program all the codecs and their capabilities. This file should always be kept uptodate together with the main binary !<BR> Check if you have codecs.conf in your home directory (~/.mplayer/codecs.conf) @@ -651,7 +650,8 @@ <PRE> mkdir ~/.mplayer/font cd ~/.mplayer/font - unzip mp-arial-iso-8859-1.zip</PRE> + unzip mp-arial-iso-8859-1.zip + ln -s ~/.mplayer/font/arial-24 font</PRE> <P><B><A NAME=1.4>1.4. What about the GUI?</A></B></P> @@ -663,7 +663,7 @@ <UL> <LI>use the <CODE>-gui</CODE> option</LI> <LI>specify <CODE>gui=yes</CODE> in your config file</LI> - <LI><CODE>ln -s /usr/local/bin/mplayer /usr/local/bin/gmplayer</CODE> , + <LI><CODE>ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer</CODE> , and call <CODE>gmplayer</CODE> instead. </UL> </P> @@ -673,7 +673,7 @@ <P>As <B>MPlayer</B> doesn't have a skin included, you have to download them if you want to use the GUI. See the <A HREF="http://www.mplayerhq.hu/homepage/dload.html">download page</A>. -They should be extracted to the usual system-wide directory (<CODE>/usr/local/share/mplayer/Skin</CODE>), +They should be extracted to the usual system-wide directory (<CODE>$PREFIX/share/mplayer/Skin</CODE>), or to <CODE>$HOME/.mplayer/Skin</CODE> . <B>MPlayer</B> by default looks in these directories for a <I>default</I> named directory, but you can use the <I>-skin newskin</I> option, or the <I>skin=newskin</I> config file @@ -803,7 +803,7 @@ <CODE>$PREFIX/share/mplayer</CODE>. Then rename or symlink one of them to <CODE>font</CODE> (like : <CODE>ln -s ~/.mplayer/arial-24 ~/.mplayer/font</CODE>). Now you have to see a timer at the upper left corner -of the movie (switch it off with 'o').</P> +of the movie (switch it off with the "o" key).</P> <P>OSD has 3 states: (switch with 'o')<BR> <UL> @@ -832,11 +832,16 @@ <P><A NAME=2.5><B>2.5. TV input</B></P> + <A NAME=2.5.1><P><B><I>2.5.1. Overview</I></B></P> <P>This section is about how to enable <B>watching/grabbing from V4L compatible TV tuner</B>.</P> +<P><B>THIS CODE IS CURRENTLY NOT-WORKED ON! Don't expect it to work without + tweaking/experimenting!</P> + + <A NAME=2.5.2><P><B><I>2.5.2. Compilation</I></B></P> <P> @@ -1184,8 +1189,9 @@ <P><B><A NAME=3.2>3.2. Control</A></B></P> -<P><B>MPlayer</B> have a fully configurable, command driven, control layer which allow you -to control <B>MPlayer</B> using keyboard, mouse, joystick or remote control (using lirc).</P> +<P><B>MPlayer</B> has a fully configurable, command driven, control layer which + allow you to control <B>MPlayer</B> using keyboard, mouse, joystick or remote + control (using lirc).</P> <P><B><A NAME=3.2.1>3.2.1. Default controls</A></B></P>