annotate DOCS/pl/faq.html @ 10977:3da6b1de1c33

make it work in textmode again && support for nv03 with 4MB RAM
author faust3
date Thu, 02 Oct 2003 10:46:33 +0000
parents e29e78e31cc5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
2 <HTML>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
3
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
4 <HEAD>
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
5 <TITLE>FAQ - MPlayer - Odtwarzacz Filmów dla Linuksa</TITLE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
6 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2">
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
8 <STYLE TYPE="text/css">
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
9 dt {
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
10 font-weight : bold;
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
11 }
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
12 </STYLE>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
13 </HEAD>
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
14
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
15 <BODY>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
16
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
17
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
18 <H1><A NAME="faq">5. FAQ</A></H1>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
19
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
20 <UL>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
21 <LI><A HREF="#compilation">5.1 Kompilacja</A></LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
22 <LI><A HREF="#general">5.2 Pytania ogólne</A></LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
23 <LI><A HREF="#playback">5.3 Problemy z odtwarzaniem</A></LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
24 <LI><A HREF="#driver">5.4 Problemy ze sterownikiem video/audio (vo/ao)</A></LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
25 <LI><A HREF="#dvd">5.5 Odtwarzanie DVD</A></LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
26 <LI><A HREF="#features">5.6 Proźby o nowe funkcje</A></LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
27 <LI><A HREF="#encoding">5.7 Kodowanie</A></LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
28 </UL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
29
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
30
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
31 <H2><A NAME="compilation">5.1 Kompilacja</A></H2>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
32
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
33 <DL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
34
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
35 <DT>Q: Kompilacja zatrzymuje się z błędem podobnym do tego:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
36 <PRE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
37 In file included from mplayer.c:34:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
38 mw.h: In function `mplMainDraw':
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
39 mw.h:209: Internal compiler error in print_rtl_and_abort, at flow.c:6458
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
40 Please submit a full bug report,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
41 with preprocessed source if appropriate.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
42 </PRE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
43 </DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
44 <DD>A: Jest to znany problem gcc 3.0.4, zrób upgrade do wersji 3.1 by rozwiązać
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
45 problem. Jakzainstalować gcc jest opisane w sekcji
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
46 <A HREF="users_against_developers.html#gcc">gcc 2.96</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
47 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
48
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
49 <DT>Q: Skrypt configure zakańcza swoje działanie z tym tekstem i MPlayer nie
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
50 chce się skompilować!<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
51 <CODE>"Your gcc does not support even i386 for '-march' and '-mcpu'."</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
52 <CODE>"Twoje gcc nie wspiera nawet i386 dla '-march' i '-mcpu'."</CODE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
53 </DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
54 <DD>A: Twoje gcc nie jest zainstalowane poprawnie, sprawdź plik <CODE>config.log</CODE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
55 po więcej szczegółów.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
56 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
57
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
58 <DT>Q: Co oznacza "No such file or directory" ("Nie ma takiego pliku ani katalogu")?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
59 <DD>A: Prawdopodobnie, jest tam nie taki plik lub katalog.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
60 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
61
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
62 <DT>Q: Jaki jest problem z gcc 2.96?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
63 <DD>A: <B>Bardzo odradzamy używanie gcc 2.96!</B><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
64 Przeczytaj <A HREF="users_against_developers.html#gcc">ten</A> dokument po
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
65 więcej szczegółów a tym, dlaczego Red Hat wypuścił gcc 2.96 i jakie są z nim
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
66 problemy. Jeżeli nadal naprawdę chcesz używać go, upewnij się, że pobrałeś
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
67 najnowszą wersję i dod tego momentu jesteś zdany na własne siły. <B>Nie</B>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
68 zgłaszaj błędów, <B>nie</B> proś o pomoc na grupie dyskusyjnej. <B>Nie</B>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
69 będziemy dostarczać żadnej pomocy w przypadku gdy wystąpią jakieś problemy.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
70 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
71
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
72 <DT>Q: Świętnie, mam gcc 3.0.1 z Red Hata/Mandrake'a, więc jestem w porządku!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
73 <DD>A: Nie, ponieważ były/są również problemy z tymi kompilatorami.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
74 Sprawdź status aktualnie wspieranych prze MPlayera kompilatorów, zobacz sekcję
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
75 <A HREF="documentation.html#installation">Instalacja</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
76 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
77
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
78 <DT>Q: Próbowałem skompilować MPlayera,ale dostaję te komunikaty:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
79 <PRE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
80 In file included from /usr/include/g++-v3/bits/std_cwchar.h:42,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
81 from /usr/include/g++-v3/bits/fpos.h:40,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
82 from /usr/include/g++-v3/bits/char_traits.h:40,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
83 from /usr/include/g++-v3/bits/std_string.h:41,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
84 from /usr/include/g++-v3/string:31,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
85 from libwin32.h:36,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
86 from DS_AudioDecoder.h:4,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
87 from DS_AudioDec.cpp:5:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
88 /usr/include/wchar.h: In function Long long int wcstoq(const wchar_t*,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
89 wchar_t**, int)':
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
90 /usr/include/wchar.h:514: cannot convert `const wchar_t* __restrict' to
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
91 `const
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
92 </PRE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
93 </DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
94 <DD>A: Zrób upgrade glibc do najnowszej wersji. w Mandrake'u, użyj 2.2.4-8mdk.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
95 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
96
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
97 <DT>Q: ... gcc 2.96 ... (Tak, niektórzy ludzie NADAL wykłucają się o gcc 2.96!)</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
98 <DD>A: Cytat z
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
99 <A HREF="http://www.mplayerhq.hu/pipermail/mplayer-users/2001-October/005351.html">listu</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
100 A'rpi wysłał na grupę
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
101 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
102 (słowo 'ideg' jest oppisane poniżej):
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
103 <BLOCKQUOTE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
104 <P>No i mamy ideg'i. I nasz licznik ideg przepełnia się raz za razem.</P>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
105
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
106 <P>Niestety MPlayer jest poza naszą kontrolą. Jest używany przez lamerów,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
107 użytkowników Linuksa którzy nie potrafią korzystać nawet z Windowsa, i nigdy
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
108 nie próbowali skompilować jądra. Zainstalowują oni (ze standardowymi opcjami)
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
109 Mandrake'a lub Red Hata lub SuSE, i bez RTFM'owania wysyłają wiadomości
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
110 mówiące 'to ne działa! pomóżcie mi! proszę! jestem nowy w Linuksie! pomóżcie!
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
111 oh! pomóżcie mi!'. Nie możemy ich zatrzymać, ale ostatnio próbujemy zmusić
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
112 ich do RTFM i do czytania komunikatów ./configure i MPlayera.</P>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
113
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
114 <P>I wy sprytni goście przychodzący i obrażający nas z gcc 2.96 i binarnymi
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
115 pakietami. Zamiast pomagać użytkownikom lub tworzyć poprawki, które rozwiązałyby
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
116 problemy.</P>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
117
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
118 <P>Połowa naszego dodatkowego/wolnego czasujest poświęcana na odpowiadanie na
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
119 głupie listy tutaj i tworzenie nowych sztuczek i kontroli w konfiguracji by
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
120 uniknąć takich listów.</P>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
121
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
122 <P>I tu jest równowaga. Po jednej stronie wy, sprytni goście, mówiący że jesteś
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
123 bardzo źli, bo nie lubimy zapluskwionego gcc 2.96, a po drugiej stronie
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
124 są ci 'nowi w Linuksie', którzy pokazują nam, że gcc 2.96 ma błędy.</P>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
125
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
126 <P>Wniosek: Nie możemy być dobrzy. Połowa ludzi zawsze będzie mówiła, że
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
127 jesteśmy źli.</P>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
128
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
129 <P>Może powinniśmy zakończyć projekt, zrobić go zamknięto-źródłowym, komercyjnym
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
130 i dostarczać pomoc do instalacji. Potem mogliśmy porzucić aktualne prace, no coż,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
131 programiści mogli być szybsi, i mogliśmy zarobić dużo pieniędzy i kupić
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
132 duży dom, itd. itp. Naprawdę tego chcecie? Wydaję się że tak.</P>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
133 </BLOCKQUOTE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
134 </DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
135 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
136
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
137 <DT>Q: Wyjście SDL nie działa lub nie kompiluje się. Problemem jest ...</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
138 <DD>A: Było to testowane by działało z SDL 1.2.x i może się uruchomić z SDL 1.1.7+.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
139 To <B>nie</B> działa z jakąkolwiek wcześniejszą wersją. Tak więc, jeżeli wybierzesz
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
140 taką wersję, jesteś zdany na własne siły..</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
141 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
142
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
143 <DT>Q: Ciągle mam kłopoty z obsługą SDL. gcc mówi coś o "undefined reference to
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
144 `SDL_EnableKeyRepeat'". Co teraz?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
145 <DD>A: Gdzie zainstalowałeś biblioteki SDL? Jeżli zainstalowałeś w /usr/local
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
146 (domyślnie) wtedy zedytuj początek pliku config.mak i dodaj
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
147 "-L/usr/local/lib" po "X_LIBS=". Teraz make. I gotowe!</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
148 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
149
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
150 <DT>Q: To się nie kompiluje, brakuje uint64_t inttypes.h i podobnychrzeczy...</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
151 <DD>A: Skopiuj etc/inttypes.h do katalogu MPlayera
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
152 (<CODE>cp etc/inttypes.h .</CODE>) i spróbuj ponowie...</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
153 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
154
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
155 <DT>Q: Mam Linuksa uruchomionego na Pentium III, ale <CODE>./configure</CODE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
156 nie wykrywa SSE...</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
157 <DD>A: Tylko jądro w wersji 2.4.x wspiera SSE (lub spróbuj 2.2.19 lub nowszego, ale
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
158 bądź przygotowany na problemy).</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
159 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
160
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
161 <DT>Q: Mam G200/G400, jak skompilować/używać sterownika mga_vid?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
162 <DD>A: Przeczytaj <A HREF="video.html#mga_vid">dokumentację mga_vid</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
163 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
164
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
165 <DT>Q: Czy są pakiety rpm/deb/... MPlayera?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
166 <DD>A: Możesz zrobić pakiet .deb samodzielnie, sprawdź sekcję
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
167 <A HREF="documentation.html#debian">pakietów Debiana</A>.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
168 Są linki do oficjalnych pakietów RPM Red Hata dostępne na naszej
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
169 <A HREF="http://www.mplayerhq.hu/homepage/dload.html">stronie download</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
170 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
171
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
172 <DT>Q: Podczas 'make', MPlayer narzeka na biblioteki X11. Nie rozumiem, przecież
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
173 MAM zainstalowane X!?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
174 <DD>A: ... ale nie masz zainstalowanych pakietów deweloperskich X. Lub nie poprawnie.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
175 Nazywają się XFree86-devel* w Red Hat, i xlibs-dev w Debianie. Ponad to sprawdź
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
176 czy linki symboliczne <CODE>/usr/X11</CODE> i <CODE>/usr/include/X11</CODE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
177 są zrobione (to może być problemem w systemach Mandrake). Mogą one być stworzone
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
178 tymi komendami:<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
179 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>$ ln -sf /usr/X11R6 /usr/X11</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
180 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
181 Twoja dystrybucja może się różnić od
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
182 <A HREF="http://www.pathname.com/fhs/">Standardu Hirarchii Systemu Plików</A> (ang.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
183 Filesystem Hierarchy Standard.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
184 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
185
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
186 <DT>Q: Nie mogę skompilować SVGAlib. Używam jądra 2.3/2.4 ...</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
187 <DD>A: Musisz zedytować plik Makefile.cfg SVGAliba i odkomentować
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
188 <CODE>BACKGROUND = y</CODE>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
189 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
190
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
191 <DT>Q: Skompilowałem MPlayera z wsparciem dla libdvdcss/libdivxdecore, ale gdy
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
192 próbowałem go uruchomić, powiedział:<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
193 <CODE>&gt; error while loading shared libraries: lib*.so.0: cannot load
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
194 shared object file: No such file or directory</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
195 <CODE>&gt; bład podczas ładowania biblioteki współdzielonej: lib*.so.0: nie można
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
196 załadować docelowego pliku: Nie ma takiego pliku ani katalogu</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
197 Sprawdziłem ten plik i JEST on w <CODE>/usr/local/lib</CODE>...</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
198 <DD>A: Dodaj <CODE>/usr/local/lib</CODE> do <CODE>/etc/ld.so.conf</CODE> i uruchom
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
199 <CODE>ldconfig</CODE>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
200 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
201
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
202 <DT>Q: Hmm, dziwne. Podczas ładowania modułu jądra mga_vid.o, Znalazłem to
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
203 w logach:<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
204 <CODE>Warning: loading mga_vid.o will taint the kernel: no license</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
205 <CODE>Warning: ładowanie mga_vid.o zanieczyści jądro: nie ma licencji</CODE></DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
206 <DD>A: Najnowszy modutils (narzędzie do ładownie modułów do jądra - przyp. tłum.)
9742
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
207 wymaga flagi wskazującej licencję (głównie by uniknąć debugowania sterowników
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
208 z zamkniętym kodem). Uaktualnij kernel, modutils i MPlayera.</DD>
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
209 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
210
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
211 <DT>Q: Podczas kompilowania MEncodera, 'wywala się' (segfaults) podczas linkowania!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
212 <DD>A: To problem linkera. Upgrade binutils spowinien pomóc (2.11.92.*
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
213 lub nowsze powinny być dobre). Ponieważ to nie jest nasza wina, prosimy, <B>nie</B>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
214 zgłaszaj takich błędów!</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
215 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
216
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
217 <DT>Q: MPlayer wywala (segmentation fault) podcas sprawdzania pthread!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
218 <DD>A: chmod 644 /usr/lib/libc.so</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
219 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
220
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
221 <DT>Q: Chciałbym skompilować MPlayera na Miniksie!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
222 <DD>A: Ja też. :)</DD>
9742
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
223 <DD>&nbsp;</DD>
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
224
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
225 </DL>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
226
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
227
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
228 <H2><A NAME="general">5.2 Pytania ogólne</A></H2>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
229
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
230 <DL>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
231
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
232 <DT>Q: Jak mam poptrawnie przygotować łatkę na MPlayera?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
233 <DD>A: Stworzyliśmy <A HREF="../tech/patches.txt">krótki dokument</A> opisujący
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
234 wszystkie wymagane szczegóły. Prosimy, podążaj za tymi insrukcjami.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
235 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
236
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
237 <DT>Q: Jak mogę wewsprzeć programistów MPlayera?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
238 <DD>A: Będziemy bardziej niż szczęśliwi przyjmując twóje
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
239 <A HREF="http://www.mplayerhq.hu/homepage/donations.html">dotacje</A>.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
240 ze sprzęt i oprogramowanie. Pomogą one nam w ciągłym tworzeniu MPlayera.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
241 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
242
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
243 <DT>Q: Jak mogę stać się programistą MPlayera?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
244 <DD>A: Zawsze mile widzimy koderów i ludzi tworzących dokumentację. Przeczytaj
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
245 <A HREF="../tech/">dokumentację techniczną</A> by złapać pierwsze szlify. Potem
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
246 powinieneś zapisać się na grupę dyskusyjną
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
247 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
248 i rozpocząc pisanie kodu.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
249 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
250
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
251 <DT>Q: Czy mogę uruchomć MPlayera kilka razy na raz?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
252 <DD>A: Tak. Niektóre sterowniki wideo jak xv, dga lub (x)mga mogą być uruchomione
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
253 tylko raz w tym samym czasie, niektóre odpadają w kombinacjach z konkretnymi
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
254 kartami graficznymi i sterownikami. Z tymi sterownikami nie będziesz mógł
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
255 uruchomić MPlayera więcej niż jeden raz. W mniejszym stopniu, ale zależy to
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
256 również od sterownika audio. Nie wszystkie pozwalają na odtwarzanie wielu
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
257 strumieni na tym samym urządzeniu.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
258 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
259
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
260 <DT>Q: Mam licznik czasu w lewym górnym rogu. Jak mogę go wyłączyć?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
261 <DD>A: Naciśnij <CODE>o</CODE> i spróbuj opcji <CODE>-osdlevel</CODE>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
262 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
263
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
264 <DT>Q: Opcje <CODE>-xy</CODE> lub <CODE>-fs</CODE> nie działają ze sterownikiem
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
265 x11 (<CODE>-vo x11</CODE>)...</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
266 <DD>A: Dziła, ale ty musisz wyraźnie wyszczególnić skalowanie programowe
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
267 (bardzo wolne) opcją <CODE>-zoom</CODE>. Lepiej użyj wsparcia dla XF86VidMode:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
268 Musisz dodać opcje <CODE>-vm</CODE> i <CODE>-fs</CODE>, i zrobione. Upewnij się
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
269 czy masz poprawne modeline w pliku XF86Config i spróbuj zrobić by
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
270 <A HREF="video.html#dga">sterownika DGA</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
271 <A HREF="video.html#sdl">steronika SDL z DGA</A> działały u ciebie.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
272 To jest o wile szybsze. Jeżeli SDL z DGA działa, użyj go, to może działać jeszcze
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
273 szybciej.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
274 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
275
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
276 <DT>Q: Co oznaczają liczby w linii statusu?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
277 <DD>A: Przykład:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
278 <CODE>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57/57 41% 0% 2.6% 0 4 49%</CODE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
279 <UL>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
280 <LI>A: pozycja dźwięku w sekundach</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
281 <LI>V: pozycja wideo w sekundach</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
282 <LI>A-V: różnica audio-video w sekundach (opóźnienie)</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
283 <LI>ct: całkowita dokonana korekcja synchronizacji A-V</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
284 <LI>odtworzone klatki (liczone od ostaniego przeszukiwania)</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
285 <LI>zdekodowane klatki (liczone od ostaniego przeszukiwania)</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
286 <LI>użycie procesora przez kodek wideo (dla slices i DR to zawiera
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
287 video_out)</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
288 <LI>użycie procesora przez video_out</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
289 <LI>użycie procesora w procentach przez kodek audio</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
290 <LI>klatki, które musiały być porzucone, by zachować synchronizację A-V</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
291 <LI>aktualne puziom postprocessingu obrazu (podczas używania <CODE>-autoq</CODE>)</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
292 <LI>aktualne zapełnienie bufora (w granicach 50% jest w normie)</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
293 </UL>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
294 Większość z nich jest potrzebnych do debugowania i niektóre zostaną usunięte.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
295 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
296
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
297 <DT>Q: Co, jeżeli nie chcę żeby komunikaty się pojawiały?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
298 <DD>A: Użuj opcji <CODE>-quiet</CODE> i przeczytaj stronę manuala.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
299 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
300
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
301 <DT>Q: Dlaczego użycie procesora przez video_out wskazuje zero (0%) dla
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
302 niektórych plików?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
303 <DD>A1: Użycie nie jest zerowe, ale kodek już to wykonuje, tak więc
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
304 nie może być on wskazany osobno. Powinieneś odtworzyć plik używając
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
305 <CODE>-vo null</CODE> i potem <CODE>-vo ...</CODE> i sprawdzić różnice
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
306 prędkości video_out.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
307 <DD>A2: Używasz Direct Rendering,
9742
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
308 kiedu to procent użycia procesora na dekodowanie zawiera również procent
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
309 użycia procesora na wyświetlanie.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
310 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
311
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
312 <DT>Q: Występują błędy, że plik nie został odnaleziony w
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
313 <CODE>/usr/lib/win32/</CODE> ...</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
314 <DD>A: Pobierz kodeki Win32 z naszej
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
315 <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">strony z kodekami</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
316 (pakiet kodeków avifile zawiera inne pliki DLL) i zainstaluj je.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
317 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
318
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
319 <DT>Q: Czy jest jakaś grupa dyskusyjna MPlayera?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
320 <DD>A: Tak. Dół strony informacyjnej na
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
321 <A HREF="http://www.mplayerhq.hu/homepage/info.html">naszej stronie domowej</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
322 by się zapisać.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
323 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
324
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
325 <DT>Q: Znalazłem złosliwy błąd kiedy próbowałem odtworzyć mój ulubiony film!
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
326 Kogo powinienem powiadomić?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
327 <DD>A: prosimy, przeczytaj <A HREF="bugreports.html">przewodnik zgłaszania będów</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
328 i podążaj za instrukcjami.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
329 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
330
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
331 <DT>Q: Mam problem z odtworzeniem zakodowanego kodekiem ... . Czy mogę go użyć?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
332 <DD>A: Sprawdź
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
333 <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">status wsparcia dla kodeków</A>,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
334 jeżeli nie ma tam twojego kodeka przeczytaj
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
335 <A HREF="codecs.html">dokumentację kodeków</A>, zwłaszcza
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
336 <A HREF="codecs.html#importing">HOWTO importowania kodeków</A> i skontaktuj się z nami.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
337 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
338
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
339 <DT>Q: Umm, co to jest "IdegCounter" (wcześniej w tym tłumaczeniu użyte jako
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
340 "licznik ideg" - przyp. tłum.)?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
341 <DD>A: Jest to kombinacja węgierskiego i angielskiego słowa. W węgierskim "Ideg"
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
342 oznacza to samoco w polskim "zdenervowany", i wymawia się tak jak się pisze
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
343 (tylko w języku polskim, oczywiście). Zostało pierwszy raz użyte, bu zmierzyć
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
344 stopień zdenerwowania A'rpiego po kilku (hmm) "tajemniczych" zniknięciach kodu
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
345 w CVSie ;)</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
346 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
347
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
348 <DT>Q: I co to jest "Faszom(C)ounter"?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
349 <DD>A: "Fasz" jest to węgierskie słowo, którego nie chcesz znać, inne to
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
350 połączenie zboczonych myśli programistów MPlayera.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
351 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
352
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
353 <DT>Q: LIRC nie działa, ponieważ...</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
354 <DD>A: Czy jesteś pewny, że używasz <CODE>mplayer</CODE> zamiast
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
355 <CODE>mplayer_lirc</CODE>? Zauważ, że <CODE>mplayer_lirc</CODE> było dawno
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
356 temu, jeszcze za wersji 0.60, ale ostatnio zostało przeniesione do
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
357 <CODE>mplayera</CODE>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
358 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
359
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
360 <DT>Q: Napisy są bardzo ładne, najładniejsze jakie do tej pory widziałem, ale
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
361 spowalniają odtwarzanie! Wiem, że to mało prawdopodobne...</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
362 <DD>A: Po uruchomieniu <CODE>./configure</CODE>, zedytuj <CODE>config.h</CODE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
363 i zastąp <CODE>#undef FAST_OSD</CODE> na <CODE>#define FAST_OSD</CODE>.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
364 Potem przekompiluj.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
365 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
366
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
367 <DT>Q: Wyświetlanie na ekranie (OSD) migocze!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
368 <DD>A: Używasz sterownika vo z pojedynczym buforowaniem (x11,xv). Z xv,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
369 użyj opcji <CODE>-double</CODE>. Spróbuj także <CODE>-vf expand</CODE></DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
370 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
371
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
372 <DT>Q: Co to jest dokładnie to libavcodec?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
373 <DD>A: Zobacz <A HREF="codecs.html#libavcodec">sekcję o libavcodec</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
374 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
375
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
376 <DT>Q: Ale configure mówi mi "Checking for libavcodec ... no"!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
377 <DD>A: Musisz pobrać libavcodec z CVSa FFmpeg. Przeczytaj instrukcję
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
378 w <A HREF="codecs.html#libavcodec">sekcji o libavcodec</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
379 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
380
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
381 <DT>Q: Taskbar Icewma zakrywa film podczas odtwarzania pełnoekranowego!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
382 <DD>A: To nie powinno się więcej zdarzyć, jeżeli dalej zasłania, użyj opcji
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
383 <CODE>-fstype layer</CODE> i zgłoś to na grupę dyskusyjną
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
384 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
385 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
386
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
387 <DT>Q: Nie mogę używać GUI menu. Poprawnie klikam, ale nie mogę dostać się do
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
388 żadnej pozycji!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
389 <DD>A: Używasz FVWM? Spróbuj poniższego:<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
390 Start -&gt; Settings -&gt; Configuration -&gt; Base Configuration<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
391 Ustaw "Use Applications position hints" na "Yes".</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
392 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
393
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
394 <DT>Q: Jak mogę uruchomić MPlayera w tle?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
395 <DD>A: Użyj: <CODE>mplayer &lt;opcje&gt; &lt;nazwa pliku&gt; &lt; /dev/null &amp;</CODE></DD>
9742
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
396 <DD>&nbsp;</DD>
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
397
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
398 </DL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
399
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
400
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
401 <H2><A NAME="playback">5.3 Problemy z odtwarzaniem</A></H2>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
402
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
403 <DL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
404
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
405 <DT>Q: Mogę odtwarzać konkretne pliki AVI lae nie mam dźwiękui błąd typu:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
406 <PRE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
407 Detected audio codec: [divx] afm:4 (DivX audio (WMA))
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
408 Requested audio codec family [divx] (afm=4) not available (enable it at
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
409 compile time!)
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
410
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
411 Wykryty kodek audio: [divx] afm:4 (DivX audio (WMA))
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
412 Wymagana rodzina kodeków audio [divx] (afm=4) nie jest dostępna (włącz je
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
413 podczas kompilacji!)
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
414 </PRE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
415 </DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
416 <DD>A: Prawdopodobnie dźwięk korzysta z kodeka niewspieranego bezpośrednio
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
417 przez MPlayera. Zainstaluj pakiet kodeków Win32 jak opisano w README
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
418 lub w sekcji <A HREF="documentation.html#installation">Instalacja</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
419 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
420
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
421 <DT>Q: ... działa z avifile/aviplay ale nie z MPlayer.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
422 <DD>A: MPlayer to nie avifile.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
423 W tych odtwarzaczach wspólny jest tylko mechanizm ładowania bibliotek Win32.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
424 Kodeki (DLL), synchronizacja, selektor etc są całkowicie rózne
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
425 i nie powinny być porównywane.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
426 Jeżeli coś działa z aviplay to nie oznacza że będzie dziłać z MPlayer
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
427 i vice versa.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
428 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
429
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
430 <DT>Q: Dźwięk jesr rozsynchronizowany podczas odtwarzania pliku AVI.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
431 <DD>A: Spróbuj opcji <CODE>-bps</CODE> lub <CODE>-nobps</CODE>. Jeżli to nie pomoże
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
432 przeczytaj <A HREF="bugreports.html">to</A> i wyślij plik na FTP.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
433 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
434
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
435 <DT>Q: MPlayer wyłącza się z błędami podczas używania l3codeca.acm.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
436 <DD>A: Sprawdź wyjście z <CODE>ldd /usr/local/bin/mplayer</CODE>. Jeżeli zawiera<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
437 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>libc.so.6 =&gt; /lib/libc.so.6 (0x4???????)</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
438 gdzie "?" jest liczbą, to wtedy wszystko jest w porządku, nie tu trzeba szukać powodu
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
439 błędu. Jeżeli jest to:<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
440 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>libc.so.6 =&gt; /lib/libc.so.6 (0x00??????)</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
441 to wtedy jest to problem z twoim jądrem/libc. Może jakiś łatek wzmacniających
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
442 bezpieczeństwo (dla przykładu łatka OpenWall Solar Designera) które
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
443 wymuszają ładowanie bibliotek na bardzo niskie adresy. Ponieważ l3codeca.acm
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
444 jest nie-przemieszczalnym DLLem, musi być załadowany na 0x00400000, nie możemy
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
445 tego zmienić. Powinieneś używać niepołatanego jądra, lub użyć opcji MPlayera
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
446 <CODE>-afm 1</CODE> by wyłączyć użycie l3codeca.acm.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
447 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
448
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
449 <DT>Q: Mój komputer odtwarza pliki M$ DivX AVI w rozdzielczości ~ 640x300
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
450 z dźwiękiem mp3 stereo zbyt wolno. Gdy używam opcji -nosound, wszystko jest
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
451 wporządku (ale cicho).</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
452 <DD>A: Twój komputer jest za wolny lub twój sterownik dźwięku jest popsuty.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
453 Przejrzyj dokumentację, by zobaczyć czy możesz poprawić wydajność.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
454 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
455
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
456 <DT>Q: MPlayer wyłącz się z "MPlayer interrupted by signal 4 in module:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
457 decode_video" ("MPlayer przerwany sygnałem 4 w module: decode_video") .</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
458 <DD>A: Spróbuj uruchomić MPlayera na komputerze, na którym go kompilowałeś.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
459 Możesz też przekompilować go z dynamicznym wykrywaniem procesora.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
460 (<CODE>./configure --enable-runtime-cpudetection</CODE>). Nie używaj
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
461 MPlayera na procesorach innym od tego, na którym był kompilowany,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
462 chyba że z funkcją o której przed chwilą wspomniano.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
463 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
464
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
465 <DT>Q: Mam proble z [twój menadżer okna] i trybem pełnoekranowym z
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
466 xv/xmga/sdl/x11...</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
467 <DD>A: Przeczytaj <A HREF="bugreports.html">przewodnik zgłaszania błędów</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
468 i wyślij nam poprawny raport o błędzie.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
469 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
470
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
471 <DT>Q: Dostaje ten błąd podczas odtwarzaniaplików MPEG:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
472 Nie mogę znaleźć kodeka dla formatu wideo 0x10000001!
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
473 Can't find codec for video format 0x10000001!
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
474 </DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
475 <DD>A: Masz starą wesję codecs.conf at <CODE>~/.mplayer/</CODE>.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
476 Zrób jego upgrade z <CODE>/etc/</CODE>.<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
477 <B>LUB</B> musisz użyć opcji <CODE>vc=</CODE> lub czegoś podobnego
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
478 w twoim pliku(ach) konfiguracyjnym(nych).</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
479 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
480
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
481 <DT>Q: Podczas uruchamiania MPlayera w KDE wyświetla się po prostu czarny ekran,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
482 i nic się nie dzieje. Po około jednej minucie film zaczyna być odtwarzany.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
483 <DD>A: Demon dźwięku KDE - arts blokuje urządzenie dźwiękowe. Możesz czekać, aż
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
484 film się włączy lub wyłączyć demona arts w Centrum sterowania. Jeżeli chcesz
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
485 używać dźwięku poprzez artsa, określ wyjście audio na nasz wbudowany sterownik
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
486 dźwięku arts (<CODE>-ao arts</CODE>). Jeżli to nie zadziała, lub nie jest
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
487 wkompilowane, wypróbuj SDL (<CODE>-ao sdl</CODE>) i upewnij się, że twój SDL może
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
488 przechwytywać dźwięk arts. Są jeszcze inne opcje, by uruchomić MPlayera z
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
489 artsdsp.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
490 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
491
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
492 <DT>Q: Mam AVI które daje szary ekraz podczas odtwarzania z <CODE>-vc odivx</CODE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
493 i zielony z <CODE>-vc divx4</CODE>.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
494 <DD>A: To nie jest plik DivX, ale M$ MPEG4v3. Zrób update twojego codecs.conf.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
495 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
496
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
497 <DT>Q: Gdy odtwarzam film dźwięk nie jest zsynchronizowany z obrazem i/lub MPlayer
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
498 "wywala się" z tym komunikatem:<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
499 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
500 <DD>A: Może być tego kilka powodów.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
501 <UL>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
502 <LI>Twój procesor <B>i/lub</B> karta wideo <B>i/lub</B> magistrala są za wolne.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
503 Jeżeli to jest powód, to MPlayer wyświetla ten komunikat (a licznik porzuconych
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
504 klatek szybko idzie w górę).</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
505 <LI>Jeżli to AVI, możliwe że ma złe przeplatanie (interleaving). Spróbuj
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
506 opcji <CODE>-ni</CODE>.</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
507 <LI>Twój sterownik dźwięku ma błędy, lub używasz ALSA 0.5 z <CODE>-ao oss</CODE>.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
508 Zobacz <A HREF="sound.html">sekcję o kartach dźwiękowych</A>.</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
509 <LI>AVI ma uszkodzony nagłówek, spróbuj opcji <CODE>-nobps</CODE>, i/lub
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
510 <CODE>-mc 0</CODE>.</LI>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
511 </UL></DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
512 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
513
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
514 <DT>Q: Mam plik MJPEG który działa z innymi odtwarzaczami, a MPlayer wyświetla
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
515 tylko czarny ekran.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
516 <DD>A: Wyłącz DLLe Windowsa <CODE>codecs.conf</CODE>, lub użyj opcji opcji
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
517 <CODE>-vc ffmjpeg</CODE> (aby to zadziałalo skompiluj MPlayer z libavcodec).</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
518 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
519
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
520 <DT>Q: Gdy próbuje zgrywać z mojego tunera, to działa, ale kolory są dziwne.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
521 Z innymi programami wszystko jest w porządku.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
522 <DD>A: Twoja karta prawdopodobnie źle zgłasza przestrzeń kolorów. Spróbuj z YUY2
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
523 zamiast domyślnego (zobacz <A HREF="documentation.html#tv">dkomentacje wekścia
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
524 TV</A>).</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
525 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
526
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
527 <DT>Q: Gdy rozpocząłem odtwarzanie, dostałem ten komunikat, ale wygląda na to, że
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
528 wszystko jest w porządku:<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
529 <CODE>Linux RTC init: ioctl (rtc_pie_on): Permission denied</CODE></DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
530 <DD>A: Potrzebujesz uprawnień roota lub specjalnych ustawień jądra, by móc
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
531 korzystać z nowego kodu odmierzania czasu. Po szczegóły zobacz
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
532 <A HREF="documentation.html#rtc">sekcję o RTC</A> dokumentacji.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
533 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
534
9742
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
535 <DT>Q: Mam problemy z synchronizacją A/V. Niektóre pliki AVI są odtwarzane dobrze,
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
536 ale niektóre odtwarzane są z podwójną prędkością!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
537 <DD>A: Toja karta/sterownik dźwięku jest uszkodzony. Najbardziej prawdopodobne,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
538 że są one ustawione na 44100Hz, a ty próbujesz odtworzyć plik z dźwiękiem
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
539 22050Hz. Spróbuj przepróbkować plugin audio.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
540 <DD>&nbsp;</DD>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
541
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
542 <DT>Q: Wszystkie pliki WMV (lub inne..) są ostwarzane dając tylko zielone/szare
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
543 okno, a jest tylko dźwięk! MPlayer wyświetla:<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
544 <CODE>Detected video codec: [null] drv:0 (NULL codec (no decoding))</CODE></DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
545 <DD>A: Zrób update twojego <CODE>codecs.conf</CODE>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
546 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
547
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
548 <DT>Q: Dostaje zbyt duże wartości procentowe (zbyt duże) podczas odtwarzania plików
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
549 na moim laptopie.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
550 <DD>A: To efekt systemu power management / power saving w twoim laptopie
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
551 (BIOS, nie jądro). Podłącz zewnętrzne źródło energii <B>przed</B> włączeniem
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
552 laptopa. Możesz także sprawdzić czy <A HREF="http://www.brodo.de/cpufreq/">cpufreq</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
553 (interface SpeedStep dla Linuks) ci pomoże.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
554 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
555
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
556 <DT>Q: Dźwięk/obraz śa całkowicie rozsynchronizowane gdy uruchamiam MPlayera jako
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
557 root na moim laptopie. wszystko działa normalnie, gdy uruchamiam go ze zwykłego
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
558 użytkownika.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
559 <DD>A: To znowu skutek power managementa (patrz powyżej). Podłącz zewnętrzne
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
560 źródło energii <B>przed</B> włączeniem laptopa lub użyj opcji
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
561 <CODE>-nortc</CODE>.</DD>
9742
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
562 <DD>&nbsp;</DD>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
563
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
564 </DL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
565
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
566
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
567 <H2><A NAME="driver">5.4 Problemy ze sterownikiem video/audio (vo/ao)</A></H2>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
568
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
569 <DL>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
570
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
571 <DT>Q: Nie mam dźwięku gdy odtwarzam wideo i dostaję komunikaty o błędzie
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
572 podobne do tego:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
573 <PRE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
574 AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian)
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
575 audio_setup: Can't open audio device /dev/dsp: Device or resource busy
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
576 couldn't open/init audio device -&gt; NOSOUND
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
577 Audio: no sound!!!
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
578 Start playing...
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
579 </PRE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
580 </DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
581 <DD>A: Czy używasz KDE lub GNOME z demonem dźwięku ARTS lub ESD? Spróbuj
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
582 wyłączyć demona dźwięku lub użyj opcji <CODE>-ao arts</CODE> lub
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
583 <CODE>-ao esd</CODE>, by MPlayer używał ARTS lub ESD.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
584 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
585
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
586 <DT>Q: A co ze strownikiem DGA? Nie mogę go znaleźć!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
587 <DD>A: <CODE>./configure</CODE> automatycznie wykrywa sterownik DGA. Jeżeli
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
588 <CODE>-vo help</CODE> nie pokazuje DGA, wtedy to problem z instalacją X.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
589 <CODE>./configure --enable-dga</CODE> i przeczytaj
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
590 <A HREF="video.html#dga">dokumentację</A>. Alternatywnie, wypróbuj steronik
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
591 DGA SDLa opcją <CODE>-vo sdl:dga</CODE>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
592 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
593
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
594 <DT>Q: OK, <CODE>-vo help</CODE> pokazuje sterownik DGA, ale skarży się
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
595 na uprawnienia. Pomóżcie mi!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
596 <DD>A: To działa tylko, jeżeli jest uruchomione jako root! To ograniczenie
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
597 DGA. Powinieneś przełączyć na roota (<CODE>su -</CODE>), i spróbować ponownie.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
598 Innym rozwiązaniem jest nadanie MPlayerowi SUIDa roota, ale to
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
599 <B>nie jest zalecane!</B><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
600 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>chown root /usr/local/bin/mplayer</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
601 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>chmod 755 /usr/local/bin/mplayer</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
602 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>chmod +s /usr/local/bin/mplayer</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
603 <BLOCKQUOTE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
604 <B>Ostrzeżenie: zagrożenie dla bezpieczeństwa</B><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
605 Jest to <B>dużym</B> zagrożeniem dla bezpieczeństwa! <B>Nigdy</B> nie rób
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
606 tego na serwerach lub na komputerach, nad którymi nie masz całkowitej
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
607 kontroli, ponieważ inni użytkownicy uzyskają uprawnienia przez MPlayera
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
608 z SUIDem roota. <B>Zostałeś ostrzzeżony.</B>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
609 </BLOCKQUOTE>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
610 </DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
611 <DD>&nbsp;</DD>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
612
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
613 <DT>Q: Gdy używam Xvideo, moje Voodoo 3/Banshee pokazuje:<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
614 <CODE>X Error of failed request: BadAccess (attempt to access private
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
615 resource denied)<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
616 &nbsp;&nbsp;Major opcode of failed request: 147 (MIT-SHM)<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
617 &nbsp;&nbsp;Minor opcode of failed request: 1 (X_ShmAttach)<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
618 &nbsp;&nbsp;Serial number of failed request: 26<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
619 &nbsp;&nbsp;Current serial number in output stream:27</CODE></DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
620 <DD>A: Sterownik "tdfx" w XFree86 4.0.2/4.0.3 ma ten błąd. Zostało to naprawione
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
621 w związku z <A HREF="http://www.xfree86.org/cvs/changes_4_1.html">bugfix #621
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
622 XFree86 4.1.0 CVS log</A>. Więc zrób upgrade do XFree86 4.1.0 lub późniejszego.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
623 Alternatywnie, najpierw pobierz (conajniej) DRI w wersji 0.6 ze
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
624 <A HREF="http://dri.sourceforge.net">strony domowej DRI</A>, lub użyj DRI z CVSa.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
625 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
626
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
627 <DT>Q: Wyjście OpenGL (<CODE>-vo gl</CODE>) nie działa (zwis/czarny ekran/błędy
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
628 X11/...).</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
629 <DD>A: Twój sterownik OpenGL nie wspera dynamicznej zmiany tekstury
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
630 (glTexSubImage). Wiadomo, że to nie działa z binarnymi steronikami nVidii.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
631 Działa z Utah-GLX/DRI i kartami Matrox G400. Działa również z DRI i kartami
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
632 Radeon. Nie chce działać z DRI i innymi kartami. Nie będzie działać z kartami
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
633 3DFX, z powodu ograniczenia rozmiaru tekstury do 256x256.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
634 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
635
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
636 <DT>Q: Mam kartę nVidia TNT/TNT2 i dokładnie pod filmem mam pasek z dziwnymi
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
637 kolorami! Czyja to wina?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
638 <DD>A: To błąd binarnych sterowników X nVidii. Ten błąd pojawia się TYLKO
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
639 z kartami TNT/TNT2 i nie możemy z tym nic zrobić. By naprawić problem, zrób
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
640 upgrade do najnowszej wersji sterowników binarnych nVidii. Jeżeli nadal jest
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
641 źle, skarż się do nVidii!</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
642 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
643
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
644 <DT>Q: Mam kartę nVidia XYZ i gdy klikam w oknie filmu w GUI by przełączyć się
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
645 na panel GUI, pojawia się czarny kwadrat, tam gdzie kliknąłem.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
646 Mam najnowsze sterowniki.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
647 <DD>A: Tak, nVidia poprawiła pprzedni błąd (powyżej), a wprowadziła nowy.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
648 Pozostaje tylko pogratulować. UPDATE: Według
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
649 <A HREF="users_against_developers.html#nvidia">nVidii</A>, to zostało już
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
650 naprawione.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
651 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
652
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
653 <DT>Q: Gdy używam GUI z wyjściem wideo SDL, tworzone jest drugie okno</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
654 <DD>A: Wiemy o tym, na razie nie używaj SDL dla GUI.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
655 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
656
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
657 <DT>Q: Oh, świat jest okrutny ...! Jedynym podsterownikiem SDL jest <CODE>x11</CODE>,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
658 ale nie <CODE>xv</CODE>!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
659 <DD>A: Więc wypróbuj jeszcze raz <CODE>x11</CODE>. Teraz wypróbuj
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
660 <CODE>-vo x11 -fs -zoom</CODE>. Widzisz różnice? Nie?! OK, tutej przychodzi
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
661 oświecenie: podsterownik SDLa <CODE>x11</CODE> używa xv gdy jest dostępne,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
662 nie musisz się o to martwić ... Informacja: możesz wymusić/wyłączyć używanie
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
663 Xv przez SDL using <CODE>-forcexv</CODE> i <CODE>-noxv</CODE></DD>
9742
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
664 <DD>&nbsp;</DD>
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
665
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
666 </DL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
667
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
668
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
669 <H2><A NAME="dvd">5.5 Odtwarzanie DVD</A></H2>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
670
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
671 <DL>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
672
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
673 <DT>Q: Co jest z nawigacją DVD (DVD navigation)?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
674 <DD>A: Wsparcie dla dvdnav w MPlayer jest aktualnie nieukończone, jednak normalne
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
675 odtwarzanie działa. Jeżeli chcesz mieć wymarzone menu, musisz użyć innego
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
676 odtwarzacza, takiego jak <A HREF="http://xine.sourceforge.net">xine</A> lub
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
677 <A HREF="http://www.dtek.chalmers.se/groups/dvd/">Ogle</A>. Jeżeli zależy ci
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
678 na nawigacji DVD, wyślij <A HREF="../tech/patches.txt">łatkę</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
679 <DD>&nbsp;</DD>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
680
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
681 <DT>Q: Gdy odtwarzam DVD, napotykam na ten błąd:<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
682 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
683 nfo_length / sizeof(cell_adr_t) &gt;= c_adt-&gt;nr_of_vobs' failed.</CODE></DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
684 <DD>A: To znany błąd libdvdread 0.9.1/0.9.2. Użyj <B>libmpdvdkit2</B>,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
685 który jest obecny w źródłach MPlayera i jest używany domyślnie.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
686 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
687
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
688 <DT>Q: Czy mogę skompilować libdvdread i libdvdcss na moim kochanym SPARCu na
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
689 Solarisie?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
690 <DD>A: Kto wie... Powinno działać, więc prosimy przetestuj to i wyślij nam
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
691 reakcję. Najlepiej zgodnie z dokumentacją libdvdread i jego stroną domową.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
692 Nie jesteśmy autorami libdvdread. Użyj <B>libmpdvdkit2</B>, który jest obecny
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
693 w źródłach MPlayera i jest używany domyślnie.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
694 <DD>&nbsp;</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
695
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
696 <DT>Q: A co z napisami? Czy MPlayer może je wyświetlić?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
697 <DD>A: Tak. Zobacz <A HREF="cd-dvd.html#dvd">rozdział o DVD</A> w dokumentacji.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
698 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
699
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
700 <DT>Q: Jak mam ustawić kod regionu mojego napędu DVD? Nie mam
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
701 Windowsa!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
702 <DD>A: Użyj
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
703 <A HREF="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
704 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
705
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
706 <DT>Q: Czy muszę być (setuid) rootem/setuid fibmap_mplayer by muc odtwarzać
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
707 DVD?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
708 <DD>A: Nie, tylko dla wsparcia starego stylu DVD. Jednak musisz mieć poprawne
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
709 uprawnienia na urządzenie DVD (w <CODE>/dev/</CODE>).</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
710 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
711
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
712 <DT>Q: Gdzie mogę pobrać pakiety libdvdread i libdvdcss?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
713 <DD>A: Nie musisz. Użyj <B>libmpdvdkit2</B>, który jest obecny w źródłach
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
714 MPlayera i jest używany domyślnie. Możesz pobrać wymienione pakiety
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
715 ze <A HREF="http://www.dtek.chalmers.se/groups/dvd/">strony Ogle</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
716 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
717
9742
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
718 <DT>Q: Czy jest możliwe, by odtworzyć/skodować tylko określone rozdziały?</DT>
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
719 <DD>A: Tak, spróbuj opcji <CODE>-chapter</CODE>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
720 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
721
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
722 <DT>Q: Odtwarzanie mojego DVD jest powolne!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
723 <DD>A: Użyj opcji <CODE>-cache</CODE> (opisano w stronie manuala)
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
724 i spróbuj włączyć DMA w napędzie DVD narzędziem hdparm (opisano
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
725 w <A HREF="cd-dvd.html#cd">rozdziale o CD</A> w dokumentacji).</DD>
9742
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
726 <DD>&nbsp;</DD>
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
727
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
728 <DT>Q: Gdy odtwarzam film, nagle zaczyna się on zacinać i dostaję ten
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
729 komunikat:<BR>
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
730 <CODE>Badly interleaved AVI file detected - switching to -ni
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
731 mode...</CODE>
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
732 <DD>A: Popsute pliki interleaved i <CODE>-cache</CODE> nie działają razem
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
733 za dobrze. Spróbuj <CODE>-nocache</CODE>.</DD>
e29e78e31cc5 uptated to CVS (30.03.03)
mpt
parents: 9703
diff changeset
734 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
735
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
736 </DL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
737
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
738
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
739 <H2><A NAME="features">5.6 Proźby o nowe funkcje</A></H2>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
740
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
741 <DL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
742
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
743 <DT>Q: Jeżli MPlayer jest zapauzowany i próbuje przeszukać lub w ogóle naciskam
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
744 jakikolwiek przycisk, MPlayer przestaje być zapauzowany. Chciałbym móc przeszukiwać
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
745 w zapauzowanym filmie.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
746 <DD>A: Jest bardzo skomplikowne, by zaimpletować to bez utraty synchronizacji A/V.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
747 Do tej pory wszystkie próby zawiodły, ale łatki są mile widziane.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
748 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
749
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
750 <DT>Q: Chciałbym przeszukiwać o +/- 1 klatkę zamiast o 10 sekund.</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
751 <DD>A: To nie może być zrobione. Było, ale potem traciliśmy synchronizację A/V
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
752 Czuj się wolnym do napisania i wysłania łatki. Nie pytaj nas o to.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
753 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
754
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
755 <DT>Q: Gdzie jest wersja dla Windows?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
756 <DD>A: Nie została wydana i nie będzie. Rozejrzyj się po świecie Windowsa
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
757 (parsery ASF z otwartym kodem, kodery ASF z otwartym kodem, itp.)
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
758 i zrozumiesz dlaczego. Nie chcemy iść do więzienia. BTW możesz
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
759 skompilować go włąsnoręcznie, na
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
760 <A HREF="documentation.html#cygwin">Cygwinie</A>.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
761 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
762
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
763 <DT>Q: Jak mogę zrobić, MPlayer zapamiętywał MPlayer opcje, które używam
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
764 dla konkretnego pliku?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
765 <DD>A: Stwórz plik o nazwie <CODE>film.avi.conf</CODE> w którym umieścisz
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
766 specyficzne dla pliku opcje i umieścisz go w <CODE>~/.mplayer</CODE> lub
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
767 w katalogu tym samym co film.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
768 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
769
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
770 </DL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
771
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
772
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
773 <H2><A NAME="encoding">5.7 Kodowanie</A></H2>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
774
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
775 <DL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
776
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
777 <DT>Q: Jak mogę kodować?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
778 <DD>A: Przeczytaj <A HREF="encoding.html">dokumentację</A> MEncodera.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
779 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
780
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
781 <DT>Q: Jak moge stworzyć płyty VCD?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
782 <DD>A: Wypróbuj skryptu <CODE>mencvcd</CODE> z podkatalogu <CODE>TOOLS</CODE>.
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
783 Możesz nim zakodować płyty DVD lub inne filmy do formatu VCD lub SVCD,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
784 a nawet wypalić je bezpośrednio na płytę CD.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
785 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
786
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
787 <DT>Q: Jak mogę połączyć dwa pliki wideo?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
788 <DD>A: Było to dyskutowane bez końca na mplayer-users. Przeszukaj
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
789 <A HREF="http://mplayerhq.hu/cgi-bin/htsearch?restrict=/mplayer-users/">archiwa</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
790 po kompletną odpowiedź. To skomplikowany temat, a rozwiązanie może zależeć
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
791 od wielu czynników, jak rodzaj plików, które chcesz połączyć. Przy szczęściu
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
792 pliki MPEG połączone w jeden plik. Do plików AVI są dwa narzędzia,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
793 <A HREF="http://fixounet.free.fr/avidemux/">avidemux</A>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
794 i avimerge (cześć pakietu narzędzi
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
795 <A HREF="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/">transcode</A>),
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
796 którymi możesz to zrobić. Możesz także spróbować MEncoder jeżeli
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
797 masz dwa pliki zakodowane tym samym kodekiem i o tych samych wymiarach. Spróbuj<BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
798 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>cat file1 file2 &gt; file3</CODE><BR>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
799 &nbsp;&nbsp;&nbsp;&nbsp;<CODE>mencoder -ovc copy -oac copy -o out.avi -forceidx file3.avi</CODE></DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
800 <DD>&nbsp;</DD>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
801
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
802 <DT>Q: Mój tuner działa, szłyszę dźwięk i widzę obraz w MPlayerze,
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
803 ale MEncoder nie koduje dźwięku!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
804 <DD>A: Kodowanie dźwięku TV w Linuksie jest aktualnie nieukończone, pracujemy
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
805 nad tym. W tej chwili działa to tylko w BSD.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
806 <DD>&nbsp;</DD>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
807
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
808 <DT>Q: Nie moge zakodować napisów DVD do pliku AVI!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
809 <DD>A: Musisz poprawnie określić opcję <CODE>-sid</CODE>!</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
810 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
811
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
812 <DT>Q: MEncoder "wywala się" przy starcie!</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
813 <DD>A: Zrób upgrade DivX4Linux.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
814 <DD>&nbsp;</DD>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
815
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
816 <DT>Q: Jak mogę skodować tylko wybrane rozdziały z DVD?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
817 <DD>A: Użyj poprawnie opcji <CODE>-chapter</CODE>, np.:
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
818 <CODE>-chapter 5-7</CODE></DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
819 <DD>&nbsp;</DD>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
820
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
821 <DT>Q: Próbuje pracować z plikami 2GB+ na systemie plików VFAT. Czy to działa?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
822 <DD>A: Nie, VFAT nie wspiera plików większych niż 2GB.</DD>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
823 <DD>&nbsp;</DD>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
824
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
825 <DT>Q: Dlaczego zalecany bitrate wyświetlany przez MEncodera jest ujemny?</DT>
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
826 <DD>A: Ponieważ bitrate skodowanego przez ciebie dźwięku jest zbyt duży by
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
827 zmieścić film na płycie CD. Sprawdź czy masz poprawnie zainstalowny libmp3lame.</DD>
6040
d5c692754cf2 refresh and charset settings
nell
parents: 3879
diff changeset
828
9703
484f11db8071 new version. synced to rc5
mpt
parents: 9644
diff changeset
829 </DL>
3523
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
830
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
831 </BODY>
dadab20dc2b4 began updated translation by <nell@skrzynka.pl> (work-in-progress)
gabucino
parents:
diff changeset
832 </HTML>