Mercurial > mplayer.hg
comparison DOCS/faq.html @ 6672:535b63237c14
Added a link, xlib6g-dev is now called xlibs-dev plus typo and wording.
author | diego |
---|---|
date | Mon, 08 Jul 2002 08:55:07 +0000 |
parents | 917fa27c7d32 |
children | a0414ad68a4e |
comparison
equal
deleted
inserted
replaced
6671:7c4663f0a8a1 | 6672:535b63237c14 |
---|---|
152 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Read the <A HREF="video.html#2.3.1.7">mga_vid documentation</A>. | 152 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Read the <A HREF="video.html#2.3.1.7">mga_vid documentation</A>. |
153 </TD><TR><TD COLSPAN=3> </TD><TR> | 153 </TD><TR><TD COLSPAN=3> </TD><TR> |
154 | 154 |
155 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Are there rpm/deb/... packages of <B>MPlayer</B>? | 155 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Are there rpm/deb/... packages of <B>MPlayer</B>? |
156 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You can make a .deb package for yourself, check the <A HREF="documentation.html#6.1">Debian packaging</A> section. | 156 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You can make a .deb package for yourself, check the <A HREF="documentation.html#6.1">Debian packaging</A> section. |
157 There are RPM packages available on our homepage, don't use other sources! | 157 There are links to official Red Hat RPM packages available on our |
158 <A HREF="http://www.mplayerhq.hu/homepage/dload.html">download page</A>. | |
158 </TD><TR><TD COLSPAN=3> </TD><TR> | 159 </TD><TR><TD COLSPAN=3> </TD><TR> |
159 | 160 |
160 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>During 'make', MPlayer complains about X11 libraries. I don't understand, | 161 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>During 'make', MPlayer complains about X11 libraries. I don't understand, |
161 I DO have X installed!? | 162 I DO have X installed!? |
162 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>... but you don't have the X development package installed. Or not | 163 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>... but you don't have the X development package installed. Or not |
163 correctly. It's called XFree86-devel* under Red Hat, and xlib6g-dev* under | 164 correctly. It's called XFree86-devel* under Red Hat, and xlibs-dev under |
164 Debian. Also check if the <CODE>/usr/X11</CODE> and <CODE>/usr/include/X11</CODE> | 165 Debian. Also check if the <CODE>/usr/X11</CODE> and <CODE>/usr/include/X11</CODE> |
165 symlinks exist (this can be a problem on Mandrake systems). They can be created | 166 symlinks exist (this can be a problem on Mandrake systems). They can be created |
166 with these commands:<BR> | 167 with these commands:<BR> |
167 <CODE>$ ln -sf /usr/X11R6 /usr/X11</CODE><BR> | 168 <CODE>$ ln -sf /usr/X11R6 /usr/X11</CODE><BR> |
168 <CODE>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</CODE><BR> | 169 <CODE>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</CODE><BR> |
243 </B></TD><TR><TD></TD><TD VALIGN=top>A1:</TD><TD>It's not zero, but it's called from the codec and thus cannot be measured | 244 </B></TD><TR><TD></TD><TD VALIGN=top>A1:</TD><TD>It's not zero, but it's called from the codec and thus cannot be measured |
244 separately. You should try to play the file using <CODE>-vo null</CODE> and then | 245 separately. You should try to play the file using <CODE>-vo null</CODE> and then |
245 <CODE>-vo ...</CODE> and check the difference to see the video_out speed. | 246 <CODE>-vo ...</CODE> and check the difference to see the video_out speed. |
246 </TD><TR><TD></TD><TD VALIGN=top>A2:</TD><TD>You are using Direct Rendering, | 247 </TD><TR><TD></TD><TD VALIGN=top>A2:</TD><TD>You are using Direct Rendering, |
247 where the codec renders to the video memory itself. In this case, the | 248 where the codec renders to the video memory itself. In this case, the |
248 decoding percentage contains the display percentage too. | 249 decoding percentage contains the display percentage, too. |
249 </TD><TR><TD COLSPAN=3> </TD><TR> | 250 </TD><TR><TD COLSPAN=3> </TD><TR> |
250 | 251 |
251 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>There are error messages about file not found <CODE>/usr/lib/win32/</CODE> ... | 252 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>There are error messages about file not found <CODE>/usr/lib/win32/</CODE> ... |
252 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Download the <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec-0.90.tar.bz2">Win32 codecs</A> | 253 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Download the <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec-0.90.tar.bz2">Win32 codecs</A> |
253 from <B>our</B> FTP site (avifile's codec package has a different DLL set) and | 254 from <B>our</B> FTP site (avifile's codec package has a different DLL set) and |
284 the perverted minds of the MPlayer developers. | 285 the perverted minds of the MPlayer developers. |
285 </TD><TR><TD COLSPAN=3> </TD><TR> | 286 </TD><TR><TD COLSPAN=3> </TD><TR> |
286 | 287 |
287 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>LIRC doesn't work, because ... | 288 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>LIRC doesn't work, because ... |
288 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Are you sure you are using <CODE>mplayer</CODE> instead of <CODE>mplayer_lirc</CODE>? | 289 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Are you sure you are using <CODE>mplayer</CODE> instead of <CODE>mplayer_lirc</CODE>? |
289 Note that it was <CODE>mplayer_lirc</CODE> for long time, including the 0.60 release, but recently | 290 Note that it was <CODE>mplayer_lirc</CODE> for a long time, including the 0.60 |
290 changed back to <CODE>mplayer</CODE>. | 291 release, but it was recently changed back to <CODE>mplayer</CODE>. |
291 </TD><TR><TD COLSPAN=3> </TD><TR> | 292 </TD><TR><TD COLSPAN=3> </TD><TR> |
292 | 293 |
293 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Subtitles are very nice, the most beautiful I've ever seen, but they slow | 294 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Subtitles are very nice, the most beautiful I've ever seen, but they slow |
294 down playing! I know it's unlikely ... | 295 down playing! I know it's unlikely ... |
295 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>After running <CODE>./configure</CODE> , edit <CODE>config.h</CODE> and replace | 296 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>After running <CODE>./configure</CODE> , edit <CODE>config.h</CODE> and replace |