diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-01 14:09:30 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-01 14:09:30 +0000 |
commit | ea5ebc1e5aabd8f8140d0e50301e2a1c12c10cdf (patch) | |
tree | 1a76ea84657514366afbb398499085552e4e4f18 | |
parent | 58125030a55ade94f535224b3226d74debac5005 (diff) |
updated the list of supported lavc video encoders
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10781 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/en/encoding.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/DOCS/en/encoding.html b/DOCS/en/encoding.html index 5f7d52727b..201553df9c 100644 --- a/DOCS/en/encoding.html +++ b/DOCS/en/encoding.html @@ -174,19 +174,25 @@ <P><A HREF="codecs.html#libavcodec">libavcodec</A> provides simple encoding to a lot of interesting video and audio formats (currently its audio codecs are - unsupported). You can encode to the following codecs:</P> + unsupported). You can encode to the following codecs (more or less up to date):</P> <UL> <LI>mjpeg - Motion JPEG</LI> + <LI>ljpeg - Lossless JPEG</LI> <LI>h263 - H263</LI> <LI>h263p - H263 Plus</LI> <LI>mpeg4 - ISO standard MPEG-4 (DivX 5, XVID compatible)</LI> <LI>msmpeg4 - pre-standard MPEG-4 variant by MS, v3 (aka DivX3)</LI> <LI>msmpeg4v2 - pre-standard MPEG-4 by MS, v2 (used in old asf files)</LI> <LI>wmv1 - Windows Media Video, version 1 (aka WMV7)</LI> + <LI>wmv2 - Windows Media Video, version 2 (aka WMV8)</LI> <LI>rv10 - an old RealVideo codec</LI> - <LI>mpeg1video - MPEG1 video :)</LI> + <LI>mpeg1video - MPEG1 video</LI> + <LI>mpeg2video - MPEG2 video</LI> <LI>huffyuv - lossless compression</LI> + <LI>asv1 - ASUS Video v1</LI> + <LI>asv2 - ASUS Video v2</LI> + <LI>ffv1 - FFmpegs lossless video codec</LI> </UL> <P>The first column contains the codec names that should be passed after the |