Mercurial > mplayer.hg
changeset 3721:66da035c4ee2
some quick updates for the prerelease
author | gabucino |
---|---|
date | Mon, 24 Dec 2001 23:00:07 +0000 |
parents | 120ac80f13c2 |
children | 1bd9efb54a62 |
files | DOCS/Hungarian/documentation.html DOCS/Hungarian/encoding.html DOCS/Hungarian/mplayer.1 DOCS/documentation.html DOCS/encoding.html DOCS/mencoder.1 DOCS/mplayer.1 |
diffstat | 7 files changed, 176 insertions(+), 30 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/documentation.html Mon Dec 24 21:28:30 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Mon Dec 24 23:00:07 2001 +0000 @@ -135,6 +135,7 @@ <LI><A HREF="encoding.html#2.4.3.2">2.4.3.2 Átméretezés</A></LI> <LI><A HREF="encoding.html#2.4.3.3">2.4.3.3 Stream másolása</A></LI> <LI><A HREF="encoding.html#2.4.3.4">2.4.3.4 Hibás index-ű AVI-k rendbehozása</A></LI> + <LI><A HREF="encoding.html#2.4.3.5">2.4.3.5 Enkódolás a libavcodec codec-ekkel</A></LI> </UL> <LI><A HREF="encoding.html#2.4.4">2.4.4 Szintaxis</A></LI> <LI><A HREF="encoding.html#2.4.5">2.4.5 Opciók</A></LI>
--- a/DOCS/Hungarian/encoding.html Mon Dec 24 21:28:30 2001 +0000 +++ b/DOCS/Hungarian/encoding.html Mon Dec 24 23:00:07 2001 +0000 @@ -5,7 +5,8 @@ <P><B><A NAME=2.4>2.4. Enkódolás a MEncoderrel</A></B></P> -<A NAME=2.4.1><P><B><I>Bevezető</I></B> +<P><B><A NAME=2.4.1>2.4.1. Bevezető</B></P> + <P>A <B>MEncoder</B> (<B>MPlayer</B>'s Movie Encoder) egy egyszerű film enkóder, az MPlayer által lejátszható formátumok (<B>AVI/DVD/VCD/VOB/MPG/MOV/VIV/NET</B>) más - MPlayerrel lejátszható - @@ -15,17 +16,22 @@ stream másoló képességgel. A közeljövőben tervezzük vágó, átméretező filterek beépítését, és hasonlókat.</P> -<A NAME=2.4.2><P><B><I>Fordítás</I></B> +<P><B><A NAME=2.4.2>2.4.2. Fordítás</B></P> + +<P> <UL> <LI>olvasd el az <B>MPlayer</B> fordítási útmutatóját, mivel információt tartalmaz arról hogy hogyan installálj <I>libdvdread-et</I> a <B>DVD</B> támogatáshoz, stb.</LI> - <LI>töltsd le a legújabb <B>DivX4linux</B> könyvtárat például + <LI><B>OPCIONÁLIS</B> - töltsd le a legújabb <B>DivX4linux</B> könyvtárat például <A HREF="http://avifile.sourceforge.net/download.htm">innen</A>, és installáld HELYESEN. Ez szükséges a DivX4 (1/2 menetes) enkódoláshoz. És mivel jelenleg ez az egyetlen módszer, a MEncoder csak Linuxon működik.</LI> - <LI>töltsd és fordítsd le a <B>libmp3lame-t</B> (a lame 3.89bétából vagy + <LI><B>OPCIONÁLIS</B> - ha a libavcodec codec-ekkel is akarsz enkódolni, + installáld a libavcodec-et, ahogyan az a <A HREF="codecs.html#2.2.1.2">libavcodec + fejezetben</A> le van írva.</LI> + <LI><B>OPCIONÁLIS</B> -töltsd és fordítsd le a <B>libmp3lame-t</B> (a lame 3.89bétából vagy CVS-ből).<BR> <B>NE GCC 2.96-TAL FORDÍTSD ! Nem fog helyesen működni !</B><BR> Ez szükségeltetik a CBR/VBR MP3 audio enkódoláshoz. Egy @@ -36,7 +42,7 @@ Azért ne ess pánikba ha pl <B>400</B> fölötti értéket kapsz, nem valószínű hogy hallod a különbséget. Jaigen, ha a fordítód nem tudja a tesztet lefuttatni.. Nos, töröld már le azt a nyavajás <B>GCC 2.96</B>-ot.</LI> - <LI>Futtasd a <CODE>./configure-t</CODE> az opcionális paramétereiddel + <LI><B>OPCIONÁLIS</B> -Futtasd a <CODE>./configure-t</CODE> az opcionális paramétereiddel (az <CODE>--enable-tv</CODE> opció bekapcsolja a V4L tunerekről grabbelő kódot), és ird be : <CODE>make mencoder</CODE>, aztán <CODE>make install</CODE>.</LI> @@ -46,7 +52,9 @@ <P>Kész. Mint minden bizonnyal tudod, más enkódolóknak szüksége van az <I>avifile</I> könyvtárra. A <B>MEncoder</B>-nek egyáltalán nincs.</P> -<A NAME=2.4.3><P><B><I>MEncoder funkciók</I></B> : +<P><B><A NAME=2.4.3>2.4.3. MEncoder funkciók</B></P> + +<P> <UL> <LI>enkódolás az összes file formátumból amit az <B>MPlayer</B> lejátszani képes</LI> @@ -73,7 +81,7 @@ </UL> </P> -<A NAME=2.4.3.1><P><B><I>2 menetes DivX4 enkódolása</I></B></P> +<P><B><A NAME=2.4.3.1>2.4.3.1. 2 menetes DivX4 enkódolása</B></P> <P>Az elnevezés onnan jön, hogy ezzel a módszerrel a file <I>kétszer</I> lesz enkódolva. Az első menet néhány pár Mb-os ideiglenes (*.log) file-t hoz létre, @@ -89,7 +97,7 @@ -o movie.avi -pass 1<BR> mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P> -<A NAME=2.4.3.2><P><B><I>Átméretezés</I></B></P> +<P><B><A NAME=2.4.3.2>2.4.3.2. Átméretezés</B></P> <P>Gyakran előjön a filmek átméretezésének igénye. Ennek oka sokféle lehet, például a fileméret csökkentése, vagy SVCD-ből DivX-be kódolás. A rippelt @@ -110,7 +118,7 @@ <P>Az átméretezés egyszerű :<BR> <CODE> mencoder sample-svcd.mpg -divx4opts br=1300 -x 640 -y 480 -sws 2 -o output.avi</CODE></P -<A NAME=2.4.3.3><P><B><I>Stream másolása</I></B></P> +<P><B><A NAME=2.4.3.3>2.4.3.3. Stream másolása</B></P> <P>A <B>MEncoder</B> kétféleképpen tudja a bemeneti stream-eket kezelni : <B>enkódolja</B> vagy csak <B>átmásolja</B> őket. Ez a rész a <B>másolásról</B> @@ -130,7 +138,7 @@ </UL> </P> -<A NAME=2.4.3.4><P><B><I>Hibás index-szel rendelkező AVI-k rendbehozása</I></B></P> +<P><B><A NAME=2.4.3.4>2.4.3.4. Hibás index-szel rendelkező AVI-k rendbehozása</B></P> <P>Legkönnyebb dolog a világon. Egyszerűen átmásoljuk a video és audio streameket, és közben a <B>MEncoder</B> létrehozza a megfelelő indexet is. @@ -139,11 +147,33 @@ <P>A parancs : <CODE>mencoder input.avi -ovc copy -oac copy -o output.avi</CODE></P> -<A NAME=2.4.4><P><B><I>Szintaxis</I></B></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> +<UL> + <LI>mjpeg - Motion JPEG</LI> + <LI>h263p - H263 Plus</LI> + <LI>mpeg4 - DivX4</LI> + <LI>msmpeg4 - a régi DivX</LI> + <LI>rv10 - egy régi RealVideo codec</LI> + <LI>mpeg1video - MPEG1 video :)</LI> +</UL> +</P> + +<P>Az első oszlopban felsorolt codec-eket kell átadni a + <CODE>vcodec</CODE> opciónak, pl : <CODE>-lavcopts vcodec=msmpeg4</CODE></P> + + +<P><B><A NAME=2.4.4>2.4.4. Szintaxis</B></P> <P> <CODE>mencoder [opciók] [bemeneti file] [opciók] ...</P> -<A NAME=2.4.5><P><B><I>Opciók</I></B></P> +<P><B><A NAME=2.4.5>2.4.5. Opciók</B></P> <P>Megj.: az összes rendelkezésre álló opcióhoz <B>olvasd el a manpage-t !</B></P> @@ -197,6 +227,7 @@ <B>help</B> - codecek listája<BR> <B>copy</B> - nincs enkódolás, csak stream másolás (most csak AVI/ASF-ből)<BR> <B>divx4</B> - enkódolás DivX4-be<BR> + <B>lavc</B> - enkódolás egy libavcodec-ben lévő codec-kel<BR> </TD> </TR> <TR> @@ -220,10 +251,27 @@ <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> Ha DivX4-be enkódolsz, itt megadhatod a paramétereket, pl :<BR> <CODE>-divx4opts br=1800:deinterlace:key=250</CODE><BR> - Leghasznosabb opcióok: <B>(a teljes lista a manpage-ban található !)</B><BR> + Leghasznosabb opciók: <B>(a teljes lista a manpage-ban található !)</B><BR> <B>help</B> - segíccség<BR> <B>br</B>=XXX - bitráta megadása kbit-ben <4-16000> vagy bitben <16001-24000000><BR> <B>q</B>=XXXX - minőség (1-leggyorsabb, 5-legjobb - alapértelmezett)<BR> + <B>key</B>=XXXX - keyframe-k közötti időintervallum<BR> + </TD> +</TR> +<TR> + <TD> </TD> + <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> + <I>-lavcopts</I></TD> + <TD> </TD> + <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> + Ha egy libavcodec-es codec-kel enkódolsz, itt megadhatod a paramétereket, pl :<BR> + <CODE>-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250</CODE><BR> + Leghasznosabb opciók: <B>(a teljes lista a manpage-ban található !)</B><BR> + <B>help</B> - segíccség<BR> + <B>vcodec</B>=XXX - video codec kiválasztása (a teljes lista a fenti libavcodec bekezdésben megtalálható)<BR> + <B>vbitrate</B>=XXX - bitráta megadása kbit-ben <4-16000> vagy bitben <16001-24000000><BR> + <B>vhq</B> - legjobb minőség (?)<BR> + <B>keyint</B>=XXX - keyframe-k közötti időintervallum<BR> </TD> </TR> <TR> @@ -235,7 +283,7 @@ Ha MP3-ba kódolsz, itt adhatod meg a paramétereket, pl :<BR> <CODE>-lameopts q=3</CODE><BR> <CODE>-lameopts br=192:cbr</CODE><BR> - Leghasznosabb opcióok: <B>(a teljes lista a manpage-ban található !)</B><BR> + Leghasznosabb opciók: <B>(a teljes lista a manpage-ban található !)</B><BR> <B>help</B> - törpítség<BR> <B>cbr</B> - <B>CBR</B>-es MP3 kiválasztása (az alapértelmezett a <B>VBR</B>)<BR> <B>br</B>=XXX - bitráta megadása kbit-ben <0-1024> (csak <B>CBR</B>-nél!)<BR> @@ -244,13 +292,16 @@ </TR> </TABLE> -<A NAME=2.4.6><P><B><I>Példák</I></B></P> +<P><B><A NAME=2.4.6>2.4.6. Példák</B></P> <P>A <B>MEncoder</B> használata a legkönnyebb dolog a Földön.</P> <P>A DVD 2-es fejezetének enkódolása :<BR> <CODE> mencoder -dvd 2 -o title2.avi</CODE></P> +<P>Ugyanez libavcodec-kel, MJPEG tömörítéssel :<BR> + <CODE> mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg</CODE></P> + <P>A DVD 2-es fejezetének enkódolása, átméretezéssel :<BR> <CODE> mencoder -dvd 2 -x 640 -y 480 -sws 2 -o title2.avi</CODE></P>
--- a/DOCS/Hungarian/mplayer.1 Mon Dec 24 21:28:30 2001 +0000 +++ b/DOCS/Hungarian/mplayer.1 Mon Dec 24 23:00:07 2001 +0000 @@ -26,6 +26,7 @@ .RB [ \-zoom ] .RB [ \-x\ x ] .RB [ \-y\ y ] +.RB [ \-sws\ szoftveres\ skálázó\ minősége ] .RB [ \-xy\ faktor ] .RB [ \-pp\ minőség ] .RB [ \-include\ configfile ] @@ -177,6 +178,16 @@ .B \-y\ y kép nagyítása y pixel magasságúra [ha a meghajtó támogatja!] .TP +.B \-sws\ szoftveres\ skálázó\ minősége +ez az opció a -zoom opcióval bekapcsolható szoftveres skálázó minőségét (és +ezzel együtt a sebességét is) befolyásolja, például x11 vagy más, hardveres +gyorsítással nem rendelkező kimenetek használatának esetén. A lehetséges +beállítások : + + 0 - gyors bilinear (alapértelmezett) + 1 - bilinear + 2 - bicubic (legjobb minőség) +.TP .B \-xy\ factor a kép nagyítása <factor>-szorosra .TP
--- a/DOCS/documentation.html Mon Dec 24 21:28:30 2001 +0000 +++ b/DOCS/documentation.html Mon Dec 24 23:00:07 2001 +0000 @@ -132,6 +132,7 @@ <LI><A HREF="encoding.html#2.4.3.2">2.4.3.2 Rescaling movies</A></LI> <LI><A HREF="encoding.html#2.4.3.3">2.4.3.3 Streamcopy</A></LI> <LI><A HREF="encoding.html#2.4.3.4">2.4.3.4 Fixing AVIs with broken index</A></LI> + <LI><A HREF="encoding.html#2.4.3.5">2.4.3.5 Encoding with the libavcodec codec family</A></LI> </UL> <LI><A HREF="encoding.html#2.4.4">2.4.4 Syntax</A></LI> <LI><A HREF="encoding.html#2.4.5">2.4.5 Available options</A></LI>
--- a/DOCS/encoding.html Mon Dec 24 21:28:30 2001 +0000 +++ b/DOCS/encoding.html Mon Dec 24 23:00:07 2001 +0000 @@ -5,7 +5,8 @@ <P><B><A NAME=2.4>2.4. Encoding with MEncoder</A></B></P> -<A NAME=2.4.1><P><B><I>Overview</I></B> +<P><B><A NAME=2.4.1>2.4.1. Overview</B></P> + <P><B>MEncoder</B> (<B>MPlayer</B>'s Movie Encoder) is a simple movie encoder, designed to encode MPlayer-playable movies (<B>AVI/DVD/VCD/VOB/MPG/MOV/VIV/NET</B>) to other MPlayer-playable formats (see @@ -14,15 +15,19 @@ copying abilities. In the future, there will be cropping, resizing filters, and other interesting stuff.</P> -<A NAME=2.4.2><P><B><I>Compiling</I></B> +<P><B><A NAME=2.4.2>2.4.2. Compiling</B></P> + +<P> <UL> - <LI>read <B>MPlayer</B>'s compilation instructions, it contains info about + <LI><B>OPTIONAL</B> - read <B>MPlayer</B>'s compilation instructions, it contains info about how to install <I>libdvdread</I> for <B>DVD</B> support, etc.</LI> - <LI>download the newest <B>DivX4linux</B> libs + <LI><B>OPTIONAL</B> - download the newest <B>DivX4linux</B> libs from <A HREF="http://avifile.sourceforge.net/download.htm">avifile.sourceforge.net</A>, and have them PROPERLY installed. This is needed for DivX4 (1/2 pass) encoding. And since this is mandatory (now), MEncoder is Linux-only.</LI> - <LI>download and compile <B>libmp3lame</B> (from lame 3.89beta or lame CVS).<BR> + <LI><B>OPTIONAL</B> - for libavcodec support, install libavcodec as + described in the <A HREF="codecs.html#2.2.1.2">libavcodec section</A>.</LI> + <LI><B>OPTIONAL</B> - download and compile <B>libmp3lame</B> (from lame 3.89beta or lame CVS).<BR> <B>WARNING : DO NOT COMPILE LAME WITH <U>GCC 2.96</U> ! It won't work properly !</B><BR> This @@ -43,7 +48,9 @@ <P>You are ready. As you probably know, other encoding tools need the <I>avifile</I> library installed. <B>MEncoder</B> doesn't need it at all.</P> -<A NAME=2.4.3><P><B><I>MEncoder features</I></B> : +<P><B><A NAME=2.4.3>2.4.3. MEncoder features</B></P> + +<P> <UL> <LI>encoding from the wide range of fileformats and decoders of <B>MPlayer</B></LI> <LI>encoding from <B>V4L compatible TV tuners</B></LI> @@ -68,7 +75,7 @@ </UL> </P> -<A NAME=2.4.3.1><P><B><I>Encoding 2-pass DivX4</I></B></P> +<P><B><A NAME=2.4.3.1>2.4.3.1. Encoding 2-pass DivX4</B></P> <P>The name comes from the fact that this method encodes the file <I>twice</I>. The first encoding (dubbed <I>pass</I>) creates some temporary files (*.log) with a @@ -83,7 +90,7 @@ -o movie.avi -pass 1<BR> mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P> -<A NAME=2.4.3.2><P><B><I>Rescaling movies</I></B></P> +<P><B><A NAME=2.4.3.2>2.4.3.2. Rescaling movies</B></P> <P>Often the need to resize movie images' size emerges. Its reasons can be many, examples are decreasing output file size, encoding SVCDs to DivX. Ripped DVDs @@ -96,14 +103,14 @@ <P>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 - : fast 1 : bilinear</I>, <I>2 : bilinear</I>, <I>bicubic</I> (best quality). + : fast bilinear</I>, <I>1 : bilinear</I>, <I>2 : bicubic</I> (best quality). They can be specified with the <CODE>-sws</CODE> option. If not specified, <B>MEncoder</B> will use 0 : fast bilinear.</P> <P>Rescaling is very simple :<BR> <CODE> mencoder sample-svcd.mpg -divx4opts br=1300 -x 640 -y 480 -sws 2 -o output.avi</CODE></P> -<A NAME=2.4.3.3><P><B><I>Stream copying</I></B></P> +<P><B><A NAME=2.4.3.3>2.4.3.3. Stream copying</B></P> <P><B>MEncoder</B> can handle input streams in two ways : <B>encode</B> or <B>copy</B> them. This section is about <B>copying</B>.</P> @@ -121,7 +128,7 @@ </UL> </P> -<A NAME=2.4.3.4><P><B><I>Fixing AVIs with broken index</I></B></P> +<P><B><A NAME=2.4.3.4>2.4.3.4. Fixing AVIs with broken index</B></P> <P>Easiest thing. We simply copy the video and audio streams, and <B>MEncoder</B> generates the index. Of course this cannot fix possible bugs in @@ -129,11 +136,32 @@ <P>Command : <CODE>mencoder input.avi -ovc copy -oac copy -o output.avi</CODE></P> -<A NAME=2.4.4><P><B><I>Syntax</I></B></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> +<UL> + <LI>mjpeg - Motion JPEG</LI> + <LI>h263p - H263 Plus</LI> + <LI>mpeg4 - DivX4</LI> + <LI>msmpeg4 - the old DivX</LI> + <LI>rv10 - an old RealVideo codec</LI> + <LI>mpeg1video - MPEG1 video :)</LI> +</UL> +</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><B><A NAME=2.4.4>2.4.4. Syntax</B></P> <P> <CODE>mencoder [options] [input file] [options] ...</P> -<A NAME=2.4.5><P><B><I>Available options</I></B></P> +<P><B><A NAME=2.4.5>2.4.5. Available options</B></P> <P>NOTE : for all available options, <B>read the manpage !</B></P> @@ -187,6 +215,7 @@ <B>help</B> - get list of available codecs<BR> <B>copy</B> - no encoding, just copy the stream (only from AVI/ASF now)<BR> <B>divx4</B> - encode to DivX4<BR> + <B>lavc</B> - encode with a codec from libavcodec<BR> </TD> </TR> <TR> @@ -214,6 +243,23 @@ <B>help</B> - get help<BR> <B>br</B>=XXX - specify bitrate in kbit <4-16000> or bit <16001-24000000><BR> <B>q</B>=XXXX - quality (1-fastest, 5-best - default 5)<BR> + <B>key</B>=XXXX - keyframe interval<BR> + </TD> +</TR> +<TR> + <TD> </TD> + <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> + <I>-lavcopts</I></TD> + <TD> </TD> + <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2> + If encoding with libavcodec, you can specify its parameters here, like:<BR> + <CODE>-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250</CODE><BR> + Common options: <B>(for full list, check the manpage!)</B><BR> + <B>help</B> - get help<BR> + <B>vcodec</B>=XXX - select videocodec (for the full list, see the libavcodec section above)<BR> + <B>vbitrate</B>=XXX - specify bitrate in kbit <4-16000> or bit <16001-24000000><BR> + <B>vhq</B> - high quality<BR> + <B>keyint</B>=XXX - keyframe interval<BR> </TD> </TR> <TR> @@ -234,13 +280,16 @@ </TR> </TABLE> -<A NAME=2.4.6><P><B><I>Examples</I></B></P> +<P><B><A NAME=2.4.6>2.4.6. Examples</B></P> <P>Using <B>MEncoder</B> is the easiest thing on Earth. See the following :</P> <P>Encoding from DVD, title 2 :<BR> <CODE> mencoder -dvd 2 -o title2.avi</CODE></P> +<P>The same, but with libavcodec family, MJPEG compression :<BR> + <CODE> mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg</CODE></P> + <P>Encoding from DVD, title 2, with rescaling :<BR> <CODE> mencoder -dvd 2 -x 640 -y 480 -sws 2 -o title2.avi</CODE></P>
--- a/DOCS/mencoder.1 Mon Dec 24 21:28:30 2001 +0000 +++ b/DOCS/mencoder.1 Mon Dec 24 23:00:07 2001 +0000 @@ -27,6 +27,7 @@ .RB [ \-ovc\ <video\ codec\ name> ] .RB [ \-oac\ <audio\ codec\ name> ] .RB [ \-divx4opts\ <codec\ options> ] +.RB [ \-lavcopts\ <codec\ options> ] .RB [ \-lameopts\ <codec\ options> ] .RB [ \-pass\ <1/2> ] .RB [ \-passlogfile\ <filename> ] @@ -119,6 +120,7 @@ -ovc help get help -ovc copy no encoding, just streamcopy -ovc divx4 encode to DivX4 + -ovc lavc encode with a libavcodec codec .TP .B \-oac <codecname> Encode with the given codec (codec names are from codecs.conf). @@ -154,6 +156,24 @@ reaction ratio .TP +.B \-lavcopts +If encoding with a codec from libavcodec, you can specify its parameters here, +like: + + -lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250 + +Available options: + + help get help + vcodec=XXX use the specified codec + (for full list, see html doc!) + vbitrate=XXX specify bitrate in + kbit <4-16000> or + bit <16001-24000000> + keyint=XXX interval between keyframes + (specify in frames) + vhq very high quality +.TP .B \-lameopts If encoding to MP3 with libmp3lame, you can specify its parameters here, like: @@ -212,7 +232,7 @@ .B \-sws (0-2> Type of scaling method - 0 fast bilinear + 0 fast bilinear (default) 1 bilinear 2 bicubic (best quality) @@ -222,6 +242,9 @@ .B Encoding DVD title #2 mencoder -dvd 2 -o title2.avi .TP +.B The same, but with libavcodec family, MJPEG compression +mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg +.TP .B Encoding from HTTP mencoder http://mplayer.hq/example.avi -o example.avi .TP
--- a/DOCS/mplayer.1 Mon Dec 24 21:28:30 2001 +0000 +++ b/DOCS/mplayer.1 Mon Dec 24 23:00:07 2001 +0000 @@ -26,6 +26,7 @@ .RB [ \-zoom ] .RB [ \-x\ x ] .RB [ \-y\ y ] +.RB [ \-sws\ software\ scaler\ type ] .RB [ \-xy\ factor ] .RB [ \-pp\ quality ] .RB [ \-include\ configfile ] @@ -173,6 +174,15 @@ .B \-y\ y scale image to y height .TP +.B \-sws\ software\ scaler\ type +this option sets the quality (and speed, respectively) of the software scaler, +with the -zoom option. For example with x11 or other outputs which lack +hardware acceleration. Possible settings are : + + 0 - fast bilinear (default) + 1 - bilinear + 2 - bicubic (best quality) +.TP .B \-xy\ factor scale image by <factor> .TP