comparison DOCS/README @ 281:6c3a2c2c966d

big review
author gabucino
date Wed, 04 Apr 2001 16:47:53 +0000
parents 1f174547a087
children 94b8455bf69c
comparison
equal deleted inserted replaced
280:90fdfd8d11d9 281:6c3a2c2c966d
89 (NOT supported by us! Don't submit SDL bugreports!) 89 (NOT supported by us! Don't submit SDL bugreports!)
90 - null: Null output (for speed tests/benchmarking) 90 - null: Null output (for speed tests/benchmarking)
91 - pgm: PGM file output (for testing purposes) 91 - pgm: PGM file output (for testing purposes)
92 - md5: MD5sum output (for mpeg conformance tests) 92 - md5: MD5sum output (for mpeg conformance tests)
93 93
94 NOTE: not all are available for AVI files 94 NOTE: check DOCS/VIDEOCARDS !
95 NOTE: maybe not all are available for AVI files
95 96
96 Supported audio output devices: 97 Supported audio output devices:
97 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
98 - OSS driver 99 - OSS driver
99 - ALSA driver with OSS emulation 100 - ALSA driver with OSS emulation (NOT recommended, causes annoying delays)
100 - ESD with the esddsp utility 101 - ESD with the esddsp utility (not tested)
101 102
102 NOTE: check DOCS/SOUNDCARDS ! 103 NOTE: check DOCS/SOUNDCARDS !
103 104
104 Speed: 105 Speed:
105 ~~~~~~ 106 ~~~~~~
218 5. If you have problem with display driver, please first check the list above, 219 5. If you have problem with display driver, please first check the list above,
219 many of them isn't yet capable to AVI playing, and some of them are 220 many of them isn't yet capable to AVI playing, and some of them are
220 untested and/or unfinished. 221 untested and/or unfinished.
221 222
222 6. If you have speed problems (too slow playing), then please first check that: 223 6. If you have speed problems (too slow playing), then please first check that:
223 - you don't use OpenGL driver while have software-only opengl (DRI disabled, 224 - you don't use OpenGL driver while have software-only opengl (Utah-GLX
224 or not yet installed, conflicting libs installed, or your hardware not 225 disabled, or not yet installed, conflicting libs installed, or your
225 supported etc...) 226 hardware not supported etc...)
226 - you have set up MTRR registers properly (many new cards are really 227 - you have set up MTRR registers properly (many new cards are really
227 slow without setting up MTRR registers. it's NOT done by X 3.3.x! Also, 228 slow without setting up MTRR registers. it's NOT done by X 3.3.x! Also,
228 there are older K6-2's, which lack MTRR support /stepping=0/). 229 there are older K6-2's, which lack MTRR support /stepping=0/).
230 Check DOCS/MTRR !
229 - you have a fast machine (don't report that your 386 can't play DivX) 231 - you have a fast machine (don't report that your 386 can't play DivX)
230 - try with Null output (-vo null) and check CPU usage (first % value) 232 - try with Null output (-vo null) and check CPU usage (first % value)
231 233
232 7. sound-related problems: 234 7. sound-related problems:
233 - maybe your card doesn't support 48kHz playback and the movie requires it. 235 - maybe your card doesn't support 48kHz playback and the movie requires it.
239 for example: mplayer -alsa -delay -0.75 test.avi 241 for example: mplayer -alsa -delay -0.75 test.avi
240 mplayer -abs 65536 -delay 0.3 test.mpg 242 mplayer -abs 65536 -delay 0.3 test.mpg
241 - to play AVI files with VBR MP3 audio use the -mc 0 option! 243 - to play AVI files with VBR MP3 audio use the -mc 0 option!
242 - no sound at all: check that you have working OSS driver (/dev/dsp), 244 - no sound at all: check that you have working OSS driver (/dev/dsp),
243 and it isn't used by another program (for example esd, xmms etc.) 245 and it isn't used by another program (for example esd, xmms etc.)
246 - use OSS. If the problem persists, use ALSA ;)
244 247
245 8. unsupported codecs (AVI files): 248 8. unsupported codecs (AVI files):
246 We may add support for your movie, but we need the following things: 249 Check DOCS/CODECS
247 - the codec DLL file: find it in your WINDOWS directory. In the SYSTEM.INI
248 there will be a listing of the installed codecs (vids.<codecname>=DLLfile)
249 - a sample file encoded with that codec.
250 250
251 Contact information: 251 Contact information:
252 ~~~~~~~~~~~~~~~~~~~~ 252 ~~~~~~~~~~~~~~~~~~~~
253 Homepage: http://mplayer.sourceforge.net 253 Homepage: http://mplayer.sourceforge.net
254 254