Mercurial > mplayer.hg
changeset 13763:c5502c9d4fb5
whitespace fixes by Mizda Gabor <gabrov at freemail dot hu>
author | diego |
---|---|
date | Mon, 25 Oct 2004 23:15:50 +0000 |
parents | e695123d4cde |
children | 808dd35b6cc6 |
files | DOCS/xml/en/faq.xml DOCS/xml/en/ports.xml |
diffstat | 2 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml Mon Oct 25 21:50:28 2004 +0000 +++ b/DOCS/xml/en/faq.xml Mon Oct 25 23:15:50 2004 +0000 @@ -530,7 +530,7 @@ </para></question> <answer><para> Are you sure you are using <command>mplayer</command> instead of -<command>mplayer_lirc</command>? Note that it was <command>mplayer_lirc</command> +<command>mplayer_lirc</command>? Note that it was <command>mplayer_lirc</command> for a long time, including the 0.60 release, but it was recently changed back to <command>mplayer</command>. </para></answer> @@ -553,7 +553,7 @@ The onscreen display (OSD) is flickering! </para></question> <answer><para> -You use a vo driver with single buffering (x11,xv). With xv, use the +You use a vo driver with single buffering (x11, xv). With xv, use the <option>-double</option> option. Also try <option>-vf expand</option>. </para></answer> </qandaentry>
--- a/DOCS/xml/en/ports.xml Mon Oct 25 21:50:28 2004 +0000 +++ b/DOCS/xml/en/ports.xml Mon Oct 25 23:15:50 2004 +0000 @@ -294,12 +294,12 @@ <para><link linkend="vidix">VIDIX</link> now works under Windows as <option>-vo winvidix</option>, although it is still experimental - and needs a bit of manual setup. Download + and needs a bit of manual setup. Download <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/dhahelper.sys">dhahelper.sys</ulink> and copy it to the <filename class="directory">libdha/dhahelperwin</filename> directory in your - <application>MPlayer</application> source tree. - Open a console and change to that directory. Then type + <application>MPlayer</application> source tree. + Open a console and change to that directory. Then type <screen>gcc -o dhasetup.exe dhasetup.c</screen> @@ -307,25 +307,25 @@ <screen>dhasetup.exe install</screen> - as Administrator. After that you will have to reboot. When you are + as Administrator. After that you will have to reboot. When you are done, copy the <systemitem class="library">.so</systemitem> files from - <filename class="directory">vidix/drivers</filename> to the - <filename class="directory">mplayer/vidix</filename> directory + <filename class="directory">vidix/drivers</filename> to the + <filename class="directory">mplayer/vidix</filename> directory relative to your <filename>mplayer.exe</filename>.</para> <para>For best results <application>MPlayer</application> should use a - colorspace that your video card supports in hardware. Unfortunately many + colorspace that your video card supports in hardware. Unfortunately many Windows graphics drivers wrongly report some colorspaces as supported in hardware. To find out which, try <screen>mplayer -benchmark -nosound -frames 100 -vf format=<replaceable>colorspace</replaceable> <replaceable>movie</replaceable></screen> where <replaceable>colorspace</replaceable> can be any colorspace - printed by the <option>-vf format=fmt=help</option> option. If you + printed by the <option>-vf format=fmt=help</option> option. If you find a colorspace your card handles particularly bad <option>-vf noformat=<replaceable>colorspace</replaceable></option> will keep it from being used. Add this to your config file to permanently - keep it from being used.</para> + keep it from being used.</para> <para>You can use Win32 codecs and Real Win32 codecs (not Real Linux codecs) if you want to. Put the codecs somewhere in your path or pass @@ -341,7 +341,7 @@ <application>MPlayer</application>.</para> <para>You can play VCDs by playing the <filename>.DAT</filename> or <filename>.MPG</filename> files - that Windows exposes on VCDs. It works like this (adjust for the drive letter + that Windows exposes on VCDs. It works like this (adjust for the drive letter of your CD-ROM):</para> <screen>mplayer <replaceable>d:/mpegav/avseq01.dat</replaceable></screen>