1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00

Missing codecs that libavcodec supports.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16204 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-08-12 13:30:13 +00:00
parent 740f19c59f
commit c52c1e030e

View File

@ -2095,6 +2095,9 @@ You can encode to the following codecs (more or less up to date):
<row><entry>ljpeg</entry><entry>
Lossless JPEG
</entry></row>
<row><entry>h261</entry><entry>
H.261
</entry></row>
<row><entry>h263</entry><entry>
H.263
</entry></row>
@ -2137,6 +2140,15 @@ You can encode to the following codecs (more or less up to date):
<row><entry>ffv1</entry><entry>
FFmpeg's lossless video codec
</entry></row>
<row><entry>flv</entry><entry>
Sorenson H.263 used in Flash Video
</entry></row>
<row><entry>dvvideo</entry><entry>
Sony Digital Video
</entry></row>
<row><entry>snow</entry><entry>
FFmpeg's experimental wavelet-based codec
</entry></row>
</tbody>
</tgroup>
</informaltable>