mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 12:42:04 +00:00
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:
parent
c600e40bc5
commit
c2d0c696b2
@ -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">
|
<sect2 id="xvid">
|
||||||
<title>Xvid</title>
|
<title>Xvid</title>
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@ PCM/MP3/VBR MP3 audio.
|
|||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Encoding to all the codecs of FFmpeg's
|
Encoding to all the codecs of FFmpeg's
|
||||||
<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
|
<systemitem class="library">libavcodec</systemitem>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Video encoding from V4L compatible TV tuners
|
Video encoding from V4L compatible TV tuners
|
||||||
|
@ -2433,7 +2433,7 @@ duration/location of each type.
|
|||||||
codec family</title>
|
codec family</title>
|
||||||
|
|
||||||
<para>
|
<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.
|
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):
|
You can encode to the following codecs (more or less up to date):
|
||||||
</para>
|
</para>
|
||||||
@ -3071,7 +3071,7 @@ and development advancements, you may get very different results.
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
With this feature of
|
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
|
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:
|
(P-frames/predicted frames) matrices. It is supported by many of the codecs:
|
||||||
<systemitem>mpeg1video</systemitem> and <systemitem>mpeg2video</systemitem>
|
<systemitem>mpeg1video</systemitem> and <systemitem>mpeg2video</systemitem>
|
||||||
|
@ -757,7 +757,7 @@ support this MPEG-4 attribute.
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
This feature can be used only with
|
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
|
<systemitem>mpeg4</systemitem> codec. Keep in mind: although
|
||||||
<application>MPlayer</application> will correctly play the created file,
|
<application>MPlayer</application> will correctly play the created file,
|
||||||
other players may use the wrong aspect ratio.
|
other players may use the wrong aspect ratio.
|
||||||
|
Loading…
Reference in New Issue
Block a user