comparison DOCS/MPlayer-FAQ @ 1051:3212850e8592

*** empty log message ***
author gabucino
date Thu, 07 Jun 2001 21:53:07 +0000
parents 7f32481f3b4e
children d769cd81a215
comparison
equal deleted inserted replaced
1050:87eb4325baf6 1051:3212850e8592
220 use MPlayer on different CPU than it was compiled on. 220 use MPlayer on different CPU than it was compiled on.
221 221
222 Q: I have problems with icewm and fullscreen xv mode.. 222 Q: I have problems with icewm and fullscreen xv mode..
223 A: Known problem, icewm sucks. 223 A: Known problem, icewm sucks.
224 224
225 Q: But it works with avifile !
226 A: So what?
227
228 Q: Then avifile is better !
229 A: Then use avifile, it has nice GUI and nice C++ code :)
230
225 Q: I got this playing mpeg files: Can't find codec for video format 0x10000001 ! 231 Q: I got this playing mpeg files: Can't find codec for video format 0x10000001 !
226 A: You have old version of codecs.conf at ~/.mplayer/. Upgrade it from DOCS/ 232 A: You have old version of codecs.conf at ~/.mplayer/. Upgrade it from DOCS/
227 233
228 Q: After starting mplayer under KDE(1/2) I just get a black screen and nothing 234 Q: After starting mplayer under KDE(1/2) I just get a black screen and nothing
229 happens, after about one minute the video starts playing. 235 happens, after about one minute the video starts playing.
230 A: The KDE arts sound daemon is blocking the sound device, either wait the time 236 A: The KDE arts sound daemon is blocking the sound device, either wait the time
231 until video starts or you disable the arts-daemon in kontrollcenter. 237 until video starts or you disable the arts-daemon in kontrollcenter.
232 238
233 Q: But it works with avifile !
234 A: So what?
235
236 Q: Then avifile is better !
237 A: Then use avifile, it has nice GUI and nice C++ code :)
238
239 Q: Subtitles are very nice, the most beautiful I've ever seen, but they slow 239 Q: Subtitles are very nice, the most beautiful I've ever seen, but they slow
240 down the playing! I know it's unlikely... 240 down the playing! I know it's unlikely...
241 A: After running ./configure , edit config.h and replace #undef FAST_OSD with 241 A: After running ./configure , edit config.h and replace #undef FAST_OSD with
242 #define FAST_OSD . Then recompile. 242 #define FAST_OSD . Then recompile.
243
244 Q: The OSD is flickering!
245 A: You use a vo driver with single buffering (x11,xv). With xv you can change
246 the number of buffers in libvo/vo_xv.c :
247 Increase #define NUM_BUFFERS 1