summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-05 14:59:52 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-05 14:59:52 +0000
commit1e768c6842ac40c8fcd9fb12417cc927af8b3cd4 (patch)
tree7065abf5a60d18003c702d23c44c187934d3e528 /DOCS
parentada40a6be69c6301e299c30692daced302a1227d (diff)
downloadmpv-1e768c6842ac40c8fcd9fb12417cc927af8b3cd4.tar.bz2
mpv-1e768c6842ac40c8fcd9fb12417cc927af8b3cd4.tar.xz
question & answer for 44/48Khz dilemma
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@700 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/MPlayer-FAQ6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index 5e7accc942..2cf58c7931 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -204,4 +204,8 @@ A: Check 'ldd /usr/local/bin/mplayer' output. If it contains
Because l3codeca.acm is a non-relocatable DLL, it must be loaded to
0x00400000, we can't change this. You should use non-patched kernel,
or use MPlayer's -afm 1 option to disable using l3codeca.acm.
-
+
+Q: My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo mp3
+ sound too slow. When I use -nosound switch, everything is ok (but quiet).
+A: Those files probably have 48Khz audio, and your soundcard can't play
+ it correctly. Audio downsampling isn't implemented in MPlayer (yet).