1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-12 09:57:15 +00:00

dont start newline with a space and readd subdirectory

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22570 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2007-03-14 14:57:42 +00:00
parent 7ba144f609
commit fbe8035521

View File

@ -4291,8 +4291,8 @@ and other options. This is known to work on x86 on both *NIX and Windows.
</para> </para>
<para> <para>
First you must build the <application>vfw2menc</application> program. First you must build the <application>vfw2menc</application> program.
It is located in the <filename class="directory">TOOLS</filename> It is located in the <filename class="directory">TOOLS</filename> subdirectory
of the MPlayer source tree. of the MPlayer source tree.
To build on Linux, this can be done using <application>Wine</application>: To build on Linux, this can be done using <application>Wine</application>:
<screen>winegcc vfw2menc.c -o vfw2menc -lwinmm -lole32</screen> <screen>winegcc vfw2menc.c -o vfw2menc -lwinmm -lole32</screen>
@ -4302,7 +4302,7 @@ To build on Windows in <application>MinGW</application> or
To build on <application>MSVC</application> you will need getopt. To build on <application>MSVC</application> you will need getopt.
Getopt can be found in the original <application>vfw2menc</application> Getopt can be found in the original <application>vfw2menc</application>
archive available at: archive available at:
The <ulink url="http://oss.netfarm.it/mplayer-win32.php">MPlayer on win32</ulink> project. The <ulink url="http://oss.netfarm.it/mplayer-win32.php">MPlayer on win32</ulink> project.
</para> </para>
<informalexample> <informalexample>
@ -4312,13 +4312,13 @@ Below is an example with the VP6 codec.
vfw2menc -f VP62 -d vp6vfw.dll -s firstpass.mcf vfw2menc -f VP62 -d vp6vfw.dll -s firstpass.mcf
</screen> </screen>
This will open the VP6 codec dialog window. This will open the VP6 codec dialog window.
Repeat this step for the second pass Repeat this step for the second pass
and use <option>-s <replaceable>secondpass.mcf</replaceable></option>. and use <option>-s <replaceable>secondpass.mcf</replaceable></option>.
</para> </para>
</informalexample> </informalexample>
<para> <para>
Windows users can use Windows users can use
<option>-xvfwopts codec=vp6vfw.dll:compdata=dialog</option> to have <option>-xvfwopts codec=vp6vfw.dll:compdata=dialog</option> to have
the codec dialog display before encoding starts. the codec dialog display before encoding starts.
</para> </para>
</sect2> </sect2>