From fbe80355212e04d8c20ebabda6a9b7b51cc0a14e Mon Sep 17 00:00:00 2001 From: compn Date: Wed, 14 Mar 2007 14:57:42 +0000 Subject: dont start newline with a space and readd subdirectory git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22570 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/encoding-guide.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'DOCS/xml') diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml index 7b56a964e6..9ba9eedad5 100644 --- a/DOCS/xml/en/encoding-guide.xml +++ b/DOCS/xml/en/encoding-guide.xml @@ -4291,8 +4291,8 @@ and other options. This is known to work on x86 on both *NIX and Windows. 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 @@ To build on Windows in MinGW or 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 @@ Below is an example with the VP6 codec. 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. -- cgit v1.2.3