# HG changeset patch # User compn # Date 1173884262 0 # Node ID fca4fb6bba350e052812304f2237c2101daefe02 # Parent 45d3681feb02ba9eac298fcfe65f3103faa61674 dont start newline with a space and readd subdirectory diff -r 45d3681feb02 -r fca4fb6bba35 DOCS/xml/en/encoding-guide.xml --- a/DOCS/xml/en/encoding-guide.xml Wed Mar 14 14:55:14 2007 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Wed Mar 14 14:57:42 2007 +0000 @@ -4291,8 +4291,8 @@ First you must build the vfw2menc program. -It is located in the TOOLS - of the MPlayer source tree. +It is located in the TOOLS subdirectory +of the MPlayer source tree. To build on Linux, this can be done using Wine: winegcc vfw2menc.c -o vfw2menc -lwinmm -lole32 @@ -4301,8 +4301,8 @@ 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. @@ -4311,14 +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.