annotate DOCS/faq.html @ 4218:3931c41f740a

Added new syncengine thanks to a new previously undocumented feature of the em8300, this might fix playback on both slow and fast machines (more testing needed). This also requires users to get the em8300 driver from cvs until the next version is released (will probably happen this weekend) Added lots of comments, should be pretty easy to understand most of the internals now Added lots of brackets to if's for's while's etc, this is not a cosmetical thing but rather due to the fact I got some very odd bugs with else's since I didn't properly use brackets (and it's the K&R standard to have brackets everywhere) Fixed some bugs that would occur when disabling libmp1e Switched to default to the new naming scheme of device nodes, the driver will slowly switch over to this state, if it can't find devices under the new name it will try the old naming scheme I stopped opening devices in non-blocking mode, it would break the new syncengine which tries to burst data to the device (alot of times meaning it will fill the fifo pretty fast which would previously result in jerkyness on fast machines) The device now sets the initial state of the pts and speed (probably not needed, but assumption is the mother of all fuckups =) Keep the control interface open during the entire duration of the libvo device, we might need this to flush video buffers on seeking (currently not implemented, therefore seeking is broken) This is beta stuff to the driver, I will get some users to test it for me and do my best to fix seeking as soon as possible...
author mswitch
date Thu, 17 Jan 2002 10:33:47 +0000
parents d6234c93d60f
children 4039f5580f76
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
1 <HTML>
1704
a2e1432f7ac3 Arial font
gabucino
parents: 1685
diff changeset
2 <BODY BGCOLOR=white>
a2e1432f7ac3 Arial font
gabucino
parents: 1685
diff changeset
3
a2e1432f7ac3 Arial font
gabucino
parents: 1685
diff changeset
4 <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
5
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
6 <P><B><A NAME=5>5. FAQ section</A></B></P>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
7
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
8 <TABLE BORDER=0 WIDTH=100% ALIGN=left>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
9
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
10 <TD COLSPAN=3><P><B><A NAME=5.1><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.1 Compilation</A></B></P>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
11 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
12
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
13 <TD>&nbsp;&nbsp;</TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
3290
3928aef86033 stuff I don't remember
gabucino
parents: 3223
diff changeset
14 configure ends with this text, and MPlayer won't compile !<BR>
3928aef86033 stuff I don't remember
gabucino
parents: 3223
diff changeset
15 <CODE>Your gcc does not support even i386 for '-march' and '-mcpu'.</CODE>
3928aef86033 stuff I don't remember
gabucino
parents: 3223
diff changeset
16 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
3928aef86033 stuff I don't remember
gabucino
parents: 3223
diff changeset
17 Your gcc isn't installed correctly, check <CODE>config.log</CODE> file
3928aef86033 stuff I don't remember
gabucino
parents: 3223
diff changeset
18 for details.
3928aef86033 stuff I don't remember
gabucino
parents: 3223
diff changeset
19 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
3928aef86033 stuff I don't remember
gabucino
parents: 3223
diff changeset
20
3928aef86033 stuff I don't remember
gabucino
parents: 3223
diff changeset
21 <TD>&nbsp;&nbsp;</TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2117
e3086808ee19 new Q/A
gabucino
parents: 2097
diff changeset
22 What does "No such file or directory" means ?
e3086808ee19 new Q/A
gabucino
parents: 2097
diff changeset
23 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
e3086808ee19 new Q/A
gabucino
parents: 2097
diff changeset
24 Probably there is no such file or directory.
e3086808ee19 new Q/A
gabucino
parents: 2097
diff changeset
25 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
e3086808ee19 new Q/A
gabucino
parents: 2097
diff changeset
26
e3086808ee19 new Q/A
gabucino
parents: 2097
diff changeset
27 <TD>&nbsp;&nbsp;</TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
28 What's the problem with gcc 2.96 ?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
29 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
30 To be short: <B><I>DO NOT USE gcc 2.96 !!!</I></B><BR>
3053
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
31 Check <A HREF="gcc-2.96-3.0.html">this</A> and <A HREF="users_against_developers.html">this</A> texts!
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
32 If you still really really want to do so, be sure to use the latest release.
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
33 <BR>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
34 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
35
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
36 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
37 Great, I have gcc 3.0.1 from RedHat/Mandrake, then I'm fine--!
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
38 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
39 No, since there have been/are issues with those compilers.<BR>
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
40 Use 2.95.x series for reliability (not <A HREF="gcc-2.96-3.0.html">2.96</A>).
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
41 Use the latest gcc 3.0.x (starting at 3.0.2) if you want to use a 3.0.x version.
2092
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
42 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
43
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
44 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
45 I tried to compile MPlayer, but I got this output:<BR>
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
46 <PRE>
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
47 In file included from /usr/include/g++-v3/bits/std_cwchar.h:42,
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
48 from /usr/include/g++-v3/bits/fpos.h:40,
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
49 from /usr/include/g++-v3/bits/char_traits.h:40,
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
50 from /usr/include/g++-v3/bits/std_string.h:41,
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
51 from /usr/include/g++-v3/string:31,
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
52 from libwin32.h:36,
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
53 from DS_AudioDecoder.h:4,
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
54 from DS_AudioDec.cpp:5:
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
55 /usr/include/wchar.h: In function Long long int wcstoq(const wchar_t*,
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
56 wchar_t**, int)':
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
57 /usr/include/wchar.h:514: cannot convert `const wchar_t* __restrict' to
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
58 `const
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
59 </PRE>
7ef08e76e77a gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents: 2091
diff changeset
60 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2097
ba2f9b02e94f gccglibc baszas
gabucino
parents: 2092
diff changeset
61 Upgrade your glibc to the newest. On Mandrake, use 2.2.4-8mdk .
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
62 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
63
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
64 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2137
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
65 ...gcc 2.96... (yes, some people are STILL flaming about their gcc 2.96!!)
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
66 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
67 <P>But we has idegs (the word 'ideg' is described further in the FAQ). And our
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
68 idegcounters overflow again and again.</P>
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
69
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
70 <P>Unfortunately MPlayer is out of our control. It's used by lamers, Linux users
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
71 who can't even use windows, and never tried to compile a kernel. They installed
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
72 (with default options) Mandrake or RedHat or Suse, and without RTFM'ing they
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
73 send messages saying 'it doesn't work! help me! please! i'm new to the linux!
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
74 help! oh! help me!'. We can't stop them, but at least we try to force them RTFM
3857
94568d035e75 defucking again
gabucino
parents: 3774
diff changeset
75 and to read messages of ./configure and mplayer.</P>
2137
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
76
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
77 <P>And you clever guys come and flame us with gcc 2.96 and binary packages.
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
78 Instead of helping users or making patches to help solve problems.</P>
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
79
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
80 <P>Half of our spare/free time is spent by answering silly mails here and
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
81 making newer tricks and checks to configure to avoid such mails.</P>
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
82
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
83 <P>And there is a balance. On one hand are you, clever guys, saying we are very
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
84 bad because we don't like buggy gcc 2.96, and at the other hand there are the
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
85 'new to linux' guys who are showing us gcc 2.96 is buggy.</P>
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
86
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
87 <P>Conclusion: we can't be good. Half of people always will say we are bad.</P>
2137
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
88
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
89 <P>Maybe we should close the project, make it closed source, commercial, and
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
90 provide install support for it. then we could leave current work, so
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
91 development could go faster, and we earn lots of money with it and buy a big
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
92 house, etc etc. Do you really want it? It seems.</P>
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
93
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
94 <P ALIGN=RIGHT>Arpi (a mail on the mplayer-users list)</P>
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
95 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
96
d756279ea665 I liked this mail very much
gabucino
parents: 2117
diff changeset
97 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2488
383a4f3870e0 *** empty log message ***
gabucino
parents: 2256
diff changeset
98 Where can I find information about gcc 2.96 bugs ?
383a4f3870e0 *** empty log message ***
gabucino
parents: 2256
diff changeset
99 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
3053
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
100 In <A HREF="gcc-2.96-3.0.html">this</A> documentation. And <A HREF="users_against_developers.html">this</A>
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
101 documentation describes why RedHat released 2.96 and other interesting things.
2488
383a4f3870e0 *** empty log message ***
gabucino
parents: 2256
diff changeset
102 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
383a4f3870e0 *** empty log message ***
gabucino
parents: 2256
diff changeset
103
383a4f3870e0 *** empty log message ***
gabucino
parents: 2256
diff changeset
104 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
105 SDL output doesn't work or compile. Problem is ....
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
106 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
107 It is tested with newest SDL (probably runs on 1.1.7+).
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
108 It does NOT work with any previous version, so don't ask.
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
109 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
110
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
111 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
112 I am still having trouble compiling with SDL support. gcc says something
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
113 about "undefined reference to `SDL_EnableKeyRepeat'" What's now?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
114 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
115 Where did you install the SDL library? If you installed in /usr/local
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
116 (the default) then edit the top level config.mak and add
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
117 "-L/usr/local/lib " after "X_LIBS=" Now type make. You're done!
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
118 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
119
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
120 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
121 It doesn't compile, and it misses uint64_t inttypes.h and similar things...
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
122 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
123 copy etc/inttypes.h to <B>MPlayer</B> directory (cp etc/inttypes.h .)
1774
6ad9ce536cf9 *** empty log message ***
gabucino
parents: 1731
diff changeset
124 try again...
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
125 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
126
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
127 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
128 I have Pentium III but ./configure doesn't detect SSE
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
129 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
130 Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer, but
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
131 be prepared for problems)
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
132 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
133
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
134 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
135 I have G200/G400, how to compile/use mga_vid driver?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
136 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
137 Read all this documentation.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
138 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
139
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
140 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
141 Are there rpm/deb/... packages of <B>MPlayer</B>?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
142 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
143 You can make a .deb package for yourself, check section <A HREF="documentation.html#6.1">6.1</A>.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
144 It's _STRONGLY_ discouraged to use precompiled packages
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
145 of <B>MPlayer</B>, since it (currently) _highly_ depends on compile-time
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
146 options and optimizations!
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
147 Precompiled packages are COMPLETELY unsupported by the <B>MPlayer</B> team!
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
148 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
149
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
150 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
151 During 'make', MPlayer complains about X11 libraries. I don't understand,
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
152 I DO have X installed!?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
153 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
154 ...but you don't have the X development package installed. Or not
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
155 correctly. It's called XFree86-devel* under RedHat, and xlib6g-dev* under
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
156 Debian. Also check if the /usr/X11 symlink exists (this can be a problem on
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
157 Mandrake systems). It can be created with the<BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
158 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>$ ln -sf /usr/X11R6 /usr/X11</CODE><BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
159 command. Also check the /usr/include/X11 link :<BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
160 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</CODE><BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
161 Your distribution may differ from the Linux Filesystem Standard.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
162 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
163
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
164 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
165 What about DGA driver? I can't find it!!!
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
166 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
167 ./configure autodetects your DGA driver. If -vo help doesn't show
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
168 DGA, then there's a problem with your X installation.
1785
5bf17e98893a *** empty log message ***
gabucino
parents: 1774
diff changeset
169 Try ./configure --enable-dga (and RTFM)
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
170 Alternatively, try SDL's DGA driver with '-vo sdl:dga' options.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
171 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
172
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
173 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
174 I can't compile SVGAlib.. I'm using 2.3/2.4 kernel.
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
175 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
176 You have to edit SVGAlib's Makefile.cfg and comment "BACKGROUND = y" out.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
177 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
178
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
179 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2001
05189dbfb847 more fixes
gabucino
parents: 1987
diff changeset
180 I compiled MPlayer with libdvdcss/libdivxdecore support, but when
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
181 I try to start it, it says:<BR>
2001
05189dbfb847 more fixes
gabucino
parents: 1987
diff changeset
182 <CODE>&gt; error while loading shared libraries: lib*.so.0: cannot load
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
183 shared object file: No such file or directory</CODE><BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
184 I checked up on the file and it IS there in /usr/local/lib.
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
185 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
3668
081d696b453d removed some fucks
gabucino
parents: 3538
diff changeset
186 Add /usr/local/lib to <B>/etc/ld.so.conf</B> and run <B>ldconfig</B> .
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
187 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
188
2771
b2b3926a5e46 "boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents: 2606
diff changeset
189 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2848
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2772
diff changeset
190 MPlayer doesn't seem to find my libcss. What am I doing wrong ?
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2772
diff changeset
191 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
192 It's normal. <B>MPlayer</B> no longer depends on libcss to play a DVD. You
2955
9918dc4d7907 forgot to fix this
gabucino
parents: 2954
diff changeset
193 have to install <B>libdvdread</B> and <B>libdvdcss</B>. Check for DVD Playback
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
194 part <A HREF="cd-dvd.html">here</A>. libcss is to be used for example when you
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
195 want to play encrypted VOB files from hard disk (not for general users).
2848
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2772
diff changeset
196 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2772
diff changeset
197
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2772
diff changeset
198 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2771
b2b3926a5e46 "boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents: 2606
diff changeset
199 Hmm, strange. When loading the mga_vid.o kernel module, I found this in the logs:<BR>
b2b3926a5e46 "boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents: 2606
diff changeset
200 <CODE>Warning: loading mga_vid.o will taint the kernel: no license</CODE>
b2b3926a5e46 "boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents: 2606
diff changeset
201 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
202 The latest kernels modules needs require a flag indicating its license (mainly
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
203 to avoid kernel hackers' debugging closed sources drivers).
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
204 Upgrade your kernel and your modutils and <B>MPlayer</B>.
2771
b2b3926a5e46 "boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents: 2606
diff changeset
205 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
b2b3926a5e46 "boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents: 2606
diff changeset
206
2772
499d08e86341 *** empty log message ***
gabucino
parents: 2771
diff changeset
207 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
499d08e86341 *** empty log message ***
gabucino
parents: 2771
diff changeset
208 When compiling <B>MEncoder</B>, it segfaults at linking !!!
499d08e86341 *** empty log message ***
gabucino
parents: 2771
diff changeset
209 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3383
diff changeset
210 Dunno, upgrading binutils should help (2.11.92.* or newer should be good). Not our fault, do NOT report!
2772
499d08e86341 *** empty log message ***
gabucino
parents: 2771
diff changeset
211 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
499d08e86341 *** empty log message ***
gabucino
parents: 2771
diff changeset
212
3053
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
213 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
214 I'd like to compile <B>MPlayer</B> on Minix !
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
215 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
3774
68dae60dd470 numerous small fixes/updates
gabucino
parents: 3670
diff changeset
216 Me too. :)
3053
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
217 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
218
2771
b2b3926a5e46 "boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents: 2606
diff changeset
219
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
220 <TD COLSPAN=3><B><A NAME=5.2><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.2. General questions</A></B>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
221 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
222
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
223 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1785
5bf17e98893a *** empty log message ***
gabucino
parents: 1774
diff changeset
224 What about DVD playing ?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
225 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
226 Read the CD/DVD section in <A HREF="cd-dvd.html">this page</A>.
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
227 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
228
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
229 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
230 -xy or -fs option doesn't work with x11 driver (-vo x11)
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
231 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
232 It does, but you have to explicitly specify software scaling (it's SLOW!) with
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
233 the <CODE>-zoom</CODE> option. You better use XF86VidMode support:
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
234 you must specify the -vm and the -fs switch, and you're done.
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
235 Make sure you have the right Modelines in your XF86Config file, and
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
236 try if the DGA driver (and SDL's DGA driver, see RTFM) works for you.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
237 It's much faster. If SDL's DGA works too, use that, it'll be EVEN faster!
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
238 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
239
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
240 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
241 What is the meaning of numbers in the status line?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
242 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
243 See: <CODE><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57 41% 0% 2.6% 0 4</CODE><BR>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
244 <UL>
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
245 <LI><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A: audio position in seconds
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
246 <LI>V: video position in seconds
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
247 <LI>A-V: audio-video difference in seconds (delay)
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
248 <LI>ct: total A-V sync correction done
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
249 <LI>frames played (counting from last seek)
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
250 <LI>video codec cpu usage in percent (for mpeg it includes video_out too!)
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
251 <LI>video_out cpu usage for avi, 0 for mpg (see above)
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
252 <LI>audio codec cpu usage in percent
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
253 <LI>frames needed to drop to maintain A-V sync
1864
ff547d7d4ab3 *** empty log message ***
gabucino
parents: 1785
diff changeset
254 <LI>current level of image postprocessing (when using -autoq)
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
255 </UL>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
256 <I>Most of them are for debug purposes, and will be removed soon.</I>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
257 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
258
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
259 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1864
ff547d7d4ab3 *** empty log message ***
gabucino
parents: 1785
diff changeset
260 What if I don't want them to appear?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
261 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1864
ff547d7d4ab3 *** empty log message ***
gabucino
parents: 1785
diff changeset
262 Then you use the -quiet option, and read the manpage.
ff547d7d4ab3 *** empty log message ***
gabucino
parents: 1785
diff changeset
263 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
ff547d7d4ab3 *** empty log message ***
gabucino
parents: 1785
diff changeset
264
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
265 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
266 Why is video_out cpu usage zero (0%) for mpeg files?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
267 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
268 It's not zero, but it's built in into codec, so can't be measured separated.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
269 You should try to play the file using -vo null and then -vo ... and check
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
270 the difference to see video_out speed...
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
271 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
272
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
273 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
274 What's XMMP? (is it XMMS or XMPS but mispelled?)
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
275 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
276 It's a new project, see http://frozenproductions.com for details
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
277 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
278
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
279 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
280 There are error messages about file not found /usr/lib/win32/....
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
281 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
282 Download <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec.zip">w32codec.zip</A>
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
283 from *our* FTP (avifile's codec package has different DLL set).
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
284 Install it.
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
285 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
286
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
287 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
288 Are there any mailing lists on MPlayer?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
289 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
290 Yes! See RTFM on how to subscribe them!
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
291 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
292
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
293 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
294 I've found a nasty bug when I tried to play my favourite video!!
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
295 Who should I inform?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
296 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
297 See Appendix <A HREF="bugreports.html">C</A>.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
298 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
299
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
300 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
301 I have problems playing files with ... codec. Can I use'em?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
302 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1731
07e2dfca67a3 can't stop commiting :)
gabucino
parents: 1704
diff changeset
303 Check <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">http://www.mplayerhq.hu/DOCS/codecs-status.html</A>,
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
304 if it doesn't contain your codec, read
2561
2bbe67807bb0 *** empty log message ***
gabucino
parents: 2488
diff changeset
305 <A HREF="codecs.html#2.1.3">section 2.1.3</A>, and contact us.
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
306 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
307
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
308 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
309 Umm, what is "IdegCounter"?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
310 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
311 A mixture of a hungarian and an english word. In english, "Ideg" means
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
312 "nerve", and is pronounced as something like "ydaegh" . It was first used
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
313 to measure the nervousness of A'rpi, after some (umm) "mystic" disappearance
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
314 of CVS code ;)
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
315 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
316
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
317 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
318 And what is "Faszom(C)ounter" ?
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
319 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
320 "Fasz" is a hungarian word you don't want to know, the others are in
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
321 connection with the pervert minds of the MPlayer developers.
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
322 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
323
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
324 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
325 LIRC doesn't work, because ...
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
326 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
327 Are you sure you use "mplayer_lirc" instead of "mplayer"?
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
328 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
329
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
330 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
331 Subtitles are very nice, the most beautiful I've ever seen, but they slow
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
332 down the playing! I know it's unlikely...
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
333 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2248
13bbd8326efd *** empty log message ***
gabucino
parents: 2240
diff changeset
334 After running ./configure , edit config.h and replace <CODE>#undef FAST_OSD</CODE> with
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
335 <CODE>#define FAST_OSD</CODE>. Then recompile.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
336 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
337
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
338 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
339 The OSD is flickering!
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
340 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
341 You use a vo driver with single buffering (x11,xv). With xv,
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
342 use -double option.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
343 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
344
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
345 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
346 What exactly is this libavcodec?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
347 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
348 See the <A HREF="codecs.html#2.1.2.2">2.1.2.2 section</A>.
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
349 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
350
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
351 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
352 But configure tells me "Checking for libavcodec ... no"!
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
353 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
354 You need to get libavcodec from FFmpeg's CVS. Read the instructions in
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
355 the <A HREF="codecs.html#2.1.2.2">ffmpeg section</A>.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
356 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
357
2047
337daaf16922 added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents: 2001
diff changeset
358 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
337daaf16922 added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents: 2001
diff changeset
359 The GUI isn't usable with icewm, because some panel are over the movie!!
337daaf16922 added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents: 2001
diff changeset
360 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
3857
94568d035e75 defucking again
gabucino
parents: 3774
diff changeset
361 Known, icewm is dictatoric. Unsolvable. In detail:
94568d035e75 defucking again
gabucino
parents: 3774
diff changeset
362 its taskbar overrides GUI's window resize queries. If it asks for
2061
8bca893c9aa3 icewm sucks. details.
gabucino
parents: 2047
diff changeset
363 resize to 800x600, then it resizes window to 800x(600-taskbar_size). It's bad.
3857
94568d035e75 defucking again
gabucino
parents: 3774
diff changeset
364 Very bad.
2047
337daaf16922 added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents: 2001
diff changeset
365 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
337daaf16922 added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents: 2001
diff changeset
366
2972
71272beb9000 added FVWM+GUI menu hint
gabucino
parents: 2955
diff changeset
367 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
71272beb9000 added FVWM+GUI menu hint
gabucino
parents: 2955
diff changeset
368 I can't access the GUI menu. I press right click, but I can't access any
71272beb9000 added FVWM+GUI menu hint
gabucino
parents: 2955
diff changeset
369 menu items !
71272beb9000 added FVWM+GUI menu hint
gabucino
parents: 2955
diff changeset
370 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
71272beb9000 added FVWM+GUI menu hint
gabucino
parents: 2955
diff changeset
371 Are you using FVWM ? Try the following :<BR>
71272beb9000 added FVWM+GUI menu hint
gabucino
parents: 2955
diff changeset
372 Start -&gt; Settings -&gt; Configuration -&gt; Base Configuration<BR>
71272beb9000 added FVWM+GUI menu hint
gabucino
parents: 2955
diff changeset
373 <BR>
71272beb9000 added FVWM+GUI menu hint
gabucino
parents: 2955
diff changeset
374 Set "Use Applications position hints" to Yes.
71272beb9000 added FVWM+GUI menu hint
gabucino
parents: 2955
diff changeset
375 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
71272beb9000 added FVWM+GUI menu hint
gabucino
parents: 2955
diff changeset
376
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
377 <TD COLSPAN=3>
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
378 <B><A NAME=5.3><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.3. File playing problems</A></B>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
379 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
380
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
381 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
382 ...... works with avifile/aviplay while doesn't with MPlayer.
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
383 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
384 <B>MPlayer</B> != avifile
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
385 The only common thing between these players is the Win32 DLL loader.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
386 The codecs (dll) sets, syncronization, demultiplexing etc is totaly
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
387 different and shouldn't be compared.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
388 If something works with aviplay it doesn't mean that <B>MPlayer</B> should do
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
389 it and vice versa.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
390 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
391
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
392 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
393 Audio goes out of sync playing .avi file.
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
394 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
395 Try with -bps or -nobps option
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
396 if still bad, send me (upload to ftp) that file, I'll check.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
397 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
398
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
399 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
400 Indeo 3.x/4.x movies are viewed upside-down!!!?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
401 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
402 It's a known bug (really it's a bug/limitation of the DLL codec)
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
403 Try if your vo driver supports the -flip switch.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
404 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
405
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
406 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
407 Indeo 3.x,4.x video doesn't work at 32bpp resolutions (16,24 bpp are ok).
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
408 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
409 It's a known bug (really it's a bug/limitation of the DLL codec).
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
410 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
411
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
412 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
413 MPlayer exits with something error when using l3codeca.acm.
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
414 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
415 Check 'ldd /usr/local/bin/mplayer' output. If it contains<BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
416 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>libc.so.6 => /lib/libc.so.6 (0x4???????)</CODE><BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
417 where "?" is any number then it's ok, the error is not here. If it is:<BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
418 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>libc.so.6 => /lib/libc.so.6 (0x00??????)</CODE><BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
419 then there is problem with your kernel/libc. Maybe you are using some
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
420 security patches (for example Solar Designer's OpenWall patch) which
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
421 forces loading libraries to very low addresses.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
422 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
423 0x00400000, we can't change this. You should use non-patched kernel,
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
424 or use <B>MPlayer</B>'s -afm 1 option to disable using l3codeca.acm.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
425 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
426
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
427 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
428 My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo mp3
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
429 sound too slow. When I use -nosound switch, everything is ok (but quiet).
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
430 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1774
6ad9ce536cf9 *** empty log message ***
gabucino
parents: 1731
diff changeset
431 Ok son, your machine is too slow. RTFM or anything.
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
432 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
2848
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2772
diff changeset
433
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
434 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
435 MPlayer dies with "MPlayer interrupted by signal 4 in module: decode_video".
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
436 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
437 Try running <B>MPlayer</B> on the machine you compiled on. Or recompile. Don't
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
438 use <B>MPlayer</B> on different CPU than it was compiled on.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
439 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
440
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
441 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
442 I have problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes..
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
443 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
444 Use the -fsmode switch. See example.conf or manpage.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
445 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
446
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
447 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
448 But it works with avifile!
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
449 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
450 So what?
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
451 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
452
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
453 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
454 Then avifile is better!
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
455 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
456 Then use avifile, it has nice GUI and nice C++ code :)
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
457 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
458
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
459 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
460 I got this playing mpeg files: Can't find codec for video format 0x10000001!
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
461 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
462 You have old version of codecs.conf at ~/.mplayer/. Upgrade it from etc/<BR>
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
463 <B>OR</B> you have the <CODE>vc=</CODE> option or similar, in your
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
464 config file(s).
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
465 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
466
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
467 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2848
33c32f3d9f1f many small updates, fixes (some/more to be completed soon)
gabucino
parents: 2772
diff changeset
468 After starting mplayer under KDE(1/2) I just get a black screen and nothing
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
469 happens, after about one minute the video starts playing.
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
470 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
471 The KDE arts sound daemon is blocking the sound device, either wait the time
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
472 until video starts or you disable the arts-daemon in kontrollcenter.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
473 If you want to use arts sound, specify audio output via SDL (ao=sdl), and
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
474 make sure your SDL can handle arts sound. Yet another option is to start
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
475 mplayer with artsdsp.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
476 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
477
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
478 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
479 I have an AVI that plays with grey screen with -vc odivx, and green with -vc divx4 .
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
480 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
481 It's not a DivX file, but an M$ MPEG4v3 . Update your codecs.conf.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
482 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
483
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
484 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1864
diff changeset
485 There this movie is, and when I play it I get video-audio desync and/or MPlayer crashes with the following:<BR>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1864
diff changeset
486 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE>
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
487 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1864
diff changeset
488 This can have multiple reasons.<BR>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1864
diff changeset
489 <LI>your CPU <B>and/or</B> video card <B>and/or</B> bus is too SLOW. <B>MPlayer</B>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1864
diff changeset
490 displays a message if this is the case. (and the dropped frames counter is going up fast)</LI>
3857
94568d035e75 defucking again
gabucino
parents: 3774
diff changeset
491 <LI>if it is an AVI, maybe it has bad interleaving. Try the <I>-ni</I> option.</LI>
94568d035e75 defucking again
gabucino
parents: 3774
diff changeset
492 <LI>your sound driver is buggy, or you use ALSA 0.5 with <I>-ao oss</I>. See the <A HREF="sound.html">soundcards section</A>.</LI>
94568d035e75 defucking again
gabucino
parents: 3774
diff changeset
493 <LI>the AVI has bad header, try with the <I>-nobps</I> option, and/or <I>-mc 0</I> .</LI>
1892
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1864
diff changeset
494 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
70dbd25c128c jo sok ilyen ize.
gabucino
parents: 1864
diff changeset
495
2606
a4b73dfad509 (ff)mjpeg q/a
gabucino
parents: 2593
diff changeset
496 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
a4b73dfad509 (ff)mjpeg q/a
gabucino
parents: 2593
diff changeset
497 I have an MJPEG file which works with other players but displays only black
a4b73dfad509 (ff)mjpeg q/a
gabucino
parents: 2593
diff changeset
498 image in MPlayer.
a4b73dfad509 (ff)mjpeg q/a
gabucino
parents: 2593
diff changeset
499 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
a4b73dfad509 (ff)mjpeg q/a
gabucino
parents: 2593
diff changeset
500 Disable the Windows DLL in <CODE>codecs.conf</CODE>, or use <CODE>-vc ffmjpeg</CODE> option (you have to
a4b73dfad509 (ff)mjpeg q/a
gabucino
parents: 2593
diff changeset
501 compile MPlayer with libavcodec).
a4b73dfad509 (ff)mjpeg q/a
gabucino
parents: 2593
diff changeset
502 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
a4b73dfad509 (ff)mjpeg q/a
gabucino
parents: 2593
diff changeset
503
3030
1dbc569b6528 more fix/update
gabucino
parents: 2972
diff changeset
504 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1dbc569b6528 more fix/update
gabucino
parents: 2972
diff changeset
505 When I try to grab from my tuner, it works, but colors are strange. It's ok
1dbc569b6528 more fix/update
gabucino
parents: 2972
diff changeset
506 with other applications.
1dbc569b6528 more fix/update
gabucino
parents: 2972
diff changeset
507 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1dbc569b6528 more fix/update
gabucino
parents: 2972
diff changeset
508 Your card probably misreports its colorspace capacity. Try with YUY2 instead
1dbc569b6528 more fix/update
gabucino
parents: 2972
diff changeset
509 of default YV12 (see TV input documentation).
1dbc569b6528 more fix/update
gabucino
parents: 2972
diff changeset
510 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1dbc569b6528 more fix/update
gabucino
parents: 2972
diff changeset
511
3053
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
512 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
513 When I try to start playing, I get this message, but playing is good :<BR>
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
514 <CODE>Linux RTC init: ioctl (rtc_pie_on): Permission denied</CODE>
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
515 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
516 See the <A HREF="documentation.html#1.3">Installation section</A>. The part
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
517 about new sync code.
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
518 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
519
3162
6d4baab2421a double speed playing with fucked soundcard Q/A
gabucino
parents: 3053
diff changeset
520 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
6d4baab2421a double speed playing with fucked soundcard Q/A
gabucino
parents: 3053
diff changeset
521 I have A/V sync problems. Some of my AVIs play fine, but some play with
6d4baab2421a double speed playing with fucked soundcard Q/A
gabucino
parents: 3053
diff changeset
522 double speed !
6d4baab2421a double speed playing with fucked soundcard Q/A
gabucino
parents: 3053
diff changeset
523 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
6d4baab2421a double speed playing with fucked soundcard Q/A
gabucino
parents: 3053
diff changeset
524 You have buggy soundcard/driver. Most likely it's fixed at 44100Hz, and
6d4baab2421a double speed playing with fucked soundcard Q/A
gabucino
parents: 3053
diff changeset
525 you try to play a file which has 22050Hz audio. Try the <CODE>-ao sdl</CODE>
6d4baab2421a double speed playing with fucked soundcard Q/A
gabucino
parents: 3053
diff changeset
526 driver.
6d4baab2421a double speed playing with fucked soundcard Q/A
gabucino
parents: 3053
diff changeset
527 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
6d4baab2421a double speed playing with fucked soundcard Q/A
gabucino
parents: 3053
diff changeset
528
3192
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
529 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
530 All the WMV (or other..) files I play gives green/gray window and there is
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
531 only sound! It prints:<BR>
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
532 <CODE>Detected video codec: [null] drv:0 (NULL codec (no decoding))</CODE>
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
533 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
534 Update your <CODE>codecs.conf</CODE>
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
535 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
536
3053
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
537
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
538 <TD COLSPAN=3>
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
539 <B><A NAME=5.4><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.4. Video/audio driver problems (vo/ao)</A></B>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
540 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
541
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
542
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
543 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
544 Ok, -vo help shows DGA driver, but it is babbling about permissions!
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
545 Help me!
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
546 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
547 It works only if running as root! It's a DGA limitation.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
548 You should become to root (su -), and try again.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
549 Another solution is making mplayer SUID root, but its NOT RECOMMENDED!<BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
550 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>chown root /usr/local/bin/mplayer</CODE><BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
551 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>chmod 750 /usr/local/bin/mplayer</CODE><BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
552 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>chmod +s /usr/local/bin/mplayer</CODE><BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
553 <B>!!!! BUT STAY TUNED !!!!</B><BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
554 This is a *BIG* security risk! *NEVER* do this on a server or on a computer
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
555 can be accessed by more people than only you because they can gain root
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
556 privilegies through suid root mplayer!!!<BR>
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
557 <B>!!!! SO YOU HAVE BEEN WARNED ... !!!!</B>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
558 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
559
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
560 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
561 When using Xvideo, my Voodoo 3/Banshee says:<BR>
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
562 <CODE>X Error of failed request: BadAccess (attempt to access private resource denied)<BR>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
563 &nbsp;&nbsp;Major opcode of failed request: 147 (MIT-SHM)<BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
564 &nbsp;&nbsp;Minor opcode of failed request: 1 (X_ShmAttach)<BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
565 &nbsp;&nbsp;Serial number of failed request: 26<BR>
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
566 &nbsp;&nbsp;Current serial number in output stream:27</CODE><BR>
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
567 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
568 Your driver is old, update it. Either download (at least) DRI version 0.6
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
569 from <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A>,
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
570 or use the DRI cvs.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
571 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
572
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
573 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
574 When using Xvideo, I can't play DivX avis with my Voodoo 3/Banshee!
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
575 It says:<BR>
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
576 ...<BR>
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
577 <CODE>Xvideo image format: 0x32315659 (YV12) planar<BR>
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
578 Xvideo image format: 0x30323449 (I420) planar<BR></CODE>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
579 ...
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
580 </B></TD><TR><TD></TD><TD VALIGN=top><font face="Verdana, Arial, Helvetica, sans-serif" size="2">A1:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
581 See the previous answer.
2240
5d476d03e2b3 ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents: 2153
diff changeset
582 </TD><TR><TD></TD><TD VALIGN=top><font face="Verdana, Arial, Helvetica, sans-serif" size="2">A2:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
583 Since 0.18pre4 we support libavcodec from the ffmpeg package. It contains
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
584 a C language DivX and OpenDivX decoder. The DivX decoder uses YV12 format
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
585 for output, thus it should work for you. Compile in libavcodec support.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
586 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
587
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
588 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
589 OpenGL (-vo gl) output doesn't work (hangup/black window/X11 errors/...).
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
590 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
591 Your opengl driver doesn't support dynamic texture changes (glTexSubImage)
3858
ee0561bf258c better wording
gabucino
parents: 3857
diff changeset
592 It's known not to work with nVidia's binary mess.
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
593 It's known to work with Utah-GLX/DRI and Matrox G400 card. Also with
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
594 DRI and Radeon card. It won't work with DRI others than these.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
595 it will not work with 3DFX cards because the 256x256 texture size limit.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
596 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
597
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
598 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
599 I have an nVidia TNT/TNT2 card, and I have a band with strange colours,
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
600 right under the movie! Whose fault is this?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
601 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
602 It's the nVidia X driver's. These bugs are ONLY with the TNT/TNT2 cards,
2064
8fbf31d00124 nvidia csik updated
gabucino
parents: 2061
diff changeset
603 and we can't do anything about it, it's not our bug. UPDATE : it's fixed
8fbf31d00124 nvidia csik updated
gabucino
parents: 2061
diff changeset
604 in newest drivers, at last..
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
605 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
606
2065
147e114e906b new nvidia bug
gabucino
parents: 2064
diff changeset
607 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
147e114e906b new nvidia bug
gabucino
parents: 2064
diff changeset
608 I have an nVidia XYZ card, and when I click on the GUI's diplay window to toggle
147e114e906b new nvidia bug
gabucino
parents: 2064
diff changeset
609 displaying the GUI panel, a black square appears where I clicked. I have
147e114e906b new nvidia bug
gabucino
parents: 2064
diff changeset
610 the newest driver.
147e114e906b new nvidia bug
gabucino
parents: 2064
diff changeset
611 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
147e114e906b new nvidia bug
gabucino
parents: 2064
diff changeset
612 Yes, nvidia corrected a previous bug (above), and implemented a new one. Let's
3938
745c37031e1e some links placed (nvidia fuckoz.)
gabucino
parents: 3858
diff changeset
613 congratule them. UPDATE : according to
745c37031e1e some links placed (nvidia fuckoz.)
gabucino
parents: 3858
diff changeset
614 <A HREF="users_against_developers.html#nvidia">NVidia</A>, this is already
745c37031e1e some links placed (nvidia fuckoz.)
gabucino
parents: 3858
diff changeset
615 corrected.
2065
147e114e906b new nvidia bug
gabucino
parents: 2064
diff changeset
616 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
147e114e906b new nvidia bug
gabucino
parents: 2064
diff changeset
617
3343
58ab1490a0be dunnowhat Q/A de biztos jo
gabucino
parents: 3290
diff changeset
618 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
58ab1490a0be dunnowhat Q/A de biztos jo
gabucino
parents: 3290
diff changeset
619 When I use the GUI with SDL video output, a second video window is created.
58ab1490a0be dunnowhat Q/A de biztos jo
gabucino
parents: 3290
diff changeset
620 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
58ab1490a0be dunnowhat Q/A de biztos jo
gabucino
parents: 3290
diff changeset
621 Known, don't use SDL for GUI yet.
58ab1490a0be dunnowhat Q/A de biztos jo
gabucino
parents: 3290
diff changeset
622 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
58ab1490a0be dunnowhat Q/A de biztos jo
gabucino
parents: 3290
diff changeset
623
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
624 <TD COLSPAN=3>
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
625 <B><A NAME=5.5><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.5. Feature requests</A></B>
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
626 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
627
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
628 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2153
69467fef1577 MOV & stuff
gabucino
parents: 2137
diff changeset
629 Is there a hint on how to watch RealMedia movies in MPlayer?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
630 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2153
69467fef1577 MOV & stuff
gabucino
parents: 2137
diff changeset
631 There's no way to do it. Therefore this format deserves to die in flames.
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
632 Theoretically you can reverse engineer Real codecs built for Linux (they
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
633 are available as .so files), but in practice that's really difficult, even
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
634 if you know how the compiler used by Real is making assembler code.
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
635 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
636
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
637 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1898
10136e4b128a *** empty log message ***
gabucino
parents: 1892
diff changeset
638 When will be &lt;your favourite video feature&gt; (like subtitle placement) implemented?
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
639 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1898
10136e4b128a *** empty log message ***
gabucino
parents: 1892
diff changeset
640 Wait for libvo2.
10136e4b128a *** empty log message ***
gabucino
parents: 1892
diff changeset
641 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
10136e4b128a *** empty log message ***
gabucino
parents: 1892
diff changeset
642
1987
c4dbfa55d873 reviewed for release
gabucino
parents: 1926
diff changeset
643 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2593
c9b4394a0675 new stuff in "wanted features"
gabucino
parents: 2561
diff changeset
644 I want to play MP3 files with MPlayer !
c9b4394a0675 new stuff in "wanted features"
gabucino
parents: 2561
diff changeset
645 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
c9b4394a0675 new stuff in "wanted features"
gabucino
parents: 2561
diff changeset
646 This feature is not planned. There are much better players (mpg123, 3pm, xmms)
2954
785dfaaedc5a applied pl's patch
gabucino
parents: 2859
diff changeset
647 for this task, use them. BTW, MPlayer stands for Movie Player.
1898
10136e4b128a *** empty log message ***
gabucino
parents: 1892
diff changeset
648 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
10136e4b128a *** empty log message ***
gabucino
parents: 1892
diff changeset
649
2859
9508f2a11335 Q/A about fucky +- 1frame seeking feature req
gabucino
parents: 2848
diff changeset
650 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
9508f2a11335 Q/A about fucky +- 1frame seeking feature req
gabucino
parents: 2848
diff changeset
651 I'd like to seek +/- 1 frames, instead of 10 seconds.
9508f2a11335 Q/A about fucky +- 1frame seeking feature req
gabucino
parents: 2848
diff changeset
652 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
3857
94568d035e75 defucking again
gabucino
parents: 3774
diff changeset
653 This won't be done. It was, but then it messed up A/V sync. Feel free to
2859
9508f2a11335 Q/A about fucky +- 1frame seeking feature req
gabucino
parents: 2848
diff changeset
654 implement it, and send a patch. Don't ask for it.
9508f2a11335 Q/A about fucky +- 1frame seeking feature req
gabucino
parents: 2848
diff changeset
655 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
9508f2a11335 Q/A about fucky +- 1frame seeking feature req
gabucino
parents: 2848
diff changeset
656
3053
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
657 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
658 Where is the Windows version ?
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
659 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
660 It's not released, and won't be. Look around the windows scene (opensource
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
661 ASF parsers, opensource ASF encoders, etc) and you'll know why. We don't
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
662 want to go to jail.
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
663 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
153fc4f5464f ehh too much
gabucino
parents: 3030
diff changeset
664
3489
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
665
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
666 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
667 What card you may suggest me to buy?</font></font></b></td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
668 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A0:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
669 It's for your opinion only but our issues are:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
670 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A1:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
671 Speed:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
672 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>This
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
673 parameter can be computed very easy:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
674 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>a)</b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
675 which movies do you plan to watch:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
676 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>-
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
677 MPEG1:</b> 320x200@32=256000</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
678 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>so
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
679 you need only 256*25fps=6.4Mb/sec bandwidth (This format can be played
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
680 in real-time on any PC since P-100 + S3Virge)</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
681 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>-
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
682 MPEG4:</b> 640x480@32=1228800</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
683 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>you
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
684 need videobandwidth 1.2*25fps=30Mb/sec To watch such movie in real-time
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
685 you need enough power PC: (Celeron-450+DIMM based video card)</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
686 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>-
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
687 MPEG2 (aka DVD or SDTV):</b> 1024x768@32=3145728</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
688 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>you
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
689 need videobandwidth 3*30fps=90Mb/sec In extremal cases (if your video card
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
690 supports IDCT decoding) this can be played on the same PC as for MPEG4</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
691 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>-
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
692 HDTV (HighData TeleVision):</b> 2000x2000@32=16000000</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
693 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>i.e.
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
694 videobandwidth = 16*30fps=480Mb/sec (This means also that you need at least
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
695 32Mb of video memory to watch this stream: 16Mb for RGB area and 16Mb for
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
696 YUV area)</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
697 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>b)</b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
698 Bandwidth of PCI slot is: 33Mhz*32bit=132Mb/sec And PCI2.1 has 66MHz*32bit=265Mb/sec
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
699 that is far enough for any movie playback (except HDTV streams which really
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
700 require AGP bus).</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
701 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>c)</b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
702 What memory type should be installed on video card:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
703 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>SIMM</b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
704 - avoid that</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
705 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>DIMM</b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
706 - good if your video card has 128-bit memory access.</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
707 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>DDR</b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
708 - is far enough for all types.</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
709 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>Note:
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
710 By DGA comparision - there is no any visible difference between video cards
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
711 which have installed the same type of video memory.</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
712 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>Resume:</b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
713 If you have enough power CPU (Celeron-450 or K6-2-500) it would be enough
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
714 to buy any video card which has at least 8Mb of DIMM or DDR memory.</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
715 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A2:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
716 Quality:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
717 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>This
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
718 question was investigated in depth at:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
719 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><a href="http://www.anandtech.com">http://www.anadtech.com</a>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
720 AnandTech - Video Card Roundup - DVD Quality, Features &amp; Performance
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
721 (October 2000)</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
722 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A3:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
723 WORKING features under Linux:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
724 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>If
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
725 you are win32 user then probably you have support (from driver and DirectX8
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
726 side) for any feature which was introduced in your chip.</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
727 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>But
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
728 for <b>linux </b>users:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
729 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>Currently
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
730 I know only several vendors which have more or less advanced support under
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
731 Linux:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
732 <br>&nbsp;
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
733 <table BORDER COLS=5 WIDTH="100%" NOSAVE >
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
734 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
735 <td>&nbsp;</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
736
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
737 <td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
738 <center>Matrox</center>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
739 </td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
740
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
741 <td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
742 <center>ATI</center>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
743 </td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
744
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
745 <td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
746 <center>NVidia</center>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
747 </td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
748
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
749 <td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
750 <center>S4 Savage</center>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
751 </td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
752 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
753
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
754 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
755 <td>Driver's provider</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
756
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
757 <td>enthusiasts</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
758
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
759 <td>enthusiasts</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
760
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
761 <td>OEM + enthusiasts</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
762
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
763 <td>enthusiasts</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
764 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
765
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
766 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
767 <td>Driver's quality</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
768
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
769 <td>Best(X11,kernel)</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
770
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
771 <td>Best(X11,GATOS,kernel)</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
772
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
773 <td>Buggy(X11 only)</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
774
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
775 <td>Best(X11 only)</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
776 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
777
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
778 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
779 <td>VIDEO OVERLAY</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
780
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
781 <td></td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
782
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
783 <td></td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
784
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
785 <td></td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
786
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
787 <td></td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
788 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
789
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
790 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
791 <td>BES and YV2RGB</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
792
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
793 <td>YES</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
794
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
795 <td>YES</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
796
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
797 <td>YES</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
798
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
799 <td>YES</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
800 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
801
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
802 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
803 <td>scaling filters</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
804
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
805 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
806
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
807 <td>YES</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
808
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
809 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
810
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
811 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
812 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
813
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
814 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
815 <td>adaptive deinterlace</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
816
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
817 <td>NO</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
818
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
819 <td>YES</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
820
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
821 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
822
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
823 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
824 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
825
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
826 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
827 <td>Video equalizer (hue, contrast, saturation, color correction)</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
828
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
829 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
830
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
831 <td>PARTLY&nbsp;(under devel)</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
832
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
833 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
834
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
835 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
836 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
837
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
838 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
839 <td>Alpha blending, color and video keys</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
840
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
841 <td>PARTLY</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
842
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
843 <td>PARTLY&nbsp;(under devel)</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
844
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
845 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
846
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
847 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
848 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
849
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
850 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
851 <td>Video capture</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
852
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
853 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
854
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
855 <td>YES(GATOS)</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
856
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
857 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
858
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
859 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
860 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
861
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
862 <tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
863 <td>TV-out</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
864
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
865 <td>YES</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
866
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
867 <td>YES</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
868
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
869 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
870
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
871 <td>N/A</td>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
872 </tr>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
873 </table>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
874
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
875 <p><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>Well
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
876 - it's very rude observing of video card. Indeed we should pay our attention
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
877 for models of video card:</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
878 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>For
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
879 example if MatroxG400(G450) drivers support TV-out then G550 has no such
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
880 support.</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
881 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>Other
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
882 sample: Adaptive deinterlacing exists only since Rage128 chip and isn't
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
883 present on Mach64+ ones. Same as 3D features are far different from Mach64
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
884 to Radeon2 8500 with trueform possibilities.</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
885 <p><b><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>ANYWAY
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
886 - MPLAYER'S TEAM DOESN'T ACCEPT ANY CLAIMS IF YOU AFTER</font></font></b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
887 <br><b><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>READING
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
888 OF THIS MATERIAL WILL BUY CARD WHICH IS UNSUCCESSFUL FOR YOU!!!</font></font></b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
889 <br><b><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>THIS
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
890 MATERIAL IS ONLY OUR VISION.</font></font></b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
891 <p><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>Q:</b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
892 If PCI slot is far enough for most types of movies then why S3 Virge</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
893 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1>is
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
894 too slow for them?</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
895 <br><font face="Verdana, Arial, Helvetica, sans-serif"><font size=-1><b>A:</b>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
896 Due to its SIMM memory.</font></font>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
897 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
2605bdacc3e9 applied Nick's patch
gabucino
parents: 3438
diff changeset
898
3192
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
899 <TD COLSPAN=3>
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
900 <B><A NAME=5.6><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.6. Encoding</A></B>
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
901 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
902
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
903 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
904 How can I encode ?
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
905 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
906 Check <A HREF="encoding.html">this documentation</A>.
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
907 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
d84317675d4e few new Q/As
gabucino
parents: 3162
diff changeset
908
3966
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
909 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
910 My tuner works, with MPlayer I can hear the sound and watch the video, but
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
911 MEncoder doesn't encode audio !
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
912 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
913 TV audio encoding is currently unimplemented, we're working on it.
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
914 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
915
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
916 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
917 I can't encode DVD subtitles into the AVI !
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
918 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
919 It's currently unimplemented.
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
920 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
6185a66a63cf *** empty log message ***
gabucino
parents: 3938
diff changeset
921
4116
d6234c93d60f divx4linuxbuzi
gabucino
parents: 3966
diff changeset
922 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
d6234c93d60f divx4linuxbuzi
gabucino
parents: 3966
diff changeset
923 MEncoder segfaults on start !
d6234c93d60f divx4linuxbuzi
gabucino
parents: 3966
diff changeset
924 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
d6234c93d60f divx4linuxbuzi
gabucino
parents: 3966
diff changeset
925 Upgrade DivX4Linux.
d6234c93d60f divx4linuxbuzi
gabucino
parents: 3966
diff changeset
926 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
d6234c93d60f divx4linuxbuzi
gabucino
parents: 3966
diff changeset
927
d6234c93d60f divx4linuxbuzi
gabucino
parents: 3966
diff changeset
928
1682
dba45a1aafad *** empty log message ***
gabucino
parents: 1668
diff changeset
929 </TABLE>
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
930
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
931 </BODY>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
932 </HTML>