mirror of https://github.com/mpv-player/mpv
sync with HTML
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10431 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d46866c1c5
commit
f022b02e8e
|
@ -506,16 +506,14 @@ decoders:
|
|||
|
||||
<itemizedlist>
|
||||
<listitem><simpara>
|
||||
Sorenson 1 (fourcc <emphasis>SVQ1</emphasis>) - decoding supported by
|
||||
<emphasis role="bold">native codecs</emphasis>. Actually there are two
|
||||
(nearly equal) decoders for SVQ1: one is built in <application>MPlayer</application>,
|
||||
the other in libavcodec. You can invoke each of them with the <option>-vc svq1</option>
|
||||
and <option>-vc ffsvq1</option> options respectively. Some files may work
|
||||
with one of them, and not with the other, so test both decoders.
|
||||
Sorenson Video v1 (fourcc <emphasis>SVQ1</emphasis>) - decoding supported
|
||||
by <emphasis role="bold">native codec</emphasis>
|
||||
(<link linkend="ffmpeg">libavcodec</link>)
|
||||
</simpara></listitem>
|
||||
<listitem><simpara>
|
||||
Sorenson 3 (fourcc <emphasis>SVQ3</emphasis>) - decoding supported by
|
||||
<emphasis role="bold">native codec</emphasis> (<link linkend="ffmpeg">libavcodec</link>)
|
||||
Sorenson Video v3 (fourcc <emphasis>SVQ3</emphasis>) - decoding supported by
|
||||
<emphasis role="bold">native codec</emphasis>
|
||||
(<link linkend="ffmpeg">libavcodec</link>)
|
||||
</simpara></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
|
Loading…
Reference in New Issue