Mercurial > mplayer.hg
changeset 18456:dbe929ff7920
some fixes for the VfW encoding section
patch by compn, tempn##@##twmi##.##rr##.##com
author | diego |
---|---|
date | Fri, 12 May 2006 17:04:47 +0000 |
parents | e305012114ef |
children | 1a3785072aea |
files | DOCS/xml/en/encoding-guide.xml |
diffstat | 1 files changed, 43 insertions(+), 33 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/encoding-guide.xml Fri May 12 09:50:14 2006 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Fri May 12 17:04:47 2006 +0000 @@ -3962,8 +3962,12 @@ <para> Video for Windows provides simple encoding by means of binary video codecs. You can encode with the following codecs (if you have more, please tell us!) +</para> +<para> Note that support for this is very experimental and some codecs may not work -correctly. +correctly. Some codecs will only work in certain colorspaces, try +<option>-vf format=bgr24</option> and <option>-vf format=yuy2</option> +if a codec fails or gives wrong output. </para> <sect2 id="menc-feat-enc-vfw-video-codecs"> @@ -3971,112 +3975,118 @@ <para> <informaltable frame="all"> -<tgroup cols="3"> +<tgroup cols="4"> <thead> -<row><entry>Video codec file name</entry><entry>Description</entry><entry>md5sum</entry></row> +<row> +<entry>Video codec file name</entry> +<entry>Description (FourCC)</entry> +<entry>md5sum</entry> +<entry>Comment</entry> +</row> </thead> <tbody> <row> <entry>aslcodec_vfw.dll</entry> - <entry> - Alparysoft lossless codec vfw (ASLC) - </entry><entry></entry></row> -<row> - <entry>asusasv2.dll</entry> - <entry>ASUS V2 (ASV1)</entry> - <entry>63e52674a21094d6b04bcd4c616cbd1e</entry> -</row> -<row> - <entry>asusasvd.dll</entry> - <entry>ASUS V1 (ASV2)</entry> - <entry>68247044e50ce4724497fd0afa217851</entry> + <entry>Alparysoft lossless codec vfw (ASLC)</entry> + <entry>608af234a6ea4d90cdc7246af5f3f29a</entry> + <entry></entry> </row> <row> <entry>avimszh.dll</entry> <entry>AVImszh (MSZH)</entry> <entry>253118fe1eedea04a95ed6e5f4c28878</entry> + <entry>needs <option>-vf format</option></entry> </row> <row> <entry>avizlib.dll</entry> <entry>AVIzlib (ZLIB)</entry> <entry>2f1cc76bbcf6d77d40d0e23392fa8eda</entry> + <entry></entry> </row> <row> <entry>divx.dll</entry> <entry>DivX4Windows-VFW</entry> <entry>acf35b2fc004a89c829531555d73f1e6</entry> + <entry></entry> </row> <row> <entry>huffyuv.dll</entry> <entry>HuffYUV (lossless) (HFYU)</entry> <entry>b74695b50230be4a6ef2c4293a58ac3b</entry> + <entry></entry> </row> <row> <entry>iccvid.dll</entry> - <entry> - Cinepak Video (cvid) - </entry> + <entry>Cinepak Video (cvid)</entry> <entry>cb3b7ee47ba7dbb3d23d34e274895133</entry> + <entry></entry> </row> <row> <entry>icmw_32.dll</entry> <entry>Motion Wavelets (MWV1)</entry> <entry>c9618a8fc73ce219ba918e3e09e227f2</entry> + <entry></entry> </row> <row> <entry>jp2avi.dll</entry> <entry>ImagePower MJPEG2000 (IPJ2)</entry> <entry>d860a11766da0d0ea064672c6833768b</entry> + <entry><option>-vf flip</option></entry> </row> <row> <entry>m3jp2k32.dll</entry> <entry>Morgan MJPEG2000 (MJ2C)</entry> - <entry>211bbaffbde1256c19db2bedca480bfc</entry> + <entry>f3c174edcbaef7cb947d6357cdfde7ff</entry> + <entry></entry> </row> <row> <entry>m3jpeg32.dll</entry> <entry>Morgan Motion JPEG Codec (MJPG)</entry> - <entry>5cfdebaf698853247670ca4f59f09213</entry> -</row> -<row> - <entry>mcmjpg32.dll</entry> - <entry>MainConcept Motion JPEG (MJPG)</entry> - <entry>bc463312c13e705f489997a347e6ed8b</entry> + <entry>1cd13fff5960aa2aae43790242c323b1</entry> + <entry></entry> </row> <row> <entry>mpg4c32.dll</entry> <entry>Microsoft MPEG-4 v1/v2</entry> <entry>b5791ea23f33010d37ab8314681f1256</entry> + <entry></entry> </row> <row> <entry>tsccvid.dll</entry> <entry>TechSmith Camtasia Screen Codec (TSCC)</entry> <entry>8230d8560c41d444f249802a2700d1d5</entry> + <entry></entry> </row> <row> <entry>vp31vfw.dll</entry> <entry>On2 Open Source VP3 Codec (VP31)</entry> <entry>845f3590ea489e2e45e876ab107ee7d2</entry> + <entry></entry> </row> <row> <entry>vp4vfw.dll</entry> <entry>On2 VP4 Personal Codec (VP40)</entry> <entry>fc5480a482ccc594c2898dcc4188b58f</entry> + <entry></entry> </row> <row> - <entry>wnvplay1.dll</entry> - <entry>Winnov Videum wnv1 codec (WNV1)</entry> - <entry>71f22ea4f7f0752b951f9f17ca58227a</entry> + <entry>vp6vfw.dll</entry> + <entry>On2 VP6 Personal Codec (VP60)</entry> + <entry>04d635a364243013898fd09484f913fb</entry> + <entry>crashing on Linux</entry> </row> <row> - <entry>wnvwinx.dll</entry> - <entry>Winnov Videum winx codec (WINX)</entry> - <entry>0bef4e34e0c829565cf7b4c63ca6d704</entry> + <entry>vp7vfw.dll</entry> + <entry>On2 VP7 Personal Codec (VP70)</entry> + <entry>cb4cc3d4ea7c94a35f1d81c3d750bc8d</entry> + <entry>wrong FourCC?</entry> </row> <row> <entry>ViVD2.dll</entry> - <entry>SoftMedia ViVD V2 codec VfW (GXVE)</entry> - <entry></entry></row> + <entry>SoftMedia ViVD V2 codec VfW (GXVE)</entry> + <entry>a7b4bf5cac630bb9262c3f80d8a773a1</entry> + <entry></entry> +</row> </tbody> </tgroup> </informaltable>