comparison DOCS/xml/en/encoding-guide.xml @ 18410:f07c9898029f

typo/wording fixes
author diego
date Tue, 09 May 2006 14:07:26 +0000
parents 3c491f0bbb96
children dbe929ff7920
comparison
equal deleted inserted replaced
18409:0b8825d823dd 18410:f07c9898029f
3958 3958
3959 <sect1 id="menc-feat-video-for-windows"> 3959 <sect1 id="menc-feat-video-for-windows">
3960 <title>Encoding with the <systemitem class="library">Video For Windows</systemitem> codec family</title> 3960 <title>Encoding with the <systemitem class="library">Video For Windows</systemitem> codec family</title>
3961 3961
3962 <para> 3962 <para>
3963 Video for Windows provides simple encoding to a lot of binary video codecs. 3963 Video for Windows provides simple encoding by means of binary video codecs.
3964 You can encode to the following codecs (if you have more, please tell us!) 3964 You can encode with the following codecs (if you have more, please tell us!)
3965 Note that this is very experimental support and some codecs may not work 3965 Note that support for this is very experimental and some codecs may not work
3966 correctly. 3966 correctly.
3967 </para> 3967 </para>
3968 3968
3969 <sect2 id="menc-feat-enc-vfw-video-codecs"> 3969 <sect2 id="menc-feat-enc-vfw-video-codecs">
3970 <title>Video for Windows Supported codecs</title> 3970 <title>Video for Windows supported codecs</title>
3971 3971
3972 <para> 3972 <para>
3973 <informaltable frame="all"> 3973 <informaltable frame="all">
3974 <tgroup cols="3"> 3974 <tgroup cols="3">
3975 <thead> 3975 <thead>
4080 </tbody> 4080 </tbody>
4081 </tgroup> 4081 </tgroup>
4082 </informaltable> 4082 </informaltable>
4083 4083
4084 The first column contains the codec names that should be passed after the 4084 The first column contains the codec names that should be passed after the
4085 <literal>codec</literal> config, like: <option>-xvfcopts codec=divx.dll</option> 4085 <literal>codec</literal> parameter, like: <option>-xvfwopts codec=divx.dll</option>
4086 The FourCC code each codec encodes to is in the paranthese. 4086 The FourCC code used by each codec is given in the parentheses.
4087 </para> 4087 </para>
4088 <informalexample> 4088 <informalexample>
4089 <para> 4089 <para>
4090 An example with VP3 compression: 4090 An example with VP3 compression:
4091 <screen>mencoder dvd://2 -o title2.avi -ovc vfw -xvfwopts codec=vp31vfw.dll -oac copy</screen> 4091 <screen>mencoder dvd://2 -o title2.avi -ovc vfw -xvfwopts codec=vp31vfw.dll -oac copy</screen>