[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.97,1.98
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Oct 21 01:07:57 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv32302/en
Modified Files:
faq.xml
Log Message:
Add a few more XML tags for better semantics markup.
Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- faq.xml 20 Oct 2005 23:06:02 -0000 1.97
+++ faq.xml 20 Oct 2005 23:07:55 -0000 1.98
@@ -375,8 +375,8 @@
(audio language), <option>-sid</option>(subtitle ID) or <option>-slang</option>
(subtitle language), for example:
<screen>
-mplayer example.mkv -alang eng -slang eng
-mplayer example.mkv -aid 1 -sid 1
+mplayer -alang eng -slang eng <replaceable>example.mkv</replaceable>
+mplayer -aid 1 -sid 1 <replaceable>example.mkv</replaceable>
</screen>
To see which ones are available:
<screen>
@@ -677,7 +677,8 @@
</para></question>
<answer><para>
You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and you
-try to play a file which has 22050Hz audio. Try the resample audio filter.
+try to play a file which has 22050Hz audio. Try the
+<systemitem>resample</systemitem> audio filter.
</para></answer>
</qandaentry>
More information about the MPlayer-DOCS
mailing list