Mercurial > mplayer.hg
changeset 22529:1f6b48b2abcd
fix up some longer than 80 char lines , and use suggestion from Diego.
author | compn |
---|---|
date | Tue, 13 Mar 2007 15:49:03 +0000 |
parents | 8bcff5c7e387 |
children | fefb92f3c59a |
files | DOCS/xml/en/encoding-guide.xml |
diffstat | 1 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/encoding-guide.xml Tue Mar 13 12:10:57 2007 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Tue Mar 13 15:49:03 2007 +0000 @@ -4291,15 +4291,18 @@ </para> <para> First you must build the <application>vfw2menc</application> program. -It is located in the <filename class="directory">/TOOLS/</filename> subdirectory of MPlayer source. +It is located in the <filename class="directory">TOOLS</filename> + of the MPlayer source tree. To build on Linux, this can be done using <application>Wine</application>: <screen>winegcc vfw2menc.c -o vfw2menc -lwinmm -lole32</screen> -To build on Windows in <application>MinGW</application> or <application>Cygwin</application> use: +To build on Windows in <application>MinGW</application> or +<application>Cygwin</application> use: <screen>gcc vfw2menc.c -o vfw2menc.exe -lwinmm -lole32</screen> To build on <application>MSVC</application> you will need getopt. -Getopt can be found in the original <application>vfw2menc</application> archive available at: +Getopt can be found in the original <application>vfw2menc</application> + archive available at: The <ulink url="http://oss.netfarm.it/mplayer-win32.php">MPlayer on win32</ulink> project. </para> <informalexample> @@ -4308,12 +4311,14 @@ <screen> vfw2menc -f VP62 -d vp6vfw.dll -s firstpass.mcf </screen> -This will open the VP6 codec dialog window. Repeat this step for the second pass +This will open the VP6 codec dialog window. + Repeat this step for the second pass and use <option>-s <replaceable>secondpass.mcf</replaceable></option>. </para> </informalexample> <para> -Windows users can use <option>-xvfwopts codec=vp6vfw.dll:compdata=dialog</option> to have +Windows users can use + <option>-xvfwopts codec=vp6vfw.dll:compdata=dialog</option> to have the codec dialog display before encoding starts. </para> </sect2>