Remove useless FFmpeg codec section.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27843 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-28 23:27:54 +00:00
parent c600e40bc5
commit c2d0c696b2
4 changed files with 4 additions and 35 deletions

View File

@ -22,37 +22,6 @@ and help us add support for it.
<!-- ********** -->
<sect2 id="ffmpeg" xreflabel="FFmpeg/libavcodec">
<title>FFmpeg/libavcodec</title>
<para>
<ulink url="http://ffmpeg.org">FFmpeg</ulink> contains
<systemitem class="library">libavcodec</systemitem>, the leading
open source video and audio codec library. It is capable
of decoding most multimedia formats, usually at higher speeds
than the alternatives, and aims to add support for
the rest of them eventually. It is the default decoder for
the majority of codecs that <application>MPlayer</application>
supports. Encoding is also possible for some formats and
supported in <application>MEncoder</application>.
</para>
<para>
For a complete list of supported
<ulink url="http://ffmpeg.mplayerhq.hu/general.html#SEC6">video</ulink>
and <ulink url="http://ffmpeg.mplayerhq.hu/general.html#SEC7">audio</ulink>
codecs please visit the FFmpeg homepage.
</para>
<para>
<application>MPlayer</application> contains
<systemitem class="library">libavcodec</systemitem>.
Just run <filename>./configure</filename> and compile.
</para>
</sect2>
<!-- ********** -->
<sect2 id="xvid">
<title>Xvid</title>

View File

@ -110,7 +110,7 @@ PCM/MP3/VBR MP3 audio.
</para></listitem>
<listitem><para>
Encoding to all the codecs of FFmpeg's
<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
<systemitem class="library">libavcodec</systemitem>
</para></listitem>
<listitem><para>
Video encoding from V4L compatible TV tuners

View File

@ -2433,7 +2433,7 @@ duration/location of each type.
codec family</title>
<para>
<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
<systemitem class="library">libavcodec</systemitem>
provides simple encoding to a lot of interesting video and audio formats.
You can encode to the following codecs (more or less up to date):
</para>
@ -3071,7 +3071,7 @@ and development advancements, you may get very different results.
<para>
With this feature of
<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
<systemitem class="library">libavcodec</systemitem>
you are able to set custom inter (I-frames/keyframes) and intra
(P-frames/predicted frames) matrices. It is supported by many of the codecs:
<systemitem>mpeg1video</systemitem> and <systemitem>mpeg2video</systemitem>

View File

@ -757,7 +757,7 @@ support this MPEG-4 attribute.
<para>
This feature can be used only with
<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>'s
<systemitem class="library">libavcodec</systemitem>'s
<systemitem>mpeg4</systemitem> codec. Keep in mind: although
<application>MPlayer</application> will correctly play the created file,
other players may use the wrong aspect ratio.