# HG changeset patch # User gpoirier # Date 1147154381 0 # Node ID 3c491f0bbb96fffff71b140d18fabe4d6251532b # Parent e3379df74bcd88e22e27066f3c0186d35fb8ef97 Explain how to use -ovc vfw, patch by compn < tempn AH twmi PIO rr POI com >, fixes, reformat, pretty indent by me. diff -r e3379df74bcd -r 3c491f0bbb96 DOCS/xml/en/encoding-guide.xml --- 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 @@ + +Encoding with the <systemitem class="library">Video For Windows</systemitem> codec family + + +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. + + + +Video for Windows Supported codecs + + + + + +Video codec file nameDescriptionmd5sum + + + + aslcodec_vfw.dll + + Alparysoft lossless codec vfw (ASLC) + + + asusasv2.dll + ASUS V2 (ASV1) + 63e52674a21094d6b04bcd4c616cbd1e + + + asusasvd.dll + ASUS V1 (ASV2) + 68247044e50ce4724497fd0afa217851 + + + avimszh.dll + AVImszh (MSZH) + 253118fe1eedea04a95ed6e5f4c28878 + + + avizlib.dll + AVIzlib (ZLIB) + 2f1cc76bbcf6d77d40d0e23392fa8eda + + + divx.dll + DivX4Windows-VFW + acf35b2fc004a89c829531555d73f1e6 + + + huffyuv.dll + HuffYUV (lossless) (HFYU) + b74695b50230be4a6ef2c4293a58ac3b + + + iccvid.dll + + Cinepak Video (cvid) + + cb3b7ee47ba7dbb3d23d34e274895133 + + + icmw_32.dll + Motion Wavelets (MWV1) + c9618a8fc73ce219ba918e3e09e227f2 + + + jp2avi.dll + ImagePower MJPEG2000 (IPJ2) + d860a11766da0d0ea064672c6833768b + + + m3jp2k32.dll + Morgan MJPEG2000 (MJ2C) + 211bbaffbde1256c19db2bedca480bfc + + + m3jpeg32.dll + Morgan Motion JPEG Codec (MJPG) + 5cfdebaf698853247670ca4f59f09213 + + + mcmjpg32.dll + MainConcept Motion JPEG (MJPG) + bc463312c13e705f489997a347e6ed8b + + + mpg4c32.dll + Microsoft MPEG-4 v1/v2 + b5791ea23f33010d37ab8314681f1256 + + + tsccvid.dll + TechSmith Camtasia Screen Codec (TSCC) + 8230d8560c41d444f249802a2700d1d5 + + + vp31vfw.dll + On2 Open Source VP3 Codec (VP31) + 845f3590ea489e2e45e876ab107ee7d2 + + + vp4vfw.dll + On2 VP4 Personal Codec (VP40) + fc5480a482ccc594c2898dcc4188b58f + + + wnvplay1.dll + Winnov Videum wnv1 codec (WNV1) + 71f22ea4f7f0752b951f9f17ca58227a + + + wnvwinx.dll + Winnov Videum winx codec (WINX) + 0bef4e34e0c829565cf7b4c63ca6d704 + + + ViVD2.dll + SoftMedia ViVD V2 codec VfW (GXVE) + + + + + +The first column contains the codec names that should be passed after the +codec config, like: +The FourCC code each codec encodes to is in the paranthese. + + + +An example with VP3 compression: +mencoder dvd://2 -o title2.avi -ovc vfw -xvfwopts codec=vp31vfw.dll -oac copy + + + + + + Using MEncoder to create VCD/SVCD/DVD-compliant files.