diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-28 23:27:54 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-28 23:27:54 +0000 |
commit | c2d0c696b2a9c2063177f57dc2acc4dc5950a791 (patch) | |
tree | 094a91cee65d74bac7693332e9304299bb5d5a9e /DOCS/xml/en | |
parent | c600e40bc500c7126b3163dcb7f3fa476d168811 (diff) |
Remove useless FFmpeg codec section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27843 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/codecs.xml | 31 | ||||
-rw-r--r-- | DOCS/xml/en/documentation.xml | 2 | ||||
-rw-r--r-- | DOCS/xml/en/encoding-guide.xml | 4 | ||||
-rw-r--r-- | DOCS/xml/en/mencoder.xml | 2 |
4 files changed, 4 insertions, 35 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 3a5fb57527..7b6652cc4f 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -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> diff --git a/DOCS/xml/en/documentation.xml b/DOCS/xml/en/documentation.xml index 0d808d72a5..01f9b69f95 100644 --- a/DOCS/xml/en/documentation.xml +++ b/DOCS/xml/en/documentation.xml @@ -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 diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml index a4a9fac526..5cf6d1a474 100644 --- a/DOCS/xml/en/encoding-guide.xml +++ b/DOCS/xml/en/encoding-guide.xml @@ -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> diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index 4646937345..5180a57d40 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -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. |