comparison DOCS/faq.html @ 6122:096289c0b6b7

FAQ sync, updates, removes, etc...
author gabucino
date Sun, 19 May 2002 17:53:33 +0000
parents 4472bc36675b
children 18847f7e11c8
comparison
equal deleted inserted replaced
6121:a239d68bd0d8 6122:096289c0b6b7
280 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 280 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
281 281
282 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> 282 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
283 There are error messages about file not found <CODE>/usr/lib/win32/</CODE> ... 283 There are error messages about file not found <CODE>/usr/lib/win32/</CODE> ...
284 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> 284 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text">
285 Download the <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec-0.60.tar.bz2">Win32 codecs</A> 285 Download the <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec-0.90.tar.bz2">Win32 codecs</A>
286 from <B>our</B> FTP site (avifile's codec package has a different DLL set) and 286 from <B>our</B> FTP site (avifile's codec package has a different DLL set) and
287 install it. 287 install it.
288 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 288 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
289 289
290 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> 290 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
362 You need to get libavcodec from FFmpeg's CVS. Read the instructions in 362 You need to get libavcodec from FFmpeg's CVS. Read the instructions in
363 the <A HREF="codecs.html#2.2.1.2">FFmpeg section</A>. 363 the <A HREF="codecs.html#2.2.1.2">FFmpeg section</A>.
364 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 364 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
365 365
366 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> 366 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
367 The taskbar keeps covering the movie in fullscreen mode! 367 Icewm's taskbar keeps covering the movie in fullscreen mode!
368 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> 368 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text">
369 The taskbar cannot be overlapped by any window unless you add the following 369 The taskbar cannot be overlapped by any window unless you add the following
370 line to <CODE>~/.icewm/preferences</CODE>:<BR> 370 line to <CODE>~/.icewm/preferences</CODE>:<BR>
371 <CODE>TaskBarKeepBelow=1</CODE> 371 <CODE>TaskBarKeepBelow=1</CODE>
372 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 372 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
592 DRI version 0.6 from the <A HREF="http://dri.sourceforge.net">DRI homepage</A>, 592 DRI version 0.6 from the <A HREF="http://dri.sourceforge.net">DRI homepage</A>,
593 or use CVS DRI. 593 or use CVS DRI.
594 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 594 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
595 595
596 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> 596 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
597 When using Xvideo, I can't play DivX AVIs with my Voodoo 3/Banshee!
598 It says:<BR>
599 ...<BR>
600 <CODE>Xvideo image format: 0x32315659 (YV12) planar<BR>
601 Xvideo image format: 0x30323449 (I420) planar<BR></CODE>
602 ...
603 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A1:</TD><TD><FONT CLASS="text">
604 See the previous answer.
605 </TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A2:</TD><TD><FONT CLASS="text">
606 Since 0.18pre4 we support libavcodec from the FFmpeg package. It contains
607 a C language DivX and OpenDivX decoder. The DivX decoder uses YV12 format
608 for output, thus it should work for you. Compile in libavcodec support.
609 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
610
611 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
612 OpenGL (<CODE>-vo gl</CODE>) output doesn't work (hang/black window/X11 errors/...). 597 OpenGL (<CODE>-vo gl</CODE>) output doesn't work (hang/black window/X11 errors/...).
613 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> 598 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text">
614 Your OpenGL driver doesn't support dynamic texture changes (glTexSubImage). 599 Your OpenGL driver doesn't support dynamic texture changes (glTexSubImage).
615 It's known not to work with nVidia's binary mess. 600 It's known not to work with nVidia's binary mess.
616 It's known to work with Utah-GLX/DRI and Matrox G400 cards. Also with 601 It's known to work with Utah-GLX/DRI and Matrox G400 cards. Also with
654 it ... Note: you can force/disable Xv via SDL using <CODE>-forcexv<CODE> and <CODE>-noxv</CODE> 639 it ... Note: you can force/disable Xv via SDL using <CODE>-forcexv<CODE> and <CODE>-noxv</CODE>
655 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 640 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
656 641
657 <TD COLSPAN=3> 642 <TD COLSPAN=3>
658 <B><A NAME=5.5><FONT CLASS="text">5.5. Feature requests</A></B> 643 <B><A NAME=5.5><FONT CLASS="text">5.5. Feature requests</A></B>
659 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
660
661 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
662 Is there a hint on how to watch RealMedia movies in MPlayer?
663 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text">
664 There's no way to do it. Therefore this format deserves to die in flames.
665 Theoretically you can reverse engineer Real codecs built for Linux (they
666 are available as .so files), but in practice that's really difficult, even
667 if you know how the compiler used by Real is making assembler code.
668 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 644 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
669 645
670 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text"> 646 <TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
671 I'd like to seek +/- 1 frames instead of 10 seconds. 647 I'd like to seek +/- 1 frames instead of 10 seconds.
672 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text"> 648 </B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text">