comparison DOCS/MPlayer-FAQ @ 699:a0bd25f1165b

question & answer for 44/48Khz dilemma
author gabucino
date Sat, 05 May 2001 14:59:52 +0000
parents ee69013a75ec
children 79f7c70dbdc1
comparison
equal deleted inserted replaced
698:f0fbf1a9bf31 699:a0bd25f1165b
202 security patches (for example Solar Designer's OpenWall patch) which 202 security patches (for example Solar Designer's OpenWall patch) which
203 forces loading libraries to very low addresses. 203 forces loading libraries to very low addresses.
204 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to 204 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to
205 0x00400000, we can't change this. You should use non-patched kernel, 205 0x00400000, we can't change this. You should use non-patched kernel,
206 or use MPlayer's -afm 1 option to disable using l3codeca.acm. 206 or use MPlayer's -afm 1 option to disable using l3codeca.acm.
207 207
208 Q: My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo mp3
209 sound too slow. When I use -nosound switch, everything is ok (but quiet).
210 A: Those files probably have 48Khz audio, and your soundcard can't play
211 it correctly. Audio downsampling isn't implemented in MPlayer (yet).