mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3913 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b6eef45455
commit
feb0994d29
@ -514,6 +514,12 @@ g
|
||||
make
|
||||
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>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 !</P>
|
||||
|
||||
<P><B>Debian felhasználók</B> egyszerűen készíthetnek .deb csomagot maguknak,
|
||||
csak a <CODE>fakeroot debian/rules binary</CODE> parancsot kell beírniuk az
|
||||
<B>MPlayer</B> forrás gyökérkönyvtárában. Részletes információ <A
|
||||
@ -552,6 +558,10 @@ bekapcsol
|
||||
és a <CODE>gmplayer</CODE> file-t indítsd.
|
||||
</UL>
|
||||
|
||||
<P>TIPP: az egér középső gombjának megnyomása (2 gombos egereken a bal és
|
||||
jobb gombok együttes megnyomása) egy GTK-s menűt hoz elő, amiben megtalálható
|
||||
a DVD lejátszás is.</P>
|
||||
|
||||
<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>
|
||||
|
@ -152,9 +152,9 @@ stream-ekben.</P>
|
||||
|
||||
<P><B><A NAME=2.4.3.5>2.4.3.5. Enkódolás a <I>libavcodec</I> codec-ekkel</B></P>
|
||||
|
||||
<P>A libavcodec-kel egyszerűen lehet kódolni jónéhány érdekes video és
|
||||
audio formátumba (jelenleg az audio codec-ek nem támogatottak). A következő
|
||||
codec-ekkel lehet enkódolni :</P>
|
||||
<P>A <A HREF="codecs.html#2.2.1.2">libavcodec</A>-kel egyszerűen lehet kódolni
|
||||
jónéhány érdekes video és audio formátumba (jelenleg az audio codec-ek nem
|
||||
támogatottak). A következő codec-ekkel lehet enkódolni :</P>
|
||||
|
||||
<P>
|
||||
<UL>
|
||||
|
@ -90,6 +90,7 @@ mplayer \- Filmlej
|
||||
.RB [ \-mixer\ <eszköz> ]
|
||||
.RB [ \-master\ igen/nem ]
|
||||
.RB [ \-tv\ alopciók ]
|
||||
.RB [ \-rootwin ]
|
||||
.I - vagy file vagy eszköz
|
||||
.PP
|
||||
.SH LEÍRÁS
|
||||
@ -301,6 +302,10 @@ a PCM csatorna haszn
|
||||
.B \-tv\ alopciók
|
||||
Ez az opció TV-néző üzemmódba kapcsolja az MPlayer-t. A további dokumentáció
|
||||
a documentation.html file 2.5-ös fejezetében található.
|
||||
.TP
|
||||
.B \-rootwin
|
||||
külön ablak helyett a root ablakban (a háttérben) fog zajlani a lejátszás.
|
||||
Csak xv és xmga meghajtókkal működik.
|
||||
.IP
|
||||
.SH "HALADÓSZINTŰ OPCIÓK"
|
||||
.TP
|
||||
|
@ -494,6 +494,11 @@ to gain root.</LI>
|
||||
make
|
||||
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>
|
||||
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 !</P>
|
||||
|
||||
<P><B>Debian users</B> can build a .deb package for themselves, it's very
|
||||
simple. Just exec <CODE>fakeroot debian/rules binary</CODE> in <B>MPlayer</B>'s
|
||||
root dir. Detailed instructions can be found <A HREF="documentation.html#6.1">here</A>.</P>
|
||||
@ -511,11 +516,6 @@ OSD, and subtitle functionality. Download mp-arial-iso-8859-*.zip and/or optiona
|
||||
cd ~/.mplayer/font
|
||||
unzip mp-arial-iso-8859-1.zip</PRE>
|
||||
|
||||
<P>Only one thing remains: copy the <B>codecs.conf</B> file from the <CODE>etc</CODE>
|
||||
directory (relative to the <B>MPlayer</B> tree) to <CODE>$HOME/.mplayer/codecs.conf</CODE> .
|
||||
You should also check the manpage and <CODE>example.conf</CODE> for available options, and insert them
|
||||
into your config file, <CODE>$HOME/.mplayer/config</CODE> .</P>
|
||||
|
||||
|
||||
<P><B><A NAME=1.4>1.4. What about the GUI?</A></B></P>
|
||||
|
||||
@ -531,6 +531,9 @@ Then, to turn on GUI mode, you either
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<P>HINT: use the middle button (on 2 button mice press left and right
|
||||
simultaneously) for a popup GTK menu, with DVD playing option!</P>
|
||||
|
||||
<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>),
|
||||
|
@ -101,7 +101,7 @@ commands are needed :<BR>
|
||||
AVI (DivX) files, you have be aware that AVI headers don't store this
|
||||
value. Thus, the only solution is rescaling.</P>
|
||||
|
||||
<P><B>MEncoder can scale input images if they come in YV12 format (for example:
|
||||
<P><B>MEncoder</B> can scale input images if they come in YV12 format (for example:
|
||||
ffdivx, odivx drivers, or mpeg1/2). The output size is specified with the
|
||||
<CODE>-x</CODE>, and <CODE>-y</CODE> options. Furthermore, there are 3
|
||||
rescaling filters in <B>MEncoder</B>, <I>0
|
||||
@ -141,9 +141,9 @@ the video and/or audio streams.</P>
|
||||
|
||||
<P><B><A NAME=2.4.3.5>2.4.3.5. Encoding with the <I>libavcodec</I> codec family</B></P>
|
||||
|
||||
<P>libavcodec provides simple encoding to a lot of interesting video and audio
|
||||
formats (currently its audio codecs are unsupported). You can encode to the
|
||||
following codecs :</P>
|
||||
<P><A HREF="codecs.html#2.2.1.2">libavcodec</A> also provides simple encoding
|
||||
to a lot of interesting video and audio formats (currently its audio codecs are
|
||||
unsupported by us). Currently you can encode to the following codecs :</P>
|
||||
|
||||
<P>
|
||||
<UL>
|
||||
@ -160,6 +160,9 @@ following codecs :</P>
|
||||
<P>The first column contains the codec names that should be passed after the
|
||||
<CODE>vcodec</CODE> config, like : <CODE>-lavcopts vcodec=msmpeg4</CODE></P>
|
||||
|
||||
<P>An example, with MJPEG compression :<BR>
|
||||
<CODE> mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg</CODE></P>
|
||||
|
||||
<P><B><A NAME=2.4.4>2.4.4. Syntax</B></P>
|
||||
|
||||
<P> <CODE>mencoder [options] [input file] [options] ...</P>
|
||||
|
@ -101,6 +101,7 @@ mplayer \- Movie Player for Linux
|
||||
.RB [ \-tv\ suboptions ]
|
||||
.RB [ \-dapsync ]
|
||||
.RB [ \-softsleep ]
|
||||
.RB [ \-rootwin ]
|
||||
.I < - | file | URL | device >
|
||||
.PP
|
||||
.SH DESCRIPTION
|
||||
@ -312,6 +313,10 @@ mixer channel when setting the volume, and "no" means the PCM channel.
|
||||
.B \-tv\ suboptions
|
||||
this option enables the TV grabbing feature of MPlayer. For complete
|
||||
documentation, please see documentation.html chapter 2.5
|
||||
.TP
|
||||
.B \-rootwin
|
||||
play movie in the root window (desktop background) instead of opening
|
||||
a new one. Works only with the xv and xmga drivers.
|
||||
.IP
|
||||
.SH "ADVANCED OPTIONS"
|
||||
.TP
|
||||
|
Loading…
Reference in New Issue
Block a user