comparison DOCS/MPlayer-FAQ @ 1171:adc81cb80adf

*** empty log message ***
author gabucino
date Tue, 19 Jun 2001 22:49:29 +0000
parents 204b0a4c6aa8
children c594d213d429
comparison
equal deleted inserted replaced
1170:204b0a4c6aa8 1171:adc81cb80adf
243 RedHat distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY 243 RedHat distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
244 unsupported by MPlayer, because it simply SKIPS MMX codes, it just does not 244 unsupported by MPlayer, because it simply SKIPS MMX codes, it just does not
245 compile it. Important: this is NOT an MPlayer-specific problem, numerous 245 compile it. Important: this is NOT an MPlayer-specific problem, numerous
246 other projects (DRI, avifile, etc..) have problems with this shit too. 246 other projects (DRI, avifile, etc..) have problems with this shit too.
247 ** DO NOT USE gcc 2.96 !!! ** 247 ** DO NOT USE gcc 2.96 !!! **
248
249 Q: Is there a hint on how to watch QuickTime and RealMedia movies in mplayer?
250 A: There's no way to do it. Therefore these formats deserve to die in flames.
251 Theoretically you can reverse engineer Real codecs built for Linux (they
252 are available as .so files), but in practice that's really difficult, even
253 if you know how the compiler used by Real is making assembler code.
254 As for QuickTime, it's possible to play some old movies and this
255 capability will be added to mplayer soon, but newer clips are all Sorenson
256 encoded, and that codec is built-in deep in the QT executable, there's
257 no way to use it.