From 201950a0f5ffd6c556844a69f41e6a5140ecaf72 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 20 Oct 2005 23:07:55 +0000 Subject: Add a few more XML tags for better semantics markup. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16823 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/faq.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'DOCS/xml') diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index 743be160cd..3b4cdafc41 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -375,8 +375,8 @@ You have to use (audio ID) or (audio language), (subtitle ID) or (subtitle language), for example: -mplayer example.mkv -alang eng -slang eng -mplayer example.mkv -aid 1 -sid 1 +mplayer -alang eng -slang eng example.mkv +mplayer -aid 1 -sid 1 example.mkv To see which ones are available: @@ -677,7 +677,8 @@ I have A/V sync problems. Some of my AVIs play fine, but some play with double s 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 +resample audio filter. -- cgit v1.2.3