Mercurial > mplayer.hg
changeset 18405:3c491f0bbb96
Explain how to use -ovc vfw, patch by compn < tempn AH twmi PIO rr POI com >, fixes, reformat, pretty indent by me.
author | gpoirier |
---|---|
date | Tue, 09 May 2006 05:59:41 +0000 |
parents | e3379df74bcd |
children | 2113d155c014 |
files | DOCS/xml/en/encoding-guide.xml |
diffstat | 1 files changed, 139 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/encoding-guide.xml Mon May 08 21:41:15 2006 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Tue May 09 05:59:41 2006 +0000 @@ -3956,6 +3956,145 @@ </sect1> +<sect1 id="menc-feat-video-for-windows"> +<title>Encoding with the <systemitem class="library">Video For Windows</systemitem> codec family</title> + +<para> +Video for Windows provides simple encoding to a lot of binary video codecs. +You can encode to the following codecs (if you have more, please tell us!) +Note that this is very experimental support and some codecs may not work +correctly. +</para> + +<sect2 id="menc-feat-enc-vfw-video-codecs"> +<title>Video for Windows Supported codecs</title> + +<para> +<informaltable frame="all"> +<tgroup cols="3"> +<thead> +<row><entry>Video codec file name</entry><entry>Description</entry><entry>md5sum</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> +</row> +<row> + <entry>avimszh.dll</entry> + <entry>AVImszh (MSZH)</entry> + <entry>253118fe1eedea04a95ed6e5f4c28878</entry> +</row> +<row> + <entry>avizlib.dll</entry> + <entry>AVIzlib (ZLIB)</entry> + <entry>2f1cc76bbcf6d77d40d0e23392fa8eda</entry> +</row> +<row> + <entry>divx.dll</entry> + <entry>DivX4Windows-VFW</entry> + <entry>acf35b2fc004a89c829531555d73f1e6</entry> +</row> +<row> + <entry>huffyuv.dll</entry> + <entry>HuffYUV (lossless) (HFYU)</entry> + <entry>b74695b50230be4a6ef2c4293a58ac3b</entry> +</row> +<row> + <entry>iccvid.dll</entry> + <entry> + Cinepak Video (cvid) + </entry> + <entry>cb3b7ee47ba7dbb3d23d34e274895133</entry> +</row> +<row> + <entry>icmw_32.dll</entry> + <entry>Motion Wavelets (MWV1)</entry> + <entry>c9618a8fc73ce219ba918e3e09e227f2</entry> +</row> +<row> + <entry>jp2avi.dll</entry> + <entry>ImagePower MJPEG2000 (IPJ2)</entry> + <entry>d860a11766da0d0ea064672c6833768b</entry> +</row> +<row> + <entry>m3jp2k32.dll</entry> + <entry>Morgan MJPEG2000 (MJ2C)</entry> + <entry>211bbaffbde1256c19db2bedca480bfc</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> +</row> +<row> + <entry>mpg4c32.dll</entry> + <entry>Microsoft MPEG-4 v1/v2</entry> + <entry>b5791ea23f33010d37ab8314681f1256</entry> +</row> +<row> + <entry>tsccvid.dll</entry> + <entry>TechSmith Camtasia Screen Codec (TSCC)</entry> + <entry>8230d8560c41d444f249802a2700d1d5</entry> +</row> +<row> + <entry>vp31vfw.dll</entry> + <entry>On2 Open Source VP3 Codec (VP31)</entry> + <entry>845f3590ea489e2e45e876ab107ee7d2</entry> +</row> +<row> + <entry>vp4vfw.dll</entry> + <entry>On2 VP4 Personal Codec (VP40)</entry> + <entry>fc5480a482ccc594c2898dcc4188b58f</entry> +</row> +<row> + <entry>wnvplay1.dll</entry> + <entry>Winnov Videum wnv1 codec (WNV1)</entry> + <entry>71f22ea4f7f0752b951f9f17ca58227a</entry> +</row> +<row> + <entry>wnvwinx.dll</entry> + <entry>Winnov Videum winx codec (WINX)</entry> + <entry>0bef4e34e0c829565cf7b4c63ca6d704</entry> +</row> +<row> + <entry>ViVD2.dll</entry> + <entry>SoftMedia ViVD V2 codec VfW (GXVE)</entry> + <entry></entry></row> +</tbody> +</tgroup> +</informaltable> + +The first column contains the codec names that should be passed after the +<literal>codec</literal> config, like: <option>-xvfcopts codec=divx.dll</option> +The FourCC code each codec encodes to is in the paranthese. +</para> +<informalexample> +<para> +An example with VP3 compression: +<screen>mencoder dvd://2 -o title2.avi -ovc vfw -xvfwopts codec=vp31vfw.dll -oac copy</screen> +</para> +</informalexample> +</sect2> +</sect1> + + <sect1 id="menc-feat-vcd-dvd"> <title>Using MEncoder to create VCD/SVCD/DVD-compliant files.</title>