summaryrefslogtreecommitdiffstats
path: root/DOCS/xml
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml')
-rw-r--r--DOCS/xml/en/bugs.xml79
-rw-r--r--DOCS/xml/en/codecs.xml130
-rw-r--r--DOCS/xml/en/install.xml154
-rw-r--r--DOCS/xml/hu/codecs.xml451
-rw-r--r--DOCS/xml/hu/documentation.xml5
-rw-r--r--DOCS/xml/hu/encoding-guide.xml8
-rw-r--r--DOCS/xml/hu/install.xml163
-rw-r--r--DOCS/xml/hu/mencoder.xml5
-rw-r--r--DOCS/xml/hu/tvinput.xml7
-rw-r--r--DOCS/xml/hu/video.xml19
-rw-r--r--DOCS/xml/it/codecs.xml456
-rw-r--r--DOCS/xml/it/containers.xml539
-rw-r--r--DOCS/xml/it/documentation.xml52
-rw-r--r--DOCS/xml/it/encoding-guide.xml203
-rw-r--r--DOCS/xml/it/faq.xml2
-rw-r--r--DOCS/xml/it/install.xml185
-rw-r--r--DOCS/xml/it/mencoder.xml7
-rw-r--r--DOCS/xml/it/tvinput.xml10
-rw-r--r--DOCS/xml/it/video.xml109
19 files changed, 692 insertions, 1892 deletions
diff --git a/DOCS/xml/en/bugs.xml b/DOCS/xml/en/bugs.xml
index 35e0b55c1b..565dedf200 100644
--- a/DOCS/xml/en/bugs.xml
+++ b/DOCS/xml/en/bugs.xml
@@ -8,13 +8,6 @@
<itemizedlist>
<listitem>
- <para>SIGILL (signal 4) on P3 using 2.2.x kernels:</para>
- <para>Problem: kernel 2.2.x doesn't have proper (working) SSE support</para>
- <para>Solution: upgrade kernel to 2.4.x</para>
- <para>Workaround: <command>./configure --disable-sse</command></para>
-</listitem>
-
-<listitem>
<para>General SIGILL (signal 4):</para>
<para>
Problem: you compiled and run <application>MPlayer</application> on
@@ -139,78 +132,6 @@
</itemizedlist>
</sect2>
-<!-- ********** -->
-
-<sect2 id="bugs-nosound">
-<title>No sound at all</title>
-
-<itemizedlist>
-<listitem>
- <para>your file uses an unsupported audio codec</para>
- <para>
- Solution: read the documentation and help us adding support for it
- </para>
-</listitem>
-</itemizedlist>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="bugs-nopicture">
-<title>No picture at all (just plain grey/green window)</title>
-
-<itemizedlist>
-<listitem>
- <para>your file uses an unsupported video codec</para>
- <para>
- Solution: read the documentation and help us adding support for it
- </para>
-</listitem>
-
-<listitem>
- <para>
- auto-selected codec can't decode the file, try to select another using
- <option>-vc</option> or <option>-vfm</option> options
- </para>
-</listitem>
-</itemizedlist>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="bugs-video">
-<title>Video-out problems</title>
-
-<para>
-First note that the options <option>-fs</option>, <option>-vm</option> and
-<option>-zoom</option> are not supported by all drivers. Plus, not all
-drivers support scaling/zooming in hardware.
-</para>
-
-<formalpara>
-<title>OSD/sub flickering</title>
-<para>
-<itemizedlist>
- <listitem><para>x11 driver: sorry, it can't be fixed now</para></listitem>
- <listitem><para>xv driver: use <option>-double</option> option</para></listitem>
-</itemizedlist>
-</para>
-</formalpara>
-
-<formalpara>
-<title>Green image using mga_vid
- (<option>-vo mga</option> / <option>-vo xmga</option>)</title>
-<para>
-<itemizedlist>
-<listitem><para>
- mga_vid misdetected your card's RAM amount, reload it using
- <option>mga_ram_size</option> option.
-</para></listitem>
-</itemizedlist>
-</para>
-</formalpara>
-
-</sect2>
</sect1>
</appendix>
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index bb63a39cc0..42af3a1be8 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -17,136 +17,6 @@ please read the <link linkend="codec-importing">codec importing HOWTO</link>
and help us add support for it.
</para>
-<sect1 id="codec_installation">
-<title>Codec installation</title>
-
-<!-- ********** -->
-
-<sect2 id="xvid">
-<title>Xvid</title>
-
-<para>
-<ulink url="http://www.xvid.org">Xvid</ulink> is a free software MPEG-4 ASP
-compliant video codec. Note that Xvid is not necessary to decode Xvid-encoded
-video. <systemitem class="library">libavcodec</systemitem> is used by
-default as it offers better speed.
-</para>
-
-<procedure>
-<title>Installing <systemitem class="library">Xvid</systemitem></title>
-<para>
- Like most open source software, it is available in two flavors:
- <ulink url="http://www.xvid.org/downloads.html">official releases</ulink>
- and the CVS version.
- The CVS version is usually stable enough to use, as most of the time it
- features fixes for bugs that exist in releases.
- Here is what to do to make <systemitem class="library">Xvid</systemitem>
- CVS work with <application>MEncoder</application>:
-</para>
-<step><para>
- <screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</screen>
-</para></step>
-<step><para>
- <screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co xvidcore</screen>
-</para></step>
-<step><para>
- <screen>cd xvidcore/build/generic</screen>
-</para></step>
-<step><para>
- <screen>./bootstrap.sh &amp;&amp; ./configure</screen>
- You may have to add some options (examine the output of
- <command>./configure --help</command>).
-</para></step>
-<step><para>
- <screen>make &amp;&amp; make install</screen>
-</para></step>
-<step><para>
- Recompile <application>MPlayer</application>.
-</para></step>
-</procedure>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="codec-x264">
-<title><systemitem class="library">x264</systemitem></title>
-
-<para>
-<ulink url="http://developers.videolan.org/x264.html"><systemitem class="library">x264</systemitem></ulink>
-is a library for creating H.264 video.
-<application>MPlayer</application> sources are updated whenever
-an <systemitem class="library">x264</systemitem> API change
-occurs, so it is always suggested to use
-<application>MPlayer</application> from Subversion.
-</para>
-
-<para>
-If you have a GIT client installed, the latest x264
-sources can be gotten with this command:
-<screen>git clone git://git.videolan.org/x264.git</screen>
-
-Then build and install in the standard way:
-<screen>./configure &amp;&amp; make &amp;&amp; make install</screen>
-
-Now rerun <filename>./configure</filename> for
-<application>MPlayer</application> to pick up
-<systemitem class="library">x264</systemitem> support.
-</para>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="aac">
-<title>AAC</title>
-
-<para>
-An open source AAC decoder called FAAD2 is available from
-<ulink url="http://www.audiocoding.com/downloads.html"/>.
-<application>MPlayer</application> includes a copy of it in its source tree.
-If you want to use the external library instead, install it and pass
-<option>--enable-faad-external</option> to <filename>./configure</filename>.
-</para>
-
-<para>
-FAAD2 binaries are not available from audiocoding.com, but you can (apt-)get
-Debian packages from
-<ulink url="http://www.debian-multimedia.org/">Christian Marillat</ulink>,
-Mandrake/Mandriva RPMs from the <ulink url="http://plf.zarb.org">P.L.F</ulink>
-and Fedora RPMs from <ulink url="http://rpm.livna.org/">Livna</ulink>.
-</para>
-<para>
-If you choose to build from source, you do not need all of FAAD2 to decode
-AAC files, libfaad is enough. Build it like this:
-<screen>
-cd faad2/
-sh bootstrap
-./configure
-cd libfaad
-make
-make install
-</screen>
-</para>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="amr">
-<title>AMR</title>
-
-<para>
-Adaptive Multi-Rate speech codec is used in third generation (3G) mobile
-phones.
-Reference implementation is available from
-<ulink url="http://www.3gpp.org">The 3rd Generation Partnership Project</ulink>
-(free for private use).
-To enable support, download and install support libraries for
-<ulink url="http://www.penguin.cz/~utx/amr">AMR-NB and AMR-WB</ulink>
-following the instructions on that page. Recompile MPlayer afterwards.
-</para>
-</sect2>
-
-</sect1>
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index 1dd915f1cf..25440e429c 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -87,7 +87,7 @@ answers.
</para></listitem>
<listitem><para>
<emphasis role="bold"><ulink url="http://www.underbit.com/products/mad/">libmad</ulink></emphasis>
- - optional, for for fast integer-only MP3 decoding on FPU-less platforms
+ - optional, for fast integer-only MP3 decoding on FPU-less platforms
</para></listitem>
</itemizedlist>
</sect1>
@@ -347,6 +347,158 @@ the Preferences menu is currently UNIMPLEMENTED!
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+<sect1 id="codec-installation">
+<title>Codec installation</title>
+
+<!-- ********** -->
+
+<sect2 id="xvid">
+<title>Xvid</title>
+
+<para>
+<ulink url="http://www.xvid.org">Xvid</ulink> is a free software MPEG-4 ASP
+compliant video codec. Note that Xvid is not necessary to decode Xvid-encoded
+video. <systemitem class="library">libavcodec</systemitem> is used by
+default as it offers better speed.
+</para>
+
+<procedure>
+<title>Installing <systemitem class="library">Xvid</systemitem></title>
+<para>
+ Like most open source software, it is available in two flavors:
+ <ulink url="http://www.xvid.org/downloads.html">official releases</ulink>
+ and the CVS version.
+ The CVS version is usually stable enough to use, as most of the time it
+ features fixes for bugs that exist in releases.
+ Here is what to do to make <systemitem class="library">Xvid</systemitem>
+ CVS work with <application>MEncoder</application>:
+</para>
+<step><para>
+ <screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</screen>
+</para></step>
+<step><para>
+ <screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co xvidcore</screen>
+</para></step>
+<step><para>
+ <screen>cd xvidcore/build/generic</screen>
+</para></step>
+<step><para>
+ <screen>./bootstrap.sh &amp;&amp; ./configure</screen>
+ You may have to add some options (examine the output of
+ <command>./configure --help</command>).
+</para></step>
+<step><para>
+ <screen>make &amp;&amp; make install</screen>
+</para></step>
+<step><para>
+ Recompile <application>MPlayer</application>.
+</para></step>
+</procedure>
+</sect2>
+
+<!-- ********** -->
+
+<sect2 id="codec-x264">
+<title><systemitem class="library">x264</systemitem></title>
+
+<para>
+<ulink url="http://developers.videolan.org/x264.html"><systemitem class="library">x264</systemitem></ulink>
+is a library for creating H.264 video.
+<application>MPlayer</application> sources are updated whenever
+an <systemitem class="library">x264</systemitem> API change
+occurs, so it is always suggested to use
+<application>MPlayer</application> from Subversion.
+</para>
+
+<para>
+If you have a GIT client installed, the latest x264
+sources can be gotten with this command:
+<screen>git clone git://git.videolan.org/x264.git</screen>
+
+Then build and install in the standard way:
+<screen>./configure &amp;&amp; make &amp;&amp; make install</screen>
+
+Now rerun <filename>./configure</filename> for
+<application>MPlayer</application> to pick up
+<systemitem class="library">x264</systemitem> support.
+</para>
+</sect2>
+
+<!-- ********** -->
+
+<sect2 id="aac">
+<title>AAC</title>
+
+<para>
+An open source AAC decoder called FAAD2 is available from
+<ulink url="http://www.audiocoding.com/downloads.html"/>.
+<application>MPlayer</application> includes a copy of it in its source tree.
+If you want to use the external library instead, install it and pass
+<option>--enable-faad-external</option> to <filename>./configure</filename>.
+</para>
+
+<para>
+FAAD2 binaries are not available from audiocoding.com, but you can (apt-)get
+Debian packages from
+<ulink url="http://www.debian-multimedia.org/">Christian Marillat</ulink>,
+Mandrake/Mandriva RPMs from the <ulink url="http://plf.zarb.org">P.L.F</ulink>
+and Fedora RPMs from <ulink url="http://rpm.livna.org/">Livna</ulink>.
+</para>
+<para>
+If you choose to build from source, you do not need all of FAAD2 to decode
+AAC files, libfaad is enough. Build it like this:
+<screen>
+cd faad2/
+sh bootstrap
+./configure
+cd libfaad
+make
+make install
+</screen>
+</para>
+</sect2>
+
+<!-- ********** -->
+
+<sect2 id="amr">
+<title>AMR</title>
+
+<para>
+Adaptive Multi-Rate speech codec is used in third generation (3G) mobile
+phones.
+Reference implementation is available from
+<ulink url="http://www.3gpp.org">The 3rd Generation Partnership Project</ulink>
+(free for private use).
+To enable support, download and install support libraries for
+<ulink url="http://www.penguin.cz/~utx/amr">AMR-NB and AMR-WB</ulink>
+following the instructions on that page. Recompile MPlayer afterwards.
+</para>
+</sect2>
+
+<sect2 id="xmms">
+<title>XMMS</title>
+
+<para>
+<application>MPlayer</application> can use <application>XMMS</application> input
+plugins to play many file formats. There are plugins for SNES game tunes, SID
+tunes (from Commodore 64), many Amiga formats, .xm, .it, VQF, Musepack, Bonk,
+shorten and many others. You can find them at the
+<ulink url="http://www.xmms.org/plugins.php?category=input">XMMS input plugin page</ulink>.
+</para>
+
+<para>
+For this feature you need to have <application>XMMS</application> and compile
+<application>MPlayer</application> with
+<filename>./configure --enable-xmms</filename>.
+</para>
+</sect2>
+
+</sect1>
+
+
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+
<sect1 id="rtc">
<title>RTC</title>
diff --git a/DOCS/xml/hu/codecs.xml b/DOCS/xml/hu/codecs.xml
index eb2619f375..190ef0ea50 100644
--- a/DOCS/xml/hu/codecs.xml
+++ b/DOCS/xml/hu/codecs.xml
@@ -1,11 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- synced with r27102 -->
+<!-- synced with r27852 -->
<chapter id="codecs">
<title>Codec-ek</title>
-<sect1 id="video-codecs">
-<title>Videó codec-ek</title>
-
<para>
A <ulink url="../../codecs-status.html">codec státusz táblázat</ulink>
tartalmazza az összes támogatott codec-et, napi frissítéssel.
@@ -14,328 +11,11 @@ Néhány MPlayerrel használható bináris codec elérhető a weboldalunk
</para>
<para>
-A legfontosabb dolgok:
-</para>
-
-<itemizedlist>
-<listitem><para>
- <emphasis role="bold">MPEG-1</emphasis> (<emphasis role="bold">VCD</emphasis>) és
- <emphasis role="bold">MPEG-2</emphasis> (<emphasis role="bold">DVD</emphasis>) videó
-</para></listitem>
-<listitem><para>
- natív dekódolók <emphasis role="bold">az összes DivX variánshoz,
- 3ivX-hez, Microsoft MPEG-4</emphasis> v1, v2 és más MPEG4 variánsokhoz
-</para></listitem>
-<listitem><para>
- natív dekódoló <emphasis role="bold">Windows Media Video 7/8</emphasis>
- (<emphasis role="bold">WMV1/WMV2</emphasis>), és Win32 DLL dekódoló
- a <emphasis role="bold">Windows Media Video 9</emphasis> formátumhoz
- (<emphasis role="bold">WMV3</emphasis>),
- mindkettőt a <filename>.wmv</filename> fájloknál használjuk
-</para></listitem>
-<listitem><para>
- natív <emphasis role="bold">Sorenson 1 (SVQ1)</emphasis> dekódoló
-</para></listitem>
-<listitem><para>
- natív <emphasis role="bold">Sorenson 3 (SVQ3)</emphasis> dekódoló
-</para></listitem>
-<listitem><para>
- <emphasis role="bold">3ivx</emphasis> v1, v2 dekódoló
-</para></listitem>
-<listitem><para>
- Cinepak és <emphasis role="bold">Intel Indeo</emphasis> codec
- (3.1,3.2,4.1,5.0)
-</para></listitem>
-<listitem><para>
- <emphasis role="bold">MJPEG</emphasis>, AVID, VCR2, ASV2 és más hardveres
- formátumok
-</para></listitem>
-<listitem><para>
- VIVO 1.0, 2.0, I263 és egyéb <emphasis role="bold">H.263(+)</emphasis>
- variánsok
-</para></listitem>
-<listitem><para>
- FLI/FLC
-</para></listitem>
-<listitem><para>
- <emphasis role="bold">RealVideo 1.0 &amp; 2.0</emphasis> a
- <systemitem class="library">libavcodec</systemitem>-ből és
- <emphasis role="bold">RealVideo 3.0 &amp; 4.0</emphasis> codec a
- RealPlayer könyvtárak felhasználásával
-</para></listitem>
-<listitem><para>
- natív dekódoló HuffYUV-hoz
-</para></listitem>
-<listitem><para>
- különböző régi, egyszerű, RLE-szerű formátum
-</para></listitem>
-</itemizedlist>
-
-<para>
-Ha van olyan Win32 codec-ed, ami nincs a listában és még nem támogatott,
+Ha van olyan Win32 codec-ed, ami még nem támogatott,
olvasd el a <link linkend="codec-importing">codec importálás HOGYAN</link>-t
és segítsd a munkánkat.
</para>
-<!-- ********** -->
-
-<sect2 id="ffmpeg" xreflabel="FFmpeg/libavcodec">
-<title>FFmpeg/libavcodec</title>
-
-<para>
-Az <ulink url="http://ffmpeg.org">FFmpeg</ulink> tartalmazza
-a <systemitem class="library">libavcodec</systemitem>-et, a
-vezető nyílt forráskódú videó és audió codec függvénykönyvtárat.
-Képes a legtöbb multimédiás formátum dekódolására, általában az
-alternatíváknál gyorsabban, valamint egyre több formátumot támogat.
-Ez az alapértelmezett dekódoló az <application>MPlayer</application>
-által támogatott codec-ek nagy részénél. A kódolás szintén
-lehetséges pár formátumba, melyeket támogat is a
-<application>MEncoder</application>.
-</para>
-
-<para>
-Az összes támogatott
-<ulink url="http://ffmpeg.mplayerhq.hu/general.html#SEC6">videó</ulink>
-és <ulink url="http://ffmpeg.mplayerhq.hu/general.html#SEC7">audió</ulink>
-codec-ek listájáért látogasd meg az FFmpeg weboldalát.
-</para>
-
-<para>
-Az <application>MPlayer</application> tartalmazza a
-<systemitem class="library">libavcodec</systemitem>-et.
-Csak futtasd a <filename>./configure</filename>-t és fordíts.
-</para>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="xvid">
-<title>Xvid</title>
-
-<para>
-Az <ulink url="http://www.xvid.org">Xvid</ulink> egy szabad szoftveres MPEG-4
-ASP kompatibilis videó codec, ami tud két lépésben kódolni és teljes MPEG-4
-ASP támogatás van benne, ezáltal sokkal hatékonyabb, mint a jólismert DivX
-codec. Nagyon jó videó minőséget kínál és a CPU optimalizációknak hála a
-legtöbb modern processzoron a teljesítménye is jó.
-</para>
-
-<para>
-Az OpenDivX codec forkolt fejlesztésként indult annak idején.
-A fork akkor történt, amikor a ProjectMayo az OpenDivX-et zárt forráskódúvá
-tette DivX4 néven, felbosszantva így a nem-ProjectMayo-s fejlesztőket,
-akik az OpenDivX-en dolgoztak, s akik így elindították az Xvid-et. Így mindkét
-projektnek azonosak a gyökereik.
-</para>
-
-<para>
-Jegyezd meg, hogy az Xvid nem szükséges az Xvid-es videók dekódolásához.
-A <systemitem class="library">libavcodec</systemitem> az alapértelmezett,
-mivel jobb a sebessége.
-</para>
-
-<procedure>
-<title>Az <systemitem class="library">Xvid</systemitem> telepítése</title>
-<para>
- Mint a legtöbb nyílt forráskódú program, ez is két formában érhető el:
- <ulink url="http://www.xvid.org/downloads.html">hivatalos kiadás</ulink>
- és a CVS verzió.
- A CVS verzió általában elég stabil a használathoz, mivel legtöbbször csak
- a kiadásokban benne lévő hibák javításait tartalmazza.
- Itt van lépésről lépésre, hogy mit kell tenned, ha az <systemitem class="library">Xvid</systemitem>
- CVS-t használni akarod a <application>MEncoder</application>rel (szükséged
- lesz az <application>autoconf</application> 2.50-re, az <application>automake</application>-re
- és a <application>libtool</application>-ra):
-</para>
-<step><para>
- <screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</screen>
-</para></step>
-<step><para>
- <screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co xvidcore</screen>
-</para></step>
-<step><para>
- <screen>cd xvidcore/build/generic</screen>
-</para></step>
-<step><para>
- <screen>./bootstrap.sh</screen>
-</para></step>
-<step><para>
- <screen>./configure</screen>
- Meg kell adnod pár kapcsolót (tanulmányozd a
- <command>./configure --help</command> kimenetét).
-</para></step>
-<step><para>
- <screen>make &amp;&amp; make install</screen>
-</para></step>
-<step><para>
- Ha megadtad a <option>--enable-divxcompat</option> kapcsolót,
- másold át a <filename>../../src/divx4.h</filename> fájlt a
- <filename class="directory">/usr/local/include/</filename>könyvtárba.
-</para></step>
-<step><para>
- Fordítsd újra az <application>MPlayer</application>t.
-</para></step>
-</procedure>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="codec-x264">
-<title><systemitem class="library">x264</systemitem></title>
-
-<sect3 id="codec-x264-whatis">
-<title>Mi az az <systemitem class="library">x264</systemitem>?</title>
-
-<para>
-Az <ulink url="http://developers.videolan.org/x264.html"><systemitem class="library">x264</systemitem></ulink>
-egy függvénykönyvtár a H.264 videó folyamok létrehozásához.
-Még nincs kész 100%-ig, de támogatja a H.264 legtöbb minőségjavító
-tulajdonságát.
-Van számos fejlett tulajdonság a H.264 specifikációjában, aminek
-semmi köze a videó minőségéhez; ezek többsége még nincs implementálva
-az <systemitem class="library">x264</systemitem>-ben.
-</para>
-
-<itemizedlist>
-<title>Kódoló tulajdonságai</title>
- <listitem><para>CAVLC/CABAC</para></listitem>
- <listitem><para>Többszörös hivatkozás</para></listitem>
- <listitem><para>
- Intra: az összes makroblokk típus (16x16, 8x8 és 4x4 az összes előrejelzéssel)
- </para></listitem>
- <listitem><para>
- Inter P: az összes elosztás (16x16-tól le 4x4-ig)
- </para></listitem>
- <listitem><para>
- Inter B: elosztás 16x16-tól le 8x8-ig (beleértve a SKIP/DIRECT-et)
- </para></listitem>
- <listitem><para>
- Rátavezérlés: konstans kvantáló, konstans bitráta, egy vagy többlépéses ABR,
- opcionális VBV
- </para></listitem>
- <listitem><para>Jelenet vágás detektálása</para></listitem>
- <listitem><para>Adaptív B-kocka elhelyezés</para></listitem>
- <listitem><para>
- B-kocka mint referencia / önkényes képkocka sorrend
- </para></listitem>
- <listitem><para>8x8 és 4x4 adaptív térbeli transzformáció</para></listitem>
- <listitem><para>Veszteségmentes mód</para></listitem>
- <listitem><para>Egyedi kvantálási matricák</para></listitem>
- <listitem><para>Több szelet párhuzamos kódolása</para></listitem>
- <listitem><para>Interlacing</para></listitem>
-</itemizedlist>
-</sect3>
-
-
-<sect3 id="codec-h264-whatis">
-<title>Mi az a H.264?</title>
-
-<para>
-A H.264 az ITU és az MPEG által közösen fejlesztett új digitális
-videó codec egyik neve.
-Hivatkoznak rá még olyan kellemetlen neveken is, mint
-"ISO/IEC 14496-10" vagy "MPEG-4 Part 10".
-Legtöbbször "MPEG-4 AVC" vagy csak "AVC" néven szerepel.
-</para>
-
-<para>
-Bárhogy is nevezed, a H.264 megéri, hogy kipróbáld, mert általában eléri
-az MPEG-4 ASP minőségét 5%-30%-kal kisebb bitrátával.
-A valódi eredmények mind a forrás anyagtól, mind a kódolótól függnek.
-A H.264 előnyei nem jönnek ingyen: a H.264 folyamok dekódolásának
-elég meredek a CPU és memória igénye.
-Például egy 1733 Mhz-es Athlon-on egy DVD felbontású 1500kbps-es H.264
-videó kb. 35% CPU-t használ a dekódoláshoz.
-Összehasonlításként egy DVD felbontású 1500kbps-es MPEG-4 ASP folyamnak
-10% körüli CPU kell.
-Ez azt jelenti, hogy a nagy-felbontású folyamok dekódolása szinte
-szóba se jön a legtöbb felhasználónál.
-Azt is jelenti, hogy egy tisztességes DVD rip néha akadhat a 2.0
-Ghz-nél lassabb processzorokon, és így tovább.
-</para>
-
-<para>
-Az <systemitem class="library">x264</systemitem>-mal
-a kódolási szükségletek nem sokkal rosszabbak, mint amit az
-MPEG-4 ASP-nél megszoktál.
-Például egy 1733 Mhz-es Athlon-on egy tipikus DVD kódolás 5-15
-fps-sel fut.
-</para>
-
-<para>
-Ennek a dokumentumnak nem célja a H.264 részletes leírása, ha
-érdekel egy rövid áttekintés, akkor olvasd el a
-<ulink url="http://www.cdt.luth.se/~peppar/kurs/smd151/spie04-h264OverviewPaper.pdf">The H.264/AVC Advanced Video Coding Standard: Overview and Introduction to the Fidelity Range Extensions</ulink>
-című írást.
-</para>
-</sect3>
-
-
-<sect3 id="codec-x264-playback">
-<title>Hogyan tudok lejátszani H.264 videókat az
- <application>MPlayer</application>rel?</title>
-
-<para>
-Az <application>MPlayer</application> a
-<systemitem class="library">libavcodec</systemitem> H.264
-dekódolóját használja.
-A <systemitem class="library">libavcodec</systemitem> már 2004.
-júliusa óta tartalmaz egy minimálisan használható H.264 dekódolást,
-de azóta több fontos változás és fejlesztés történt, mind a
-támogatott funkcionalitások, mind a CPU felhasználás szempontjából.
-Csak a biztonság kedvéért érdemes mindig a legfrissebb Subversion
-kódot használni.
-</para>
-
-<para>
-Ha gyors és könnyen emészthető formában szeretnél információkat arról,
-hogy milyen új változások történtek a <systemitem class="library">libavcodec</systemitem>
-H.264 dekódolójában, tartsd figyelemmel az
-<ulink url="http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/h264.c?view=log">FFmpeg Subversion fájának web-es felületét</ulink>.
-</para>
-</sect3>
-
-
-<sect3 id="codec-x264-encode">
-<title>Hogyan tudok a <application>MEncoder</application>rel
- és az <systemitem class="library">x264</systemitem>-gyel videót kódolni?</title>
-
-<para>
-Ha van feltelepítve GIT kliensed, a legújabb x264
-forrást letöltheted ezzel a paranccsal:
-<screen>git clone git://git.videolan.org/x264.git</screen>
-Az <application>MPlayer</application> forrás mindig frissül, ha
-egy <systemitem class="library">x264</systemitem> API változás
-jelenik meg, így javasolt az <application>MPlayer</application>
-Subversion verziójának használata.
-Talán ez a szituáció változni fog ha egy
-<systemitem class="library">x264</systemitem> "kiadás" megjelenik.
-Addig az <systemitem class="library">x264</systemitem> egy kicsit
-instabilként kezelendő, figyelembe véve, hogy a programozási
-felülete is változik.
-</para>
-
-<para>
-Az <systemitem class="library">x264</systemitem> a szabványos módon
-fordítható le és telepíthető:
-<screen>./configure &amp;&amp; make &amp;&amp; sudo make install</screen>
-Ez telepíti a libx264.a-t a /usr/local/lib könyvtárba és az x264.h-t
-beleteszi a /usr/local/include-ba.
-
-Miután az <systemitem class="library">x264</systemitem> függvénykönyvtár
-és a fejléc fájl a megfelelő helyre került, az
-<application>MPlayer</application> fordítása
-<systemitem class="library">x264</systemitem> támogatással már egyszerű.
-csak futtasd a szabványos parancsokat:
-<screen>./configure &amp;&amp; make &amp;&amp; sudo make install</screen>
-A <filename>./configure</filename> script automatikusan detektálja, hogy
-eleget teszel az <systemitem class="library">x264</systemitem> követelményeinek.
-</para>
-</sect3>
-</sect2>
-</sect1>
-
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
@@ -343,56 +23,6 @@ eleget teszel az <systemitem class="library">x264</systemitem> követelményeine
<sect1 id="audio-codecs">
<title>Audió codec-ek</title>
-<itemizedlist>
-<title>A legfontosabb audió codec-ek:</title>
-<listitem><para>
- MPEG layer 1/2/3 (MP1/2/3) audió (<emphasis role="bold">natív</emphasis>
- kód, MMX/SSE/3DNow! optimalizációval)
-</para></listitem>
-<listitem><para>
- Windows Media Audio 7 és 8 (ismert mint WMAv1 és WMAv2)
- (<emphasis role="bold">natív</emphasis> kód,
- <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>-kel)
-</para></listitem>
-<listitem><para>
- Windows Media Audio 9 (WMAv3) (DMO DLL-lel)
-</para></listitem>
-<listitem><para>
- AC-3 Dolby audió (<emphasis role="bold">natív</emphasis> kód,
- MMX/SSE/3DNow! optimalizációval)
-</para></listitem>
-<listitem><para>
- hangkártyán áteresztő AC-3
-</para></listitem>
-<listitem><para>
- AAC
-</para></listitem>
-<listitem><para>
- Ogg Vorbis audió codec (<emphasis role="bold">natív</emphasis> függvénykönyvtár)
-</para></listitem>
-<listitem><para>
- RealAudio: DNET (alacsony bitrátájú AC-3), Cook, Sipro és ATRAC3
-</para></listitem>
-<listitem><para>
- QuickTime: Qualcomm és QDesign audió codec-ek
-</para></listitem>
-<listitem><para>
- VIVO audió (g723, Vivo Siren)
-</para></listitem>
-<listitem><para>
- Voxware audió (DirectShow DLL használatával)
-</para></listitem>
-<listitem><para>
- alaw és ulaw, számos GSM, ADPCM és PCM formátum és más, egyszerű, régi
- audió codec
-</para></listitem>
-<listitem><para>
- Adaptive Multi-Rate (AMR) beszéd codec
-</para></listitem>
-</itemizedlist>
-
-<!-- ********** -->
-
<sect2 id="swac3">
<