# HG changeset patch # User compn # Date 1173800943 0 # Node ID 1f6b48b2abcdd5d30319419450b76d7ec68343d7 # Parent 8bcff5c7e38759100a6e5acec41214f0c0631cee fix up some longer than 80 char lines , and use suggestion from Diego. diff -r 8bcff5c7e387 -r 1f6b48b2abcd DOCS/xml/en/encoding-guide.xml --- 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 @@ First you must build the vfw2menc program. -It is located in the /TOOLS/ subdirectory of MPlayer source. +It is located in the TOOLS + of the MPlayer source tree. To build on Linux, this can be done using Wine: winegcc vfw2menc.c -o vfw2menc -lwinmm -lole32 -To build on Windows in MinGW or Cygwin use: +To build on Windows in MinGW or +Cygwin use: gcc vfw2menc.c -o vfw2menc.exe -lwinmm -lole32 To build on MSVC you will need getopt. -Getopt can be found in the original vfw2menc archive available at: +Getopt can be found in the original vfw2menc + archive available at: The MPlayer on win32 project. @@ -4308,12 +4311,14 @@ vfw2menc -f VP62 -d vp6vfw.dll -s firstpass.mcf -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 . -Windows users can use to have +Windows users can use + to have the codec dialog display before encoding starts.