annotate DOCS/en/faq.html @ 10103:7b338ec311e2

change real codecs dir priority as discussed with al3x, hopefully the syntax is korn shell compatible, please test!
author atmos4
date Mon, 12 May 2003 22:52:23 +0000
parents ae5dd934b9c8
children f4e0b637ffc5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6386
039065ac8625 Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents: 6385
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
2 <HTML>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4921
diff changeset
3
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4921
diff changeset
4 <HEAD>
6882
f3f87f6bf5cf Added a uniform title: something - MPlayer - The Movie Player for Linux.
diego
parents: 6782
diff changeset
5 <TITLE>FAQ - MPlayer - The Movie Player for Linux</TITLE>
9506
6c6ea2b4cfdb default.css path fixed (it needs to be moved on CVS server!!)
gabucino
parents: 9387
diff changeset
6 <LINK REL="stylesheet" TYPE="text/css" HREF="../default.css">
6407
2b61d16017da Background now uses CSS, added charset, quoted all attributes that need
diego
parents: 6393
diff changeset
7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
8 <STYLE TYPE="text/css">
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
9 dt {
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
10 font-weight : bold;
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
11 }
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
12 </STYLE>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4921
diff changeset
13 </HEAD>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4921
diff changeset
14
6407
2b61d16017da Background now uses CSS, added charset, quoted all attributes that need
diego
parents: 6393
diff changeset
15 <BODY>
1704
a2e1432f7ac3 Arial font
gabucino
parents: 1685
diff changeset
16
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
17
7047
4f87cd0f642f Converted the docs to use proper headings tags.
diego
parents: 7015
diff changeset
18 <H1><A NAME="faq">5. FAQ</A></H1>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
19
6252
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
20 <UL>
6906
3274d0725fde Changed all link names from the section number to a sensible label.
diego
parents: 6882
diff changeset
21 <LI><A HREF="#compilation">5.1 Compilation</A></LI>
3274d0725fde Changed all link names from the section number to a sensible label.
diego
parents: 6882
diff changeset
22 <LI><A HREF="#general">5.2 General questions</A></LI>
6999
ed5b297aaa9e Link and title synched to documentation.html.
diego
parents: 6998
diff changeset
23 <LI><A HREF="#playback">5.3 Playback problems</A></LI>
6906
3274d0725fde Changed all link names from the section number to a sensible label.
diego
parents: 6882
diff changeset
24 <LI><A HREF="#driver">5.4 Video/audio driver problems (vo/ao)</A></LI>
3274d0725fde Changed all link names from the section number to a sensible label.
diego
parents: 6882
diff changeset
25 <LI><A HREF="#dvd">5.5 DVD playback</A></LI>
3274d0725fde Changed all link names from the section number to a sensible label.
diego
parents: 6882
diff changeset
26 <LI><A HREF="#features">5.6 Feature requests</A></LI>
3274d0725fde Changed all link names from the section number to a sensible label.
diego
parents: 6882
diff changeset
27 <LI><A HREF="#encoding">5.7 Encoding</A></LI>
6252
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
28 </UL>
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
29
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
30
7047
4f87cd0f642f Converted the docs to use proper headings tags.
diego
parents: 7015
diff changeset
31 <H2><A NAME="compilation">5.1 Compilation</A></H2>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
32
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
33 <DL>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
34
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
35 <DT>Q: Compilation stops with an error message similar to this one:
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
36 <PRE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
37 In file included from mplayer.c:34:
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
38 mw.h: In function `mplMainDraw':
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
39 mw.h:209: Internal compiler error in print_rtl_and_abort, at flow.c:6458
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
40 Please submit a full bug report,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
41 with preprocessed source if appropriate.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
42 </PRE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
43 </DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
44 <DD>A: This is a known problem of gcc 3.0.4, upgrade to 3.1 to solve the
7076
3275af5787e0 Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents: 7063
diff changeset
45 problem. How to install gcc is described in the
3275af5787e0 Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents: 7063
diff changeset
46 <A HREF="users_against_developers.html#gcc">gcc 2.96</A> section.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
47 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
48
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
49 <DT>Q: Configure ends with this text, and MPlayer won't compile!<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
50 <CODE>"Your gcc does not support even i386 for '-march' and '-mcpu'."</CODE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
51 </DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
52 <DD>A: Your gcc isn't installed correctly, check the <CODE>config.log</CODE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
53 file for details.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
54 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
55
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
56 <DT>Q: What does "No such file or directory" mean?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
57 <DD>A: Probably there is no such file or directory.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
58 <DD>&nbsp;</DD>
6386
039065ac8625 Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents: 6385
diff changeset
59
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
60 <DT>Q: What's the problem with gcc 2.96?</DT>
6998
83a386e88f9e Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents: 6980
diff changeset
61 <DD>A: <B>We strongly discourage the use of gcc 2.96!</B><BR>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
62 Read <A HREF="users_against_developers.html#gcc">this</A> document for
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
63 details about why Red Hat released gcc 2.96 and what the problems are all
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
64 about. If you still really really want to use it, be sure to get the latest
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
65 release and give the <CODE>--disable-gcc-checking</CODE> option to
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
66 configure. Remember that you are on your own from this point. Do <B>not</B>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
67 report bugs, do <B>not</B> ask for help on the mailing lists. We will
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
68 <B>not</B> provide any support in case you run into problems.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
69 <DD>&nbsp;</DD>
3290
3928aef86033 stuff I don't remember
gabucino
parents: 3223
diff changeset
70
6998
83a386e88f9e Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents: 6980
diff changeset
71 <DT>Q: Great, I have gcc 3.0.1 from Red Hat/Mandrake, then I'm fine!</DT>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
72 <DD>A: No, since there have been/are issues with these compilers as well.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
73 To check the status of current compilers' MPlayer support, see the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
74 <A HREF="documentation.html#installation">Installation</A> section.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
75 <DD>&nbsp;</DD>
2117
e3086808ee19 new Q/A
gabucino
parents: 2097
diff changeset
76
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
77 <DT>Q: I tried to compile MPlayer, but I got this output:
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
78 <PRE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
79 In file included from /usr/include/g++-v3/bits/std_cwchar.h:42,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
80 from /usr/include/g++-v3/bits/fpos.h:40,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
81 from /usr/include/g++-v3/bits/char_traits.h:40,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
82 from /usr/include/g++-v3/bits/std_string.h:41,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
83 from /usr/include/g++-v3/string:31,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
84 from libwin32.h:36,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
85 from DS_AudioDecoder.h:4,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
86 from DS_AudioDec.cpp:5:
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
87 /usr/include/wchar.h: In function Long long int wcstoq(const wchar_t*,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
88 wchar_t**, int)':
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
89 /usr/include/wchar.h:514: cannot convert `const wchar_t* __restrict' to
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
90 `const
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
91 </PRE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
92 </DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
93 <DD>A: Upgrade your glibc to the latest release. On Mandrake, use 2.2.4-8mdk.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
94 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
95
6998
83a386e88f9e Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents: 6980
diff changeset
96 <DT>Q: ... gcc 2.96 ... (Yes, some people are STILL flaming about gcc 2.96!)</DT>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
97 <DD>A: Quoted from a
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
98 <A HREF="http://www.mplayerhq.hu/pipermail/mplayer-users/2001-October/005351.html">mail</A>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
99 A'rpi sent to the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
100 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
101 list (the word 'ideg' is described below):
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
102 <BLOCKQUOTE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
103 <P>And we have idegs. And our idegcounter overflowed again and again.</P>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
104
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
105 <P>Unfortunately MPlayer is out of our control. It's used by lamers, Linux
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
106 users who can't even use Windows, and never tried to compile a kernel. They
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
107 installed (with default options) Mandrake or Red Hat or SuSE, and without
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
108 RTFM'ing they send messages saying 'it doesn't work! help me! please! i'm
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
109 new to Linux! help! oh! help me!'. We can't stop them, but at least we try
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
110 to force them to RTFM and to read the messages of ./configure and MPlayer.</P>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
111
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
112 <P>And you clever guys come and flame us with gcc 2.96 and binary packages.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
113 Instead of helping users or making patches to help solve problems.</P>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
114
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
115 <P>Half of our spare/free time is spent by answering silly mails here and
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
116 making newer tricks and checks to configure to avoid such mails.</P>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
117
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
118 <P>And there is a balance. On the one side are you, clever guys, saying we
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
119 are very bad because we don't like buggy gcc 2.96, and on the other side
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
120 there are the 'new to Linux' guys who are showing us gcc 2.96 is buggy.</P>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
121
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
122 <P>Conclusion: We can't be good. Half the people will always say we are bad.</P>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
123
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
124 <P>Maybe we should close the project, make it closed source, commercial, and
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
125 provide install support for it. then we could leave current work, so
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
126 development could go faster, and we could earn lots of money with it and buy
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
127 a big house, etc etc. Do you really want it? It seems.</P>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
128 </BLOCKQUOTE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
129 </DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
130 <DD>&nbsp;</DD>
2092
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
131
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
132 <DT>Q: SDL output doesn't work or compile. The problem is ...</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
133 <DD>A: It was tested to work with SDL 1.2.x and may run on SDL 1.1.7+.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
134 It does <B>not</B> work with any previous version. So if you choose to use
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
135 such a version, you are on your own.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
136 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
137
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
138 <DT>Q: I am still having trouble compiling with SDL support. gcc says
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
139 something about "undefined reference to `SDL_EnableKeyRepeat'". What
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
140 now?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
141 <DD>A: Where did you install the SDL library? If you installed in /usr/local
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
142 (the default) then edit the top level config.mak and add
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
143 "-L/usr/local/lib" after "X_LIBS=". Now type make. You're done!</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
144 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
145
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
146 <DT>Q: It doesn't compile, and it misses uint64_t inttypes.h and similar
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
147 things ...</DT>
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
148 <DD>A: Copy etc/inttypes.h to the MPlayer directory
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
149 (<CODE>cp etc/inttypes.h .</CODE>) and try again ...</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
150 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
151
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
152 <DT>Q: I have Linux running on a Pentium III but <CODE>./configure</CODE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
153 doesn't detect SSE ...</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
154 <DD>A: Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
155 be prepared for problems).</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
156 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
157
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
158 <DT>Q: I have a G200/G400, how do I compile/use the mga_vid driver?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
159 <DD>A: Read the <A HREF="video.html#mga_vid">mga_vid documentation</A>.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
160 <DD>&nbsp;</DD>
2137
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
161
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
162 <DT>Q: Are there rpm/deb/... packages of MPlayer?</DT>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
163 <DD>A: You can make a .deb package for yourself, check the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
164 <A HREF="documentation.html#debian">Debian packaging</A> section.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
165 There are links to official Red Hat RPM packages available on our
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
166 <A HREF="http://www.mplayerhq.hu/homepage/dload.html">download page</A>.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
167 <DD>&nbsp;</DD>
2137
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
168
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
169 <DT>Q: During 'make', MPlayer complains about X11 libraries. I don't
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
170 understand, I DO have X installed!?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
171 <DD>A: ... but you don't have the X development package installed. Or not
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
172 correctly. It's called XFree86-devel* under Red Hat, and xlibs-dev under
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
173 Debian. Also check if the <CODE>/usr/X11</CODE> and <CODE>/usr/include/X11</CODE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
174 symlinks exist (this can be a problem on Mandrake systems). They can be
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
175 created with these commands:<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
176 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>$ ln -sf /usr/X11R6 /usr/X11</CODE><BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
177 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</CODE><BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
178 Your distribution may differ from the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
179 <A HREF="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</A>.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
180 <DD>&nbsp;</DD>
2137
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
181
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
182 <DT>Q: I can't compile SVGAlib. I'm using kernel 2.3/2.4 ...</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
183 <DD>A: You have to edit SVGAlib's Makefile.cfg and comment
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
184 <CODE>BACKGROUND = y</CODE> out.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
185 <DD>&nbsp;</DD>
2137
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
186
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
187 <DT>Q: I compiled MPlayer with libdvdcss/libdivxdecore support, but when
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
188 I try to start it, it says:<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
189 <CODE>&gt; error while loading shared libraries: lib*.so.0: cannot load
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
190 shared object file: No such file or directory</CODE><BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
191 I checked up on the file and it IS there in <CODE>/usr/local/lib</CODE> ...</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
192 <DD>A: Add <CODE>/usr/local/lib</CODE> to <CODE>/etc/ld.so.conf</CODE> and run
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
193 <CODE>ldconfig</CODE>.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
194 <DD>&nbsp;</DD>
2137
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
195
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
196 <DT>Q: Hmm, strange. When loading the mga_vid.o kernel module, I found this in
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
197 the logs:<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
198 <CODE>Warning: loading mga_vid.o will taint the kernel: no license</CODE></DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
199 <DD>A: The latest kernel modutils require a flag indicating the license
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
200 (mainly to avoid kernel hackers debugging closed source drivers).
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
201 Upgrade your kernel, modutils and MPlayer.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
202 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
203
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
204 <DT>Q: When compiling MEncoder, it segfaults at linking!</DT>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
205 <DD>A: This is a linker problem. Upgrading binutils should help (2.11.92.*
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
206 or newer should be good). Since it is not our fault, please do <B>not</B>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
207 report!</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
208 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
209
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
210 <DT>Q: MPlayer dies with segmentation fault upon pthread check!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
211 <DD>A: chmod 644 /usr/lib/libc.so</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
212 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
213
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
214 <DT>Q: I'd like to compile MPlayer on Minix!</DT>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
215 <DD>A: Me too. :)</DD>
9722
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
216 <DD>&nbsp;</DD>
2137
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
217
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
218 </DL>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
219
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
220
7047
4f87cd0f642f Converted the docs to use proper headings tags.
diego
parents: 7015
diff changeset
221 <H2><A NAME="general">5.2 General questions</A></H2>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
222
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
223 <DL>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
224
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
225 <DT>Q: How do I create a proper patch for MPlayer?</DT>
9387
72c0458c854a update of links regarding tech/ dir
nicolas
parents: 9382
diff changeset
226 <DD>A: We made a <A HREF="../tech/patches.txt">short document</A> describing
7767
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
227 all the necessary details. Please follow the instructions.</DD>
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
228 <DD>&nbsp;</DD>
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
229
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
230 <DT>Q: How can I support MPlayer development?</DT>
7767
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
231 <DD>A: We are more than happy to accept your hardware and software
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
232 <A HREF="http://www.mplayerhq.hu/homepage/donations.html">donations</A>.
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
233 They help us in continuously improving MPlayer.</DD>
7767
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
234 <DD>&nbsp;</DD>
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
235
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
236 <DT>Q: How can I become an MPlayer developer?</DT>
7767
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
237 <DD>A: We always welcome coders and documenters. Read the
9387
72c0458c854a update of links regarding tech/ dir
nicolas
parents: 9382
diff changeset
238 <A HREF="../tech/">technical documentation</A> to get a first grasp. Then you
7767
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
239 should subscribe to the
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
240 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A>
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
241 mailing list and start coding.</DD>
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
242 <DD>&nbsp;</DD>
c4a30ecfe1ec Extended the FAQ a bit, maybe we start receiving some more donations and
diego
parents: 7712
diff changeset
243
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
244 <DT>Q: Can I run multiple instances of MPlayer?</DT>
7808
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
245 <DD>A: Yes. Some video out drivers like xv, dga or (x)mga are exclusive, some
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
246 are exclusive in combination with certain graphics boards and drivers. You
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
247 will not be able to run more than one instance of MPlayer with one of those
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
248 video out drivers. To a lesser degree this also applies to audio drivers.
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
249 Not all allow playback of multiple streams on the same device.</DD>
7063
dc130296ce8b How to run multiple instances of MPlayer.
diego
parents: 7047
diff changeset
250 <DD>&nbsp;</DD>
dc130296ce8b How to run multiple instances of MPlayer.
diego
parents: 7047
diff changeset
251
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
252 <DT>Q: There is a timer in the upper left corner. How can I get rid of it?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
253 <DD>A: Press <CODE>o</CODE> and try the <CODE>-osdlevel</CODE> option.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
254 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
255
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
256 <DT>Q: The <CODE>-xy</CODE> or <CODE>-fs</CODE> option doesn't work with the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
257 x11 driver (<CODE>-vo x11</CODE>) ...</DT>
7015
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
258 <DD>A: It does, but you have to explicitly specify software scaling (very
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
259 slow) with the <CODE>-zoom</CODE> option. You better use XF86VidMode
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
260 support: You must specify the <CODE>-vm</CODE> and the <CODE>-fs</CODE>
9138
42667fd91d4a changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents: 8930
diff changeset
261 option, and you're done. Make sure you have the right modelines in your
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
262 XF86Config file, and try to make the <A HREF="video.html#dga">DGA driver</A>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
263 and <A HREF="video.html#sdl">SDL's DGA driver</A> work for you.
7015
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
264 It's much faster. If SDL's DGA works, use that, it'll be even faster.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
265 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
266
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
267 <DT>Q: What is the meaning of the numbers on the status line?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
268 <DD>A: Example:
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
269 <CODE>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57/57 41% 0% 2.6% 0 4 49%</CODE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
270 <UL>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
271 <LI>A: audio position in seconds</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
272 <LI>V: video position in seconds</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
273 <LI>A-V: audio-video difference in seconds (delay)</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
274 <LI>ct: total A-V sync correction done</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
275 <LI>frames played (counting from last seek)</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
276 <LI>frames decoded (counting from last seek)</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
277 <LI>video codec cpu usage in percent (for slices and DR this includes
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
278 video_out)</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
279 <LI>video_out cpu usage</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
280 <LI>audio codec cpu usage in percent</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
281 <LI>frames needed to drop to maintain A-V sync</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
282 <LI>current level of image postprocessing (when using <CODE>-autoq</CODE>)</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
283 <LI>current cache size used (around 50% is normal)</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
284 </UL>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
285 Most of them are for debug purposes and will be removed at some point.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
286 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
287
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
288 <DT>Q: What if I don't want them to appear?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
289 <DD>A: Use the <CODE>-quiet</CODE> option and read the man page.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
290 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
291
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
292 <DT>Q: Why is video_out cpu usage zero (0%) for some files?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
293 <DD>A1: It's not zero, but it's called from the codec and thus cannot be
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
294 measured separately. You should try to play the file using
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
295 <CODE>-vo null</CODE> and then <CODE>-vo ...</CODE> and check the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
296 difference to see the video_out speed.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
297 <DD>A2: You are using Direct Rendering,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
298 where the codec renders to the video memory itself. In this case, the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
299 decoding percentage contains the display percentage, too.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
300 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
301
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
302 <DT>Q: There are error messages about file not found
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
303 <CODE>/usr/lib/win32/</CODE> ...</DT>
9272
8efd3c0578b2 remove references to old w32codec package
alex
parents: 9138
diff changeset
304 <DD>A: Download the Win32 codecs from our
8efd3c0578b2 remove references to old w32codec package
alex
parents: 9138
diff changeset
305 <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">codecs page</A>
8efd3c0578b2 remove references to old w32codec package
alex
parents: 9138
diff changeset
306 (avifile's codec package has a different DLL set) and install it.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
307 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
308
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
309 <DT>Q: Are there any mailing lists on MPlayer?</DT>
6998
83a386e88f9e Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents: 6980
diff changeset
310 <DD>A: Yes. See the bottom of the info page on
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
311 <A HREF="http://www.mplayerhq.hu/homepage/info.html">our homepage</A> to
6998
83a386e88f9e Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents: 6980
diff changeset
312 subscribe.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
313 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
314
6998
83a386e88f9e Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents: 6980
diff changeset
315 <DT>Q: I've found a nasty bug when I tried to play my favorite video!
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
316 Who should I inform?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
317 <DD>A: Please read the <A HREF="bugreports.html">bug reporting guidelines</A>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
318 and follow the instructions.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
319 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
320
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
321 <DT>Q: I have problems playing files with the ... codec. Can I use them?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
322 <DD>A: Check the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
323 <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">codec status</A>,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
324 if it doesn't contain your codec, read the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
325 <A HREF="codecs.html">codec documentation</A>, especially the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
326 <A HREF="codecs.html#importing">codec importing HOWTO</A> and contact us.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
327 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
328
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
329 <DT>Q: Umm, what is "IdegCounter"?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
330 <DD>A: A combination of a Hungarian and an English word. "Ideg" in Hungarian
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
331 means the same as "nerve" in English, and is pronounced as something like
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
332 "ydaegh". It was first used to measure the nervousness of A'rpi, after some
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
333 (umm) "mysterious" disappearance of CVS code ;)</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
334 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
335
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
336 <DT>Q: And what is "Faszom(C)ounter"?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
337 <DD>A: "Fasz" is a Hungarian word you don't want to know, the others are
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
338 connected to the perverted minds of the MPlayer developers.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
339 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
340
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
341 <DT>Q: LIRC doesn't work, because ...</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
342 <DD>A: Are you sure you are using <CODE>mplayer</CODE> instead of
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
343 <CODE>mplayer_lirc</CODE>? Note that it was <CODE>mplayer_lirc</CODE> for a
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
344 long time, including the 0.60 release, but it was recently changed back to
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
345 <CODE>mplayer</CODE>.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
346 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
347
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
348 <DT>Q: Subtitles are very nice, the most beautiful I've ever seen, but they
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
349 slow down playing! I know it's unlikely ...</DT>
6998
83a386e88f9e Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents: 6980
diff changeset
350 <DD>A: After running <CODE>./configure</CODE>, edit <CODE>config.h</CODE> and
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
351 replace <CODE>#undef FAST_OSD</CODE> with <CODE>#define FAST_OSD</CODE>.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
352 Then recompile.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
353 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
354
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
355 <DT>Q: The onscreen display (OSD) is flickering!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
356 <DD>A: You use a vo driver with single buffering (x11,xv). With xv,
9644
0fe056bdb135 vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
jonas
parents: 9506
diff changeset
357 use the <CODE>-double</CODE> option. Also try <CODE>-vf expand</CODE></DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
358 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
359
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
360 <DT>Q: What exactly is this libavcodec thing?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
361 <DD>A: See the <A HREF="codecs.html#libavcodec">libavcodec section</A>.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
362 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
363
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
364 <DT>Q: But configure tells me "Checking for libavcodec ... no"!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
365 <DD>A: You need to get libavcodec from FFmpeg's CVS. Read the instructions in
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
366 the <A HREF="codecs.html#libavcodec">libavcodec section</A>.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
367 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
368
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
369 <DT>Q: Icewm's taskbar keeps covering the movie in fullscreen mode!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
370 <DD>A: This shouldn't happen anymore, if it still does use the
9338
3d5fe5fe4aa9 Document -fstype in manpage.
filon
parents: 9272
diff changeset
371 <CODE>-fstype layer</CODE> option and report it to the
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
372 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
373 mailing list.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
374 <DD>&nbsp;</DD>
2771
b2b3926a5e46 "boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents: 2606
diff changeset
375
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
376 <DT>Q: I can't access the GUI menu. I press right click, but I can't access
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
377 any menu items!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
378 <DD>A: Are you using FVWM? Try the following:<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
379 Start -&gt; Settings -&gt; Configuration -&gt; Base Configuration<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
380 Set "Use Applications position hints" to "Yes".</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
381 <DD>&nbsp;</DD>
2772
499d08e86341 *** empty log message ***
gabucino
parents: 2771
diff changeset
382
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
383 <DT>Q: How can I run MPlayer in the background?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
384 <DD>A: Use: <CODE>mplayer &lt;options&gt; &lt;filename&gt; &lt; /dev/null &amp;</CODE></DD>
9722
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
385 <DD>&nbsp;</DD>
6639
f94a40d3b19a hmm, just found a nice thing with my new LFS..
gabucino
parents: 6617
diff changeset
386
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
387 </DL>
3053
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
388
2771
b2b3926a5e46 "boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents: 2606
diff changeset
389
7047
4f87cd0f642f Converted the docs to use proper headings tags.
diego
parents: 7015
diff changeset
390 <H2><A NAME="playback">5.3 Playback problems</A></H2>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
391
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
392 <DL>
6782
be9ab9dcd653 Advertise mencvcd, the woes of seeking in a paused movie and to OSD or not
diego
parents: 6777
diff changeset
393
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
394 <DT>Q: I can play certain AVIs but I get no sound and this kind of error:
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
395 <PRE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
396 Detected audio codec: [divx] afm:4 (DivX audio (WMA))
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
397 Requested audio codec family [divx] (afm=4) not available (enable it at
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
398 compile time!)
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
399 </PRE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
400 </DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
401 <DD>A: Probably the audio uses a codec not natively supported by
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
402 MPlayer. Install the Win32 codec package as described in the README
7076
3275af5787e0 Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents: 7063
diff changeset
403 or in the <A HREF="documentation.html#installation">Installation</A> section.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
404 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
405
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
406 <DT>Q: ... works with avifile/aviplay but doesn't with MPlayer.</DT>
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
407 <DD>A: MPlayer is not avifile.
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
408 The only common thing between these players is the Win32 DLL loader.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
409 The codecs (DLL) set, synchronization, demultiplexing etc is totally
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
410 different and shouldn't be compared.
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
411 If something works with aviplay it doesn't mean that MPlayer will
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
412 work and vice versa.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
413 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
414
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
415 <DT>Q: Audio goes out of sync playing an AVI file.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
416 <DD>A: Try the <CODE>-bps</CODE> or <CODE>-nobps</CODE> option. If it does not
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
417 improve, read <A HREF="bugreports.html">this</A> and upload the file to FTP.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
418 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
419
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
420 <DT>Q: MPlayer exits with some error when using l3codeca.acm.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
421 <DD>A: Check <CODE>ldd /usr/local/bin/mplayer</CODE> output. If it contains<BR>
7076
3275af5787e0 Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents: 7063
diff changeset
422 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>libc.so.6 =&gt; /lib/libc.so.6 (0x4???????)</CODE><BR>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
423 where "?" is any number then it's OK, the error is not here. If it is:<BR>
7076
3275af5787e0 Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents: 7063
diff changeset
424 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>libc.so.6 =&gt; /lib/libc.so.6 (0x00??????)</CODE><BR>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
425 then there is a problem with your kernel/libc. Maybe you are using some
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
426 security patches (for example Solar Designer's OpenWall patch) which
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
427 forces loading libraries to very low addresses.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
428 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
429 0x00400000, we can't change this. You should use a non-patched kernel,
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
430 or use MPlayer's <CODE>-afm 1</CODE> option to disable using
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
431 l3codeca.acm.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
432 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
433
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
434 <DT>Q: My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo
9138
42667fd91d4a changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents: 8930
diff changeset
435 mp3 sound too slow. When I use -nosound option, everything is OK (but
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
436 quiet).</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
437 <DD>A: Your machine is too slow or your soundcard driver is broken. Consult
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
438 the documentation to see if you can improve performance.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
439 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
440
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
441 <DT>Q: MPlayer dies with "MPlayer interrupted by signal 4 in module:
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
442 decode_video".</DT>
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
443 <DD>A: Try running MPlayer on the machine you compiled on. Or recompile
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
444 with runtime CPU detection
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
445 (<CODE>./configure --enable-runtime-cpudetection</CODE>). Don't
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
446 use MPlayer on a CPU different from the one it was compiled on,
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
447 without using the feature mentioned just now.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
448 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
449
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
450 <DT>Q: I have problems with [your window manager] and fullscreen
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
451 xv/xmga/sdl/x11 modes ...</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
452 <DD>A: Read the <A HREF="bugreports.html">bug reporting guidelines</A> and
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
453 send us a proper bug report.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
454 <DD>&nbsp;</DD>
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
455
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
456 <DT>Q: I got this playing MPEG files: Can't find codec for video format
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
457 0x10000001!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
458 <DD>A: You have an old version of codecs.conf at <CODE>~/.mplayer/</CODE>.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
459 Upgrade it from <CODE>/etc/</CODE>.<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
460 <B>OR</B> you have the <CODE>vc=</CODE> option or something similar in your
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
461 config file(s).</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
462 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
463
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
464 <DT>Q: When starting MPlayer under KDE I just get a black screen and nothing
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
465 happens. After about one minute the video starts playing.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
466 <DD>A: The KDE arts sound daemon is blocking the sound device. Either wait
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
467 until the video starts or disable the arts-daemon in kontrol center. If you
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
468 want to use arts sound, specify audio output via our native arts audio
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
469 driver (<CODE>-ao arts</CODE>). If it fails or isn't compiled in, try SDL
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
470 (<CODE>-ao sdl</CODE>) and make sure your SDL can handle arts sound. Yet
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
471 another option is to start MPlayer with artsdsp.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
472 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
473
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
474 <DT>Q: I have an AVI that produces a gray screen when played with
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
475 <CODE>-vc odivx</CODE> and a green one with <CODE>-vc divx4</CODE>.</DT>
7937
33e4345d6dd6 URLs corrected.
diego
parents: 7851
diff changeset
476 <DD>A: It's not a DivX file, but an M$ MPEG4v3. Update your codecs.conf.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
477 <DD>&nbsp;</DD>
2047
337daaf16922 added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents: 2001
diff changeset
478
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
479 <DT>Q: When I play this movie I get video-audio desync and/or MPlayer crashes
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
480 with the following message:<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
481 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
482 <DD>A: This can have multiple reasons.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
483 <UL>
7015
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
484 <LI>Your CPU <B>and/or</B> video card <B>and/or</B> bus is too slow.
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
485 MPlayer displays a message if this is the case (and the dropped
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
486 frames counter goes up fast).</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
487 <LI>If it is an AVI, maybe it has bad interleaving. Try the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
488 <CODE>-ni</CODE> option.</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
489 <LI>Your sound driver is buggy, or you use ALSA 0.5 with <CODE>-ao oss</CODE>.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
490 See the <A HREF="sound.html">sound card section</A>.</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
491 <LI>The AVI has a bad header, try the <CODE>-nobps</CODE> option, and/or
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
492 <CODE>-mc 0</CODE>.</LI>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
493 </UL></DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
494 <DD>&nbsp;</DD>
6777
a0414ad68a4e Added 2 entries: no sound without win32 and no sound with sound daemon.
diego
parents: 6672
diff changeset
495
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
496 <DT>Q: I have an MJPEG file which works with other players but displays only a
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
497 black image in MPlayer.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
498 <DD>A: Disable the Windows DLL in <CODE>codecs.conf</CODE>, or use the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
499 <CODE>-vc ffmjpeg</CODE> option (compile MPlayer with libavcodec for this
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
500 to work).</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
501 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
502
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
503 <DT>Q: When I try to grab from my tuner, it works, but colors are strange.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
504 It's OK with other applications.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
505 <DD>A: Your card probably misreports its colorspace capacity. Try with YUY2
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
506 instead of default YV12 (see the <A HREF="documentation.html#tv">TV input
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
507 documentation</A>).</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
508 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
509
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
510 <DT>Q: When I start playing, I get this message but everything seems fine:<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
511 <CODE>Linux RTC init: ioctl (rtc_pie_on): Permission denied</CODE></DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
512 <DD>A: You need root privileges or a
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
513 specially set up kernel to use the new timing code. For details see the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
514 <A HREF="documentation.html#rtc">RTC section</A> of the documentation.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
515 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
516
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
517 <DT>Q: I have A/V sync problems. Some of my AVIs play fine, but some play with
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
518 double speed!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
519 <DD>A: You have a buggy sound card/driver. Most likely it's fixed at 44100Hz,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
520 and you try to play a file which has 22050Hz audio. Try the resample audio
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
521 plugin.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
522 <DD>&nbsp;</DD>
2848
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2772
diff changeset
523
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
524 <DT>Q: All the WMV (or other..) files I play create a green/gray window and
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
525 there is only sound! MPlayer prints:<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
526 <CODE>Detected video codec: [null] drv:0 (NULL codec (no decoding))</CODE></DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
527 <DD>A: Update your <CODE>codecs.conf</CODE>.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
528 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
529
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
530 <DT>Q: I get very strange percentage values (way too big) while playing files
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
531 on my notebook.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
532 <DD>A: It's an effect of the power management / power saving system of your
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
533 notebook (BIOS, not kernel). Plug the external power connector in
7712
358ac15da69a added reference to the cpufreq project (for the speedstep problems).
attila
parents: 7119
diff changeset
534 <B>before</B> you power on your notebook. You can also try whether
7937
33e4345d6dd6 URLs corrected.
diego
parents: 7851
diff changeset
535 <A HREF="http://www.brodo.de/cpufreq/">cpufreq</A> (a SpeedStep interface
7851
626c13032310 fixes (what?:)
gabucino
parents: 7814
diff changeset
536 for Linux) helps you.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
537 <DD>&nbsp;</DD>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
538
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
539 <DT>Q: The audio/video gets totally out of sync when I run MPlayer as root on
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
540 my notebook. It works normal when i run it as a user.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
541 <DD>A: This is again a power management effect (see above). Plug the external
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
542 power connector in <B>before</B> you power on your notebook or use the
9138
42667fd91d4a changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents: 8930
diff changeset
543 <CODE>-nortc</CODE> option.</DD>
9722
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
544 <DD>&nbsp;</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
545
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
546 </DL>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
547
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
548
7047
4f87cd0f642f Converted the docs to use proper headings tags.
diego
parents: 7015
diff changeset
549 <H2><A NAME="driver">5.4 Video/audio driver problems (vo/ao)</A></H2>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
550
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
551 <DL>
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1864
diff changeset
552
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
553 <DT>Q: I have no sound when playing a video and get error messages similar to
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
554 this one:
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
555 <PRE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
556 AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian)
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
557 audio_setup: Can't open audio device /dev/dsp: Device or resource busy
7076
3275af5787e0 Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents: 7063
diff changeset
558 couldn't open/init audio device -&gt; NOSOUND
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
559 Audio: no sound!!!
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
560 Start playing...
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
561 </PRE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
562 </DT>
8751
f117a4150786 We now have -ao esd.
diego
parents: 7937
diff changeset
563 <DD>A: Are you running KDE or GNOME with the ARTS or ESD sound daemon? Try
f117a4150786 We now have -ao esd.
diego
parents: 7937
diff changeset
564 disabling the sound daemon or use the <CODE>-ao arts</CODE> or
9138
42667fd91d4a changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents: 8930
diff changeset
565 <CODE>-ao esd</CODE> option to make MPlayer use ARTS or ESD.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
566 <DD>&nbsp;</DD>
2606
a4b73dfad509 (ff)mjpeg q/a
gabucino
parents: 2593
diff changeset
567
6998
83a386e88f9e Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents: 6980
diff changeset
568 <DT>Q: What about the DGA driver? I can't find it!</DT>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
569 <DD>A: <CODE>./configure</CODE> autodetects your DGA driver. If
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
570 <CODE>-vo help</CODE> doesn't show DGA, then there's a problem with your X
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
571 installation. Try <CODE>./configure --enable-dga</CODE> and read the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
572 <A HREF="video.html#dga">documentation</A>. Alternatively, try SDL's DGA
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
573 driver with the <CODE>-vo sdl:dga</CODE> option.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
574 <DD>&nbsp;</DD>
3053
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
575
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
576 <DT>Q: OK, <CODE>-vo help</CODE> shows DGA driver, but it complains about
6998
83a386e88f9e Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents: 6980
diff changeset
577 permissions. Help me!</DT>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
578 <DD>A: It works only if running as root! It's a DGA limitation.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
579 You should become root (<CODE>su -</CODE>), and try again.
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
580 Another solution is making MPlayer SUID root, but it's
7015
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
581 <B>not recommended!</B><BR>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
582 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>chown root /usr/local/bin/mplayer</CODE><BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
583 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>chmod 755 /usr/local/bin/mplayer</CODE><BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
584 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>chmod +s /usr/local/bin/mplayer</CODE><BR>
7015
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
585 <BLOCKQUOTE>
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
586 <B>Warning: security risk</B><BR>
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
587 This is a <B>big</B> security risk! <B>Never</B> do this on a server or
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
588 on a computer that you do not control completely because other users can
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
589 gain root privileges through SUID root MPlayer. <B>You have been
7015
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
590 warned.</B>
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
591 </BLOCKQUOTE>
72059027f953 Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents: 6999
diff changeset
592 </DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
593 <DD>&nbsp;</DD>
3053
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
594
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
595 <DT>Q: When using Xvideo, my Voodoo 3/Banshee says:<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
596 <CODE>X Error of failed request: BadAccess (attempt to access private
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
597 resource denied)<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
598 &nbsp;&nbsp;Major opcode of failed request: 147 (MIT-SHM)<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
599 &nbsp;&nbsp;Minor opcode of failed request: 1 (X_ShmAttach)<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
600 &nbsp;&nbsp;Serial number of failed request: 26<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
601 &nbsp;&nbsp;Current serial number in output stream:27</CODE></DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
602 <DD>A: The "tdfx" driver in XFree86 4.0.2/4.0.3 had this bug. This was solved
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
603 by <A HREF="http://www.xfree86.org/cvs/changes_4_1.html">bugfix #621 of the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
604 XFree86 4.1.0 CVS log</A>. So upgrade to XFree86 4.1.0 or later.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
605 Alternatively, either download (at least) DRI version 0.6 from the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
606 <A HREF="http://dri.sourceforge.net">DRI homepage</A>, or use CVS DRI.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
607 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
608
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
609 <DT>Q: OpenGL (<CODE>-vo gl</CODE>) output doesn't work (hang/black window/X11
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
610 errors/...).</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
611 <DD>A: Your OpenGL driver doesn't support dynamic texture changes
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
612 (glTexSubImage). It's known not to work with nVidia's binary mess.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
613 It's known to work with Utah-GLX/DRI and Matrox G400 cards. Also with
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
614 DRI and Radeon cards. It won't work with DRI and other cards.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
615 it will not work with 3DFX cards because of the 256x256 texture size limit.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
616 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
617
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
618 <DT>Q: I have an nVidia TNT/TNT2 card, and I have a band with strange colors,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
619 right under the movie! Whose fault is this?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
620 <DD>A: This is a bug of nVidia's binary X driver. These bugs appear ONLY with
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
621 the TNT/TNT2 cards, and we can't do anything about it. To fix the problem,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
622 upgrade to the latest nVidia binary driver version. If still bad, complain
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
623 to nVidia!</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
624 <DD>&nbsp;</DD>
6386
039065ac8625 Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents: 6385
diff changeset
625
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
626 <DT>Q: I have an nVidia XYZ card, and when I click on the GUI's display window
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
627 to toggle displaying the GUI panel, a black square appears where I clicked.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
628 I have the newest driver.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
629 <DD>A: Yes, nVidia corrected a previous bug (above), and introduced a new one.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
630 Let's congratulate them. UPDATE: According to
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
631 <A HREF="users_against_developers.html#nvidia">nVidia</A>, this has already
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
632 been fixed.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
633 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
634
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
635 <DT>Q: When I use the GUI with SDL video output, a second video window is
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
636 created.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
637 <DD>A: Known, don't use SDL for the GUI yet.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
638 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
639
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
640 <DT>Q: Oh the world is cruel ...! SDL has only <CODE>x11</CODE> target, but
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
641 not <CODE>xv</CODE>!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
642 <DD>A: Try that <CODE>x11</CODE> target again. Now try
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
643 <CODE>-vo x11 -fs -zoom</CODE>. See the difference? No?! OK, here comes the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
644 enlightenment: SDL's <CODE>x11</CODE> target uses xv when available, you
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
645 don't have to worry about it ... Note: you can force/disable Xv via SDL
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
646 using <CODE>-forcexv</CODE> and <CODE>-noxv</CODE></DD>
9722
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
647 <DD>&nbsp;</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
648
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
649 </DL>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
650
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
651
7047
4f87cd0f642f Converted the docs to use proper headings tags.
diego
parents: 7015
diff changeset
652 <H2><A NAME="dvd">5.5 DVD playback</A></H2>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
653
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
654 <DL>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
655
7808
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
656 <DT>Q: What about DVD navigation?</DT>
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
657 <DD>A: Support for dvdnav in MPlayer is currently broken, normal playback
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
658 does work, though. If you want to have fancy menus, you will have to use
7937
33e4345d6dd6 URLs corrected.
diego
parents: 7851
diff changeset
659 another player like <A HREF="http://xine.sourceforge.net">xine</A> or
33e4345d6dd6 URLs corrected.
diego
parents: 7851
diff changeset
660 <A HREF="http://www.dtek.chalmers.se/groups/dvd/">Ogle</A>. If you care
9387
72c0458c854a update of links regarding tech/ dir
nicolas
parents: 9382
diff changeset
661 about DVD navigation, send a <A HREF="../tech/patches.txt">patch</A>.</DD>
7808
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
662 <DD>&nbsp;</DD>
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
663
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
664 <DT>Q: While playing a DVD, I encountered this error:<BR>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
665 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion
7076
3275af5787e0 Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents: 7063
diff changeset
666 nfo_length / sizeof(cell_adr_t) &gt;= c_adt-&gt;nr_of_vobs' failed.</CODE></DT>
7808
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
667 <DD>A: This is a known libdvdread 0.9.1/0.9.2 bug. Use <B>libmpdvdkit2</B>,
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
668 which is present in MPlayer source, and used by default.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
669 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
670
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
671 <DT>Q: Can I compile libdvdread and libdvdcss on my sweet SPARC under
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
672 Solaris?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
673 <DD>A: Who knows ... It's said to work, so please test it and send feedback.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
674 Refer to the documentation of libdvdread and its homepage as well. We're not
7808
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
675 the authors of libdvdread. Use <B>libmpdvdkit2</B>, which is present in
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
676 MPlayer source, and used by default.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
677 <DD>&nbsp;</DD>
2065
147e114e906b new nvidia bug
gabucino
parents: 2064
diff changeset
678
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
679 <DT>Q: What about subtitles? Can MPlayer display them?</DT>
6998
83a386e88f9e Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents: 6980
diff changeset
680 <DD>A: Yes. See the <A HREF="cd-dvd.html#dvd">DVD chapter</A> of the
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
681 documentation.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
682 <DD>&nbsp;</DD>
6252
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
683
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
684 <DT>Q: How can I set the region code of my DVD-drive? I don't have
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
685 Windows!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
686 <DD>A: Use the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
687 <A HREF="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool</A>.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
688 <DD>&nbsp;</DD>
6252
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
689
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
690 <DT>Q: Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
691 a DVD?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
692 <DD>A: No, only for old-style DVD support. However you must have
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
693 the proper rights on the DVD device entry (in <CODE>/dev/</CODE>).</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
694 <DD>&nbsp;</DD>
6252
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
695
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
696 <DT>Q: Where can I get libdvdread and libdvdcss packages?</DT>
7808
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
697 <DD>A: You don't need to. Use <B>libmpdvdkit2</B>, which is present in the
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
698 MPlayer source, and used by default. You can get the mentioned packages
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
699 from the
7937
33e4345d6dd6 URLs corrected.
diego
parents: 7851
diff changeset
700 <A HREF="http://www.dtek.chalmers.se/groups/dvd/">Ogle site</A>.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
701 <DD>&nbsp;</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
702
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
703 <DT>Q: Is it possible to play/encode only selected chapters?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
704 <DD>A: Yes, try the <CODE>-chapter</CODE> option.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
705 <DD>&nbsp;</DD>
6252
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
706
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
707 <DT>Q: My DVD playback is sluggish!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
708 <DD>A: Use the <CODE>-cache</CODE> option (described in the man page)
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
709 and try enabling DMA for the DVD drive with the hdparm tool (described in
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
710 the <A HREF="cd-dvd.html#cd">CD chapter</A> of the documentation).</DD>
9722
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
711 <DD>&nbsp;</DD>
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
712
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
713 <DT>Q: While playing a movie it suddenly gets jerky and I get
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
714 the following message:<BR>
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
715 <CODE>Badly interleaved AVI file detected - switching to -ni
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
716 mode...</CODE>
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
717 <DD>A: Badly interleaved files and <CODE>-cache</CODE> don't work well
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
718 together. Try <CODE>-nocache</CODE>.</DD>
ae5dd934b9c8 -ni (detection) and -cache
jonas
parents: 9644
diff changeset
719 <DD>&nbsp;</DD>
6252
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
720
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
721 </DL>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
722
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
723
7047
4f87cd0f642f Converted the docs to use proper headings tags.
diego
parents: 7015
diff changeset
724 <H2><A NAME="features">5.6 Feature requests</A></H2>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
725
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
726 <DL>
6252
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
727
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
728 <DT>Q: If MPlayer is paused and I try to seek or press any key at all,
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
729 MPlayer ceases to be paused. I would like to be able to seek in the
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
730 paused movie.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
731 <DD>A: This is very tricky to implement without losing A/V synchronization.
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
732 All attempts have failed so far, but patches are welcome.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
733 <DD>&nbsp;</DD>
6252
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
734
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
735 <DT>Q: I'd like to seek +/- 1 frames instead of 10 seconds.</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
736 <DD>A: This won't be done. It was, but then it messed up A/V sync. Feel free
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
737 to implement it, and send a patch. Don't ask for it.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
738 <DD>&nbsp;</DD>
6252
54283d7bc90a DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents: 6170
diff changeset
739
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
740 <DT>Q: Where is the Windows version?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
741 <DD>A: It's not released, and won't be. Look around the Windows scene (open
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
742 source ASF parsers, open source ASF encoders, etc) and you'll know why. We
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
743 don't want to go to jail. BTW you can compile it yourself, under
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
744 <A HREF="documentation.html#cygwin">Cygwin</A>.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
745 <DD>&nbsp;</DD>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
746
8930
gabucino
parents: 8751
diff changeset
747 <DT>Q: How can I make MPlayer remember the options I use for this
gabucino
parents: 8751
diff changeset
748 particular file?</DT>
gabucino
parents: 8751
diff changeset
749 <DD>A: Create a file named <CODE>movie.avi.conf</CODE> with the
gabucino
parents: 8751
diff changeset
750 file-specific options in it and put it in <CODE>~/.mplayer</CODE> or in
gabucino
parents: 8751
diff changeset
751 the same directory as the file.</DD>
gabucino
parents: 8751
diff changeset
752 <DD>&nbsp;</DD>
gabucino
parents: 8751
diff changeset
753
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
754 </DL>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
755
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
756
7047
4f87cd0f642f Converted the docs to use proper headings tags.
diego
parents: 7015
diff changeset
757 <H2><A NAME="encoding">5.7 Encoding</A></H2>
6782
be9ab9dcd653 Advertise mencvcd, the woes of seeking in a paused movie and to OSD or not
diego
parents: 6777
diff changeset
758
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
759 <DL>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
760
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
761 <DT>Q: How can I encode?</DT>
7814
988498df1996 <B>MPlayer</B> ---> MPlayer
diego
parents: 7808
diff changeset
762 <DD>A: Read the MEncoder <A HREF="encoding.html">documentation</A>.</DD>
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
763 <DD>&nbsp;</DD>
2859
9508f2a11335 Q/A about fucky +- 1frame seeking feature req
gabucino
parents: 2848
diff changeset
764
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
765 <DT>Q: How can I create VCDs?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
766 <DD>A: Try the <CODE>mencvcd</CODE> script from the <CODE>TOOLS</CODE>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
767 subdirectory. With it you can encode DVDs or other movies to VCD or SVCD
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
768 format and even burn them directly to CD.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
769 <DD>&nbsp;</DD>
3192
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
770
7808
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
771 <DT>Q: How can I join two video files?</DT>
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
772 <DD>A: This has been discussed to no end on mplayer-users. Go search the
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
773 <A HREF="http://mplayerhq.hu/cgi-bin/htsearch?restrict=/mplayer-users/">archives</A>
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
774 for a complete answer. This is a complicated topic and your mileage may
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
775 vary a lot depending on the kind of files you want to merge. MPEGs can be
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
776 concatenated into a single file with luck. For AVIs there are two tools,
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
777 <A HREF="http://fixounet.free.fr/avidemux/">avidemux</A>
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
778 and avimerge (part of the
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
779 <A HREF="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/">transcode</A>
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
780 tool set), available that might do the job. You can also try MEncoder if
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
781 you have two files sharing the same dimensions and codec. Try<BR>
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
782 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>cat file1 file2 &gt; file3</CODE><BR>
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
783 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>mencoder -ovc copy -oac copy -o out.avi -forceidx file3.avi</CODE></DD>
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
784 <DD>&nbsp;</DD>
502f6eff2c1a libmpdvdkit --> libmpdvdkit2, small corrections
diego
parents: 7767
diff changeset
785
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
786 <DT>Q: My tuner works, I can hear the sound and watch the video with MPlayer,
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
787 but MEncoder doesn't encode audio!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
788 <DD>A: TV audio encoding for Linux is currently unimplemented, we're working
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
789 on it. At the moment it works only on BSD.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
790 <DD>&nbsp;</DD>
6782
be9ab9dcd653 Advertise mencvcd, the woes of seeking in a paused movie and to OSD or not
diego
parents: 6777
diff changeset
791
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
792 <DT>Q: I can't encode DVD subtitles into the AVI!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
793 <DD>A: You have to specify the <CODE>-sid</CODE> option correctly!</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
794 <DD>&nbsp;</DD>
3966
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
795
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
796 <DT>Q: MEncoder segfaults on startup!</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
797 <DD>A: Upgrade DivX4Linux.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
798 <DD>&nbsp;</DD>
3966
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
799
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
800 <DT>Q: How can I encode only selected chapters from a DVD?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
801 <DD>A: Use the <CODE>-chapter</CODE> option correctly, like:
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
802 <CODE>-chapter 5-7</CODE></DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
803 <DD>&nbsp;</DD>
4398
4039f5580f76 -chapter option updates (and some else?)
gabucino
parents: 4116
diff changeset
804
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
805 <DT>Q: I'm trying to work with 2GB+ files on a VFAT file system. Does it work?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
806 <DD>A: No, VFAT doesn't support 2GB+ files.</DD>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
807 <DD>&nbsp;</DD>
4116
d6234c93d60f divx4linuxbuzi
gabucino
parents: 3966
diff changeset
808
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
809 <DT>Q: Why is the recommended bitrate printed by MEncoder negative?</DT>
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
810 <DD>A: Because the bitrate you encoded the audio with is too large to fit the
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
811 movie on any CD. Check if you have libmp3lame installed properly.</DD>
6385
65ceb2d07a71 Q/A about mencoder printing negative recommended bitrate
gabucino
parents: 6352
diff changeset
812
6980
7e23c06a58b9 HTML restructured. Now using definition lists instead of tables.
diego
parents: 6970
diff changeset
813 </DL>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
814
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
815 </BODY>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
816 </HTML>