Mercurial > mplayer.hg
annotate DOCS/de/codecs.html @ 17197:0ab565f7ed60
Avoid gcc warnings:
'...' might be used uninitialized in this function
In this case 'H', 'N', 'D', and 'F' can indeed be
used unitialized, thus possibly causing all sorts of problems.
Patch by Peter Breitenlohner
author | rathann |
---|---|
date | Thu, 15 Dec 2005 20:39:59 +0000 |
parents | aa01df570de0 |
children |
rev | line source |
---|---|
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1896 | 2 <HTML> |
4996 | 3 |
4 <HEAD> | |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
5 <TITLE>Codecs - MPlayer - The Movie Player for Linux</TITLE> |
9512 | 6 <LINK REL="stylesheet" TYPE="text/css" HREF="../default.css"> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> |
4996 | 8 </HEAD> |
9 | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
10 <BODY> |
1896 | 11 |
9313 | 12 <H2><A NAME="codecs">2.2 Unterstützte Codecs</A></H2> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
13 |
9313 | 14 <H3><A NAME="video_codecs">2.2.1 Video-Codecs</A></H3> |
1896 | 15 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
16 <P>Siehe |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
17 <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">Codec-Status</A>-Seite |
9285 | 18 für die komplette, täglich generierte Liste. Eine Vielzahl von |
19 Codecs kann von unserer Homepage runtergeladen werden. Du findest sie auf der | |
20 <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">Codec-Seite</A>.</P> | |
1896 | 21 |
5541 | 22 <P>Die wichtigsten Video-Codecs:</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
23 |
1896 | 24 <UL> |
9313 | 25 <LI><B>MPEG1</B>- (<B>VCD</B>) und <B>MPEG2</B>-Video (<B>DVD</B>)</LI> |
26 <LI>eingebauter Dekoder für <B>DivX ;-)<B>, <B>OpenDivX</B>, | |
27 <B>DivX4</B>, <B>DivX5</B>, <B>M$ MPEG4</B> v1, v2 und andere | |
28 MPEG4-Varianten</LI> | |
29 <LI>eingebauter Decoder für <B>Windows Media Video 7/8</B> | |
30 (<B>WMV1/WMV2</B>) und Win32-DLL-Decoder für <B>Windows Media Video | |
31 9</B> (<B>WMV3</B>). Beide werden in .wmv-Dateien verwendet.</LI> | |
32 <LI>eingebauter <B>Sorenson 1 (SVQ1)</B> Decoder</LI> | |
33 <LI>Win32/QT <B>Sorenson 3 (SVQ3)</B> Decoder</LI> | |
34 <LI><B>3ivx</B>-Decoder für v1 und v2</LI> | |
35 <LI>Cinepak und <B>Intel Indeo</B> Codecs (3.1, 3.2, 4.1, 5.0)</LI> | |
36 <LI><B>MJPEG</B>, AVID, VCR2, ASV2 und andere Hardwareformate</LI> | |
37 <LI>VIVO 1.0, 2.0, I263 und andere <B>h263</B>(+)-Varianten</LI> | |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
38 <LI>FLI/FLC</LI> |
9313 | 39 <LI><B>RealVideo 1.0</B> von libavcodec und <B>RealVideo 2.0</B>, <B>3.0</B> |
40 und <B>4.0</B> durch die RealPlayer-Libraries</LI> | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
41 <LI>eingebauter Decoder für HuffYUV</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
42 <LI>Verschiedene alte, einfache RLE-ähnliche Formate</LI> |
5541 | 43 </UL> |
1896 | 44 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
45 <P>Wenn du einen Win32-Codec hast, der noch nicht aufgelistet und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
46 unterstützt ist, dann lies <A HREF="#importing">Win32 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
47 Codec-Importierungs-HOWTO</A> und hilf uns, die Unterstützung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
48 hinzuzufügen.</P> |
1896 | 49 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
50 |
9313 | 51 <H4><A NAME="divx">2.2.1.1 DivX4/DivX5</A></H4> |
1896 | 52 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
53 <P>Diese Sektion enthält Informationen über den DivX4- und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
54 Divx5-Codec vom <A HREF="http://www.projectmayo.com">Project Mayo</A>. Ihre |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
55 ersten verfügbaren alpha-Versionen waren OpenDivX 4.0 alpha 47 und 48. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
56 Unterstützung dafür war früher standardgemäß in |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
57 MPlayer eingebaut. Es wurde auch deren Postprocessing Code verwendet, um |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
58 optional die Bildqualität von MPEG1/2-Filmen zu verbessern. Nun benutzen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
59 wir unseren eigenen für alle Dateitypen.</P> |
1896 | 60 |
5541 | 61 <P>Die neue Version dieses Codecs heisst DivX4Linux und kann sogar Filme |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
62 decodieren, die mit dem berüchtigten DivX-Codec (DivX 3 ;-)) erzeugt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
63 wurden! Dazu ist sie noch um einiges schneller als die traditionelle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
64 Win32-DivX-DLL aber immer noch langsamer als libavcodec. Vom Gebrauch dieses |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
65 Codecs wird desshalb <B>abgeraten</B>. Er lässt sich jedoch trotzdem zum |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
66 Encodieren verwenden. Ein Nachteil diese Codecs ist, dass er zurzeit |
8956 | 67 nicht unter einer OpenSource-Lizenz verfügbar ist.</P> |
1896 | 68 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
69 <P>MPlayer erkennt automatisch, ob DivX4/DivX5 korrekt installiert ist, |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
70 du kannst ihn wie gewöhnlich kompilieren. Wenn es nicht erkannt wird, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
71 wurde es nicht korrekt installiert oder konfiguriert.</P> |
5541 | 72 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
73 <P>DivX4Linux arbeitet in zwei verschiedenen Modi:</P> |
5541 | 74 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
75 <DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
76 <DT><CODE>-vc odivx</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
77 <DD>Spricht den Codec so wie den alten OpenDivX-Codec an. In diesem Fall |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
78 produziert der Codec YV12-Bilder in seinem eigenen Puffer, und |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
79 MPlayer nimmt die Farbraumkonvertierung mittels libvo vor |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
80 (<B>schneller und empfohlener Modus!</B>).</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
81 <DT><CODE>-vc divx4</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
82 <DD>Benutzt die Farbraumkonvertierung des Codecs. In diesem Modus kannst |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
83 du auch YUY2/UYVY benutzen (<B>LANGSAM</B>).</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
84 </DL> |
5541 | 85 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
86 <P>Der <CODE>-vc odivx</CODE>-Modus ist normalerweise schneller, da er die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
87 Daten in einem YV12-Format (planares YUV 4:2:0) übermittelt, was weniger |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
88 Bandbreite für den Bus bedeutet. Für gepackte YUV-Formate (YUY2, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
89 UYVY) verwende den <CODE>-vc divx4</CODE>-Modus. Für den RGB-Modus ist die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
90 Geschwindigkeit gleich und hängt am ehesten von deiner momentanen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
91 Farbtiefe ab.</P> |
5541 | 92 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
93 <P><B>Hinweis:</B> Wenn der -vo-Treiber "direct rendering" unterstützt, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
94 ist <CODE>-vc divx4</CODE> wahrscheinlich die schnellere oder sogar die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
95 schnellste Lösung.</P> |
5541 | 96 |
9285 | 97 <P>Die binäre DivX4/5-Bilbiothek kann von |
98 <A HREF="http://avifile.sourceforge.net">avifile</A> oder | |
9313 | 99 <A HREF="http://www.divx.com">divx.com</A> heruntergeladen werden. |
8956 | 100 heruntergeladen werden. Entpacke ihn, starte <CODE>./install.sh</CODE> als |
101 root, und vergiss nicht, <CODE>/usr/local/lib</CODE> deiner | |
102 <CODE>/etc/ld.so.conf</CODE> hinzuzufügen und <CODE>ldconfig</CODE> | |
103 aufzurufen.</P> | |
104 | |
9285 | 105 <P>Besorge dir die CVS-Version der ALTEN OpenDivX-Kernbibliothek wie folgt:</P> |
8956 | 106 |
107 <OL> | |
108 <LI><CODE>cvs -d:pserver:anonymous@cvs.projectmayo.com:/cvsroot | |
109 login</CODE></LI> | |
110 <LI><CODE>cvs -d:pserver:anonymous@cvs.projectmayo.com:/cvsroot co | |
111 divxcore</CODE></LI> | |
112 <LI>Diese Kernbibliothek inst in eine Dekodierbibliothek und eine | |
113 Enkodierbibliothek aufgeteilt, sie separat compiliert werden müssen. | |
114 Bei der Dekodierbibliothek gibst du einfach folgendes ein: | |
115 <PRE> | |
116 cd divxcore/decore/build/linux | |
117 make | |
118 cp libdivxdecore.so /usr/local/lib | |
9815
eb55fee443d2
Make absolute symlinks relative as suggested by Rich, fix typo.
diego
parents:
9512
diff
changeset
|
119 ln -s libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 |
8956 | 120 cp ../../src/decore.h /usr/local/include |
121 </PRE> | |
122 </LI> | |
123 <LI>Für die Enkodierbibliothek gibt es leider kein Linux-Makefile, | |
124 und der MMX-optimierte Code funktioniert auch nur unter Windows. Du kannst | |
125 die Bibliothek aber trotzdem compilieren, wenn du dieses | |
126 <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/contrib/divx-mf/Makefile"> | |
127 Makefile</A> benutzt: | |
128 <PRE> | |
129 cd ../../../encore/build | |
130 mkdir linux | |
131 cd linux | |
132 cp path/Makefile . | |
133 make | |
134 cp libdivxencore.so /usr/local/lib | |
9815
eb55fee443d2
Make absolute symlinks relative as suggested by Rich, fix typo.
diego
parents:
9512
diff
changeset
|
135 ln -s libdivxencore.so /usr/local/lib/libdivxencore.so.0 |
8956 | 136 cp ../../src/encore.h /usr/local/include |
137 </PRE> | |
138 </LI> | |
139 </OL> | |
140 | |
141 <P>MPlayer findet DivX4/DivX5 automatisch, sofern es richtig installiert | |
142 wurde. Compiliere also einfach wie sonst auch. Wenn <CODE>configure</CODE> | |
143 die Bibliothek nicht findet, dann hast du DivX4/5 einfach nicht richtig | |
144 installiert.</P> | |
145 | |
6031
63f08ed66948
updated to english version (except documentation.html and manpages)
jonas
parents:
5541
diff
changeset
|
146 |
9313 | 147 <H4><A NAME="libavcodec">2.2.1.2 FFmpeg's DivX/libavcodec</A></H4> |
5541 | 148 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
149 <P>Das <A HREF="http://ffmpeg.sourceforge.net">FFmpeg</A>-Projekt enthält |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
150 ein <B>Open-Source</B>-Codec-Paket, das fähig ist, mit |
9285 | 151 H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/HuffYUV codiertes Video |
152 und mit WMA (Windows Media Audio) codiertes Audio zu decodieren. Man kann nicht | |
153 nur einige dieser Codecs zum Encodieren benutzen, sondern die Geschwindigkeit | |
154 ist sogar um einiges häher als die der Win32-Codecs oder der ProjectMayo | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
155 DivX4/5-Bibliothek!</P> |
5541 | 156 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
157 <P>FFmpeg beinhaltet auch viele nette Codecs. Die wichtigsten sind die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
158 MPEG4-Varianten: DivX3, DivX4, DivX5, Windows Media Video 7 (WMV1). Ein |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
159 weiterer sehr interessanter Deocder ist der für WMA.</P> |
1896 | 160 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
161 <P>Wenn ein offizielles MPlayer-Release verwendet wird, befindet sich |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
162 libavcodec (die Codec-Bilbiothek des FFmpeg-Projektes) bereits im Paket, |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
163 welches normal kompiliert werden kann. Wenn du die MPlayer-Sourcen per |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
164 CVS runterlädst, musst du die libavcodec vom FFmpeg CVS-Server verwenden, |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
165 da das offizielle FFmpeg-Release 0.4.5 <B>nicht</B> mit MPlayer |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
166 zusammen läuft. Um dies zu erreichen gibst du folgendes ein:</P> |
5541 | 167 |
6241 | 168 <OL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
169 <LI><CODE>cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
170 login</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
171 <LI><CODE>cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
172 co ffmpeg</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
173 <LI>Das <CODE>libavcodec</CODE>-Verzeichnis von den FFmpeg-Sourcen muss in's |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
174 Hauptverzeichnis des MPlayer CVS-Baums verschoben/kopiert werden. |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
175 Es sollte etwa so aussehen: |
5541 | 176 <P> <CODE>main/libavcodec</CODE></P> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
177 Das Erstellen eines symbolischen Links ist <B>nicht</B> genug; es muss |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
178 kopiert/verschoben werden!</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
179 <LI>Es folgt die Compilierung. configure sollte Probleme vor der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
180 Compilierung erkennen.</LI> |
6241 | 181 </OL> |
182 | |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
183 <P><B>Hinweis:</B> Die MPlayer-Sourcen im CVS enthalten ein |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
184 libavcodec-Unterverzeichnis. Es enthält jedoch <B>nicht</B> den Quellcode |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
185 von libavcodec! Du musst - wie oben beschrieben - dir die CVS-Version von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
186 FFmpeg besorgen.</P> |
5541 | 187 |
188 <P>Mit FFmpeg und meiner Matrox G400 kann ich sogar DivX-Filme in hoher | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
189 Auflösung auf meinem K6/2 500 ohne Framedrops betrachten.</P> |
5446 | 190 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
191 |
9313 | 192 <H4><A NAME="xanim">2.2.1.3 XAnim-Codecs</A></H4> |
1896 | 193 |
9313 | 194 <H4>VORWORT</H4> |
195 | |
196 <P>Es ist darauf hinzuweisen, dass die XAnim-Binary-Codecs mit | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
197 einem Textstück geliefert werden, das eine legal bindende Softwarelizenz |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
198 sein soll, welche (neben einigen anderen Einschränkungen) dem Benutzer das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
199 Verwenden der Codecs mit anderen Programmen als XAnim verbietet. Der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
200 XAnim-Autor hat jedoch noch keine rechtliche Schritte gegen irgendjemanden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
201 wegen Codec bezogenen Fragen unternommen.</P> |
1896 | 202 |
9313 | 203 <H4>INSTALLATION UND BEDIENUNG</H4> |
204 | |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
205 <P>MPlayer kann XAnims Codecs für das Decodieren verwenden. Um |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
206 diese zu aktivieren, solltest folgenden Anweisungen folgen:</P> |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
207 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
208 <OL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
209 <LI>Lade dir die Codecs, die du verwenden willst, von der |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
210 <A HREF="http://xanim.va.pubnix.com">XAnim-Seite</A> herunter. |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
211 Der <B>3ivx</B> Codec befindet sich nicht dort. Er kann jedoch von der |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
212 <A HREF="http://www.3ivx.com">3ivx-Seite</A> heruntergeladen werden.</LI> |
9313 | 213 <LI><B>ODER</B> lade dir das Codec-Paket von unserer |
214 <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">Codecseite</A> | |
215 herunter.</LI> | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
216 <LI>Verwende die <CODE>--with-xanimlibdir</CODE>-Option, um configure zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
217 sagen, wo es die XAnim-Codecs finden kann. Normalerweise werden diese in |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
218 <CODE>/usr/local/lib/xanim/mods</CODE>, <CODE>/usr/lib/xanim/mods/</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
219 und <CODE>/usr/lib/xanim</CODE> gesucht. Weiterhin kannst du auch die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
220 Umgebungsvariable <I>XANIM_MOD_DIR</I> auf den Verzeichnisnamen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
221 der XAnim-Codecs setzen.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
222 <LI>Entferne/Symlinke die Dateinamen, wobei du das Architektur-Zeugs |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
223 löschst, sodass die Dateinamen etwa so aussehen: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
224 <CODE>vid_cvid.xa</CODE>, <CODE>vid_h263.xa</CODE>, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
225 <CODE>vid_iv50.xa</CODE>.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
226 </OL> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
227 |
9313 | 228 <P>XAnim ist die Videocodec-Familie <CODE>xanim</CODE>. Du kannst also die |
9285 | 229 <CODE>-vfm xanim</CODE>-Option verwenden, um MPlayer zu sagen, dass er |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
230 sie, wenn möglich, verwenden soll.</P> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
231 |
5541 | 232 <P>Die getesteten Codecs beinhalten: <B>Indeo 3.2</B>, <B>4.1</B>, <B>5.0</B>, |
233 <B>CVID</B>, <B>3ivX</B>, <B>h263</B>.</P> | |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
234 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
235 |
9313 | 236 <H4><A NAME="vivo_video">2.2.1.4 VIVO-Video</A></H4> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
237 |
9313 | 238 <P>MPlayer kann VIVO (1.0 und 2.0) Videos abspielen. Der beste geeignete Codec |
239 für 1.0-Dateien ist FFmpegs H263-Decoder. Du kannst ihn mit der <CODE>-vc | |
240 ffh263</CODE>-Option aufrufen. Für v2.0-Dateien musst du die Win32-DLLs | |
241 mit der Option <CODE>-vc vivo</CODE> benutzen. Wenn du keine expliziten Angaben | |
242 zum Codec auf der Kommandozeile machst, so wählt MPlayer automatisch den | |
243 besten aus.</P> | |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
244 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
245 |
9313 | 246 <H4><A NAME="mpeg">2.2.1.5 MPEG 1/2-Video</A></H4> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
247 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
248 <P>MPEG1 und MPEG2 werden von der eingebauten Multiplatform-Bibliothek |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
249 <B>libmpeg2</B> decodiert, deren Source in MPlayer enthalten ist. Wir |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
250 spielen fehlerhafte MPEG1/2-Videos durch das Abfangen des sig11 (segmentation |
9313 | 251 fault) und die anschließend schnelle Neuinitialisierung des Codecs ab. |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
252 Dadurch kann exakt an der Stelle des Fehlers fortgefahren werden. Es ist dabei |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
253 kein Geschwindigkeitsverlust messbar.</P> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
254 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
255 |
9313 | 256 <H4><A NAME="ms_video1">2.2.1.6 MS Video 1</A></H4> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
257 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
258 <P>Dies ist dein sehr alter und sehr schlechter Codec von Microsoft. In der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
259 Vergangenheit wurde es mit dem <CODE>msvidc32.dll</CODE> Win32-Codec decodiert, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
260 aber nun haben wir einen Open-Source-Codec (von <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
261 HREF="mailto:melanson@pcisys.net">Mike Melanson</A>) eingebaut.</P> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
262 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
263 |
9313 | 264 <H4><A NAME="cinepak">2.2.1.7 Cinepak CVID</A></H4> |
3167 | 265 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
266 <P>MPlayer verwendet normalerweise seinen eigenen, Open-Source |
9313 | 267 multiplatformfähigen Cinepak-Decoder, der von <A |
268 HREF="mailto:timf@csse.monash.edu.au">Dr. Tim Ferguson</A> geschrieben wurde. | |
269 Er unterstützt YUV-Ausgabe, was Hardwarescaling ermöglicht, wenn dies | |
270 vom Videoausgabetreiber unterstützt wird.</P> | |
5541 | 271 |
3167 | 272 |
9313 | 273 <H4><A NAME="realvideo">2.2.1.8 RealVideo</A></H4> |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
274 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
275 <P>MPlayer unterstützt die Dekodierung aller Versionen von |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
276 RealVideo:</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
277 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
278 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
279 <LI>RealVideo 1.0 (fourcc RV10) - En/Dekodierung durch <B>libavcodec</B> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
280 unterstützt</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
281 <LI>RealVideo 2.0, 3.0, 4.0 (fourcc RV20, RV30, RV40) - Dekodierung durch die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
282 <B>RealPlayer Libraries</B> unterstützt</LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
283 </UL> |
6398 | 284 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
285 <P> Es wird empfohlen, RealPlayer8 oder RealONE herunterzuladen und zu |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
286 installieren, da MPlayer deren Bibliotheken verwenden kann, um RealVideo |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
287 2.0, 3.0 oder 4.0 zu decodieren. Das <CODE>configure</CODE>-Script von |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
288 MPlayer sollte die RealPlayer-Bibliotheken an der normalen Stelle der |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
289 Vollinstallation finden. Falls nicht, kannst du <CODE>configure</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
290 über die Option <CODE>--with-reallibdir</CODE> mitteilen, wo sie zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
291 suchen/finden sind.</P> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
292 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
293 <P><B>Hinweis:</B> Momentan <B>funktionieren die RealPlayer-Bibliotheken nur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
294 mit Linux, FreeBSD, NetBSD und Cygwin auf der x86 oder der Alpha-Plattform.</B> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
295 </P> |
6987
b53a5187969f
A BIG update to english version (including some cosmetics, some spellchecks, changed structures, added docs), it should be up-to-date and again...
jonas
parents:
6680
diff
changeset
|
296 |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
297 |
9313 | 298 <H4><A NAME="xvid">2.2.1.9 XviD</A></H4> |
5024 | 299 |
9313 | 300 <P><A HREF="http://www.xvid.org/"><B>XviD</B></A> ist eine abgespaltene |
301 Entwicklung des OpenDivX-Codecs. Es geschah, als ProjectMayo OpenDivX in das | |
302 ClosedSource-Projekt DivX4 (jetzt DivX5) änderte, woraufhin die Leute, die | |
303 an OpenDivX aber nicht beim ProjectMayo arbeiteten, sauer wurden und XviD | |
304 starteten. Beide Projekte haben also den selben Urpsrung.</P> | |
5024 | 305 |
9313 | 306 <H4>VORTEILE</H4> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
307 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
308 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
309 <LI>Open Source</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
310 <LI>Das API ist kompatibel mit DivX4, sodass es leicht ist, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
311 Unterstützung dafür einzubauen.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
312 <LI>2-Pass Encodierungs-Unterstützung</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
313 <LI>gute Encodierungsqualität, höhere Geschwindigkeit als DivX4 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
314 (man kann es während des Compilierens für den jeweiligen Rechner |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
315 optimieren)</LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
316 </UL> |
5024 | 317 |
9313 | 318 <H4>NACHTEILE</H4> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
319 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
320 <UL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
321 <LI>Es <B>decodiert</B> momentan nicht alle DivX/DivX4-Dateien sauber |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
322 (kein Problem, da man sie ja immer noch mit der libavcodec abspielen kann). |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
323 </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
324 <LI>Man muss sich beim Compilieren für die DivX4- <B>ODER</B> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
325 XviD-Unterstützung entscheiden.</LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
326 <LI>in der Entwicklung</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
327 </UL> |
5024 | 328 |
9313 | 329 <H4>INSTALLATION DER XVID-CVS-VERSION</H4> |
7079 | 330 |
9313 | 331 <P>XviD ist momentan nur als CVS erhältlich. Hier sind die |
7079 | 332 Download- und Installations-Anweisungen:</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
333 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
334 <OL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
335 <LI><CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
336 <LI><CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
337 xvidcore</CODE></LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
338 <LI><CODE>cd xvidcore/build/generic</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
339 <LI>ändere <CODE>Makefile.linux</CODE> deinen Bedürfnissen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
340 entsprechend</LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
341 <LI><CODE>make -f Makefile.linux</CODE><LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
342 <LI>Nimm die <CODE>encore2.h</CODE> und <CODE>decore.h</CODE> vom |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
343 Divx4linux-Paket und kopiere diese nach <CODE>/usr/local/include/</CODE>. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
344 </LI> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
345 <LI>compiliere MPlayer neu mit |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
346 <CODE>--with-xvidcore=/pfad/zu/libcore.a</CODE>.</LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
347 </OL> |
5024 | 348 |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
349 |
9313 | 350 <H4><A NAME="sorenson">2.2.1.10 Sorenson</A></H4> |
6680 | 351 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
352 <P><B>Sorenson</B> ist eine von Sorenson Media entwickelte und von Apple |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
353 lizensierte Videocodecfamilie. Wir sind momentan in der Lage, alle Videos zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
354 decodieren, die mit einer der folgenden Sorenson-Versionen erstellt wurden:</P> |
6680 | 355 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
356 <UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
357 <LI>Sorenson 1 (fourcc <I>SVQ1</I>) - Decodierung durch <B>selbstentwickelte |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
358 Codecs</B>. Tatsächlich gibt es zwei (qualitativ nahezu identische) |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
359 Decoder für SVQ1: Einer ist der in MPlayer enthaltene |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
360 OpenSource-Codec, der andere ist der in libavcodec vorhandene Decoder. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
361 Du kannst sie mit <CODE>-vc svq1</CODE> respektive <CODE>-vc ffsvq1</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
362 benutzen. Manche Dateien funktionieren eventuell nur mit einem der beiden |
9285 | 363 Decoder. Probier als bei problematischen Dateien beide Decoder aus. |
364 Der Decoder wurde von den | |
365 <A HREF="http://www.xinehq.de">xine</A>-Autoren geschrieben.</LI> | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
366 <LI>Sorenson 3 (fourcc <I>SVQ3</I>) - Decodierung mit den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
367 <B>Win32-QuickTime-Bibliotheken</B></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
368 </UL> |
6680 | 369 |
9313 | 370 <H4>COMPILIERUNG VON MPLAYER MIT UNTERSTÜTZUNG FÜR |
371 QUICKTIME-BIBLIOTHEKEN</H4> | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
372 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
373 <P><B>Anmerkung:</B> Momentan wird nur die 32bit-Intel-Architektur |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
374 unterstützt. </P> |
6680 | 375 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
376 <OL> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
377 <LI>Lade die CVS-Version von MPlayer herunter.</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
378 <LI>Compiliere MPlayer mit:<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
379 <CODE>$ ./configure --enable-qtx-codecs</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
380 <LI>Lade dir das QuickTime-DLL-Paket von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
381 <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs">http://www.mplayerhq.hu/MPlayer/releases/codecs</A> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
382 herunter.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
383 <LI>Entapcke die QuickTime-DLLs in dein Win32-Codec-Verzeichnis, das |
12227 | 384 standardmäßig <CODE>/usr/lib/codecs</CODE> ist.</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
385 </OL> |
7079 | 386 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
387 s |
9313 | 388 <H3><A NAME="audio_codecs">2.2.2 Audio-Codecs</A></H3> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
389 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
390 <P>Die wichtigsten Audiocodecs als erstes:</P> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
391 |
3295 | 392 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
393 <LI>MPEG layer 2 und layer 3 (MP3) Audio (<B>eingebauter</B> Code, mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
394 MMX/SSE/3DNow!-Optimierungen)</LI> |
5541 | 395 <LI>MPEG layer 1 Audio (<B>eingebauter</B> Code, mit libavcodec)</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
396 <LI>Windows Media Audio 9 (WMAv3) (mit der DMO-DLL)</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
397 <LI>AC3 Dolby Audio (<B>eingebauter</B> Code, mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
398 MMX/SSE/3DNow!-Optimierungen)</LI> |
5541 | 399 <LI>Ogg Vorbis Audiocodec (<B>eingebaute</B> Bibliothek)</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
400 <LI>RealAudio: DNET (AC3 mit niedriger Bitrate), Cook, Sipro, Atrac</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
401 <LI>QuickTime: Qualcomm und QDesign Audiocodecs</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
402 <LI>VIVO Audio (G723, Vivo Siren)</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
403 <LI>Voxware Audio (Verwendung der DirectShow-DLL)</LI> |
5541 | 404 <LI>alaw, MSGSM, PCM und andere einfache, alte Audioformate</LI> |
405 </UL> | |
3295 | 406 |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
407 |
9313 | 408 <H4><A NAME="software_ac3">2.2.2.1 AC3-Decodierung in Software</A></H4> |
3295 | 409 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
410 <P>Dieser ist der standardmäße Dekoder für Dateien mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
411 AC3-Audio.</P> |
3295 | 412 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
413 <P>Der AC3 Dekoder kann die Audio-Ausgabe für 2, 4 oder 6 Lautsprecher |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
414 erzeugen. Wenn er für 6 Lautsprecher konfigieriert ist, unterstützt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
415 dieser Decoder die Ausgabe aller AC3-Kanäle an den Soundtreiber. Damit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
416 ermöglicht er die vollständige "Surround Sound"-Erfahrung ohne einen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
417 externen AC3-Decoder, der bei der Verwendung des hwac3-Codecs nötig |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
418 ist.</P> |
3295 | 419 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
420 <P>Verwende die <CODE>-channels</CODE>-Option um die Anzahl der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
421 Ausgabekanäle zu wählen. Verwende <CODE>-channels 2</CODE> für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
422 Downmix auf Stereo. Für Downmix auf 4 Kanäle (links vorne, rechts |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
423 vorne, links Surround und rechts Surround) verwende <CODE>-channels 4</CODE>. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
424 In diesem Fall werden alle Center-Känale gleichmäßig den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
425 Frontkanälen beigemischt. <CODE>-channels 6</CODE> gibt alle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
426 AC3-Kanäle wie Aufgezeichnet in der Reihenfolge links, rechts, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
427 links Surround, rechts Surround, Center und LFE aus.</P> |
3295 | 428 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
429 <P>Die Standardanzahl der Ausgabekanäle ist 2.</P> |
3295 | 430 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
431 <P>Um mehr als 2 Kanäle zu verwenden, musst du OSS verwenden und eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
432 Soundkarte besitzen, die die Anzahl der Ausgabekanäle via |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
433 SNDCTL_DSP_CHANNELS ioctl unterstützt. Ein Beispiel eines passenden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
434 Treibers ist emu10k1 (verwendet bei SB Live! Karten) vom August 2001 oder neuer |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
435 (ALSA CVS sollte auch funktionieren).</P> |
3295 | 436 |
437 | |
9313 | 438 <H4><A NAME="hardware_ac3">2.2.2.2 AC3 Decodierung in Hardware</A></H4> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
439 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
440 <P>Du brauchst eine AC3-fähige Soundkarte mit einem Digitalausgang |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
441 (SP/DIF). Der Treiber muss das AFMT_AC3 Format richtig unterstützen (wie |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
442 z.B. der für die C-Media-Karten). Verbinde den AC3-Decoder mit dem |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
443 SP/DIF-Ausgang, und benutze die Option <CODE>-ac hwac3</CODE>. Dieser Code |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
444 ist not experimentell, laeuft aber bekanntermaßen mit C-Media-Karten, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
445 SoundBlaster Live!-Karten mit dem ALSA-Treiber (aber nicht mit dem OSS-Treiber) |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
446 und mit den DXR3/Hollywood+-MPEG-Decoderkarten.</P> |
1896 | 447 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
448 |
9313 | 449 <H4><A NAME="libmad">2.2.2.3 libmad-Unterstützung</A></H4> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
450 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
451 <P><A HREF="http://mad.sourceforge.net">libmad</A> ist eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
452 Multiplattform-Bibliothek für die Decodierung von MPEG-Audio. Sie |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
453 verarbeitet kaputte Dateien nicht so gut und hat teilweise Probleme mit dem |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
454 Suchen.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
455 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
456 <P>Um die Unterstützung zu aktivieren, verwende configure mit der Option |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
457 <CODE>--enable-mad</CODE>.</P> |
1896 | 458 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
459 |
9313 | 460 <H4><A NAME="vivo_audio">2.2.2.4 VIVO-Audio</A></H4> |
3295 | 461 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
462 <P>Der verwendete Audiocodec in VIVO-Dateien hängt davon ab, ob es eine |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
463 VIVO/1.0- oder VIVO/2.0-Datei ist. VIVO/1.0-Dateien verwenden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
464 <B>g.723</B>-Audio und VIVO/2.0-Dateien <B>Vivo-Siren</B>-Audio. Beide werden |
9313 | 465 unterstützt.</P> |
3295 | 466 |
467 | |
9313 | 468 <H4><A NAME="realaudio">2.2.2.5 RealAudio</A></H4> |
3295 | 469 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
470 <P>MPlayer unterstützt die Dekodierung fast aller |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
471 RealAudio-Versionen:</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
472 |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
473 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
474 <LI>RealAudio DNET - Decodierung durch <B>liba52</B></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
475 <LI>RealAudio Cook/Sipro/Atrac - Decodierung durch die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
476 <B>RealPlayer-Bibliotheken</B></LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
477 </UL> |
6398 | 478 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
479 <P>Wie die RealPlayer Libraries installiert werden können, wird in der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
480 <A HREF="#realvideo">RealVideo-Sektion</A> behandelt.</P> |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
481 |
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
482 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
483 <H4><A NAME="qdesign">2.2.2.6 QDesign-Codecs</A></H4> |
1896 | 484 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
485 <P>QDesign-Audio (fourcc: <I>QDMC</I>, <I>QDM2</I>) findest du in |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
486 MOV/QT-Dateien. Beide Versionen dieses Codecs können mit den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
487 QuickTime-Bibliotheken decodiert werden. Schau in der <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
488 HREF="#sorenson">Sorenson-Video-Codec-Sektion</A> für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
489 Installationsanweisungen nach.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
490 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
491 <H4><A NAME="qclp">2.2.2.7 Qualcomm-Codec</A></H4> |
1896 | 492 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
493 <P>Qualcomm-Audiostreams (FourCC: <I>Qclp</I>) finden sich in MOV/QT-Dateien. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
494 Sie können mit den Quicktime-Bibliotheken decidiert werden. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
495 Installationsanweisungen findest du in der Sektion über den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
496 <A HREF="#sorenson">Sorenson Videocodec</A>.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
497 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
498 |
9313 | 499 <H3><A NAME="importing">2.2.3 Win32 Codec-Importierungs-HOWTO</A></H3> |
1896 | 500 |
9313 | 501 <H4><A NAME="importing_vfw">2.2.3.1 VfW-Codecs</A></H4> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
502 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
503 <P>VfW (Video for Windows) ist die alte Video-Schnittstelle für Windows. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
504 Diese Codecs haben die Erweiterung .DLL oder (eher selten) .DRV. |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
505 Wenn MPlayer mit folgender Meldung fehlschlägt, ein AVI |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
506 abzuspielen:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
507 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
508 <P> <CODE>UNKNOWN video codec: HFYU (0x55594648)</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
509 </P> |
1896 | 510 |
5541 | 511 <P>...bedeutet es, dass das AVI mit einem Codec erstellt wurde, der den fourcc |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
512 HFYU besitzt (HFYU = HuffYUV-Codec, DIV3 = DivX Low Motion, usw...). Jetzt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
513 musst du nur noch herausgefunden, welche DLL Windows lädt, um diese Datei |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
514 abzuspielen. In diesem Fall enthält die <CODE>System.ini</CODE> diese |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
515 Information in solch einer Zeile:</P> |
1896 | 516 |
517 <P> <CODE>VIDC.HFYU=huffyuv.dll</CODE></P> | |
518 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
519 <P>Also braucht man die Datei huffyuv.dll. Hinweis: die Audio-Codecs werden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
520 durch das MSACM-Prefix angegeben:</P> |
1896 | 521 |
522 <P> <CODE>msacm.l3acm=L3codeca.acm</CODE></P> | |
523 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
524 <P>Dies ist ein MP3 Codec. Da du nun alle nötigen Informationen hast |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
525 (fourcc, Codec-Datei, AVI-Beispiel), solltest du per Mail um Unterstützung |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
526 für diesen Codec bitten und die Dateien auf folgenden FTP-Server |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
527 hochladen:</P> |
1896 | 528 |
529 <P> <CODE>ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</CODE></P> | |
530 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
531 <P><B>Anmerkung:</B> Auf Windows NT/2000/XP-Systemem solltest du in der Registry |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
532 nach diesen Informationen suchen, also z.B. nach "VIDC.HFYU". Um herauszufinden, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
533 wie das geht, lies die Sektion "alte DirectShow-Methode".</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
534 |
1896 | 535 |
9313 | 536 <H4><A NAME="importing_directshow">2.2.3.2 DirectShow Codecs</A></H4> |
1896 | 537 |
538 <P>DirectShow ist die neuere Video-Programmierschnittstelle, welche noch | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
539 schlimmer als ihr Vorgänger ist. Den Namen der DLL herauszufinden ist bei |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
540 DirectShow schwieriger, weil...</P> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
541 |
1896 | 542 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
543 <LI>die <CODE>system.ini</CODE> nicht mehr die benötigten Informationen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
544 enthält (stattdessen stehen diese in der Registry), und weil</LI |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
545 <LI>man die GUID des Codecs braucht.</LI> |
5541 | 546 </UL> |
1896 | 547 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
548 <P><B>Neue Methode:</B> mittels Microsoft GraphEdit (schnell)</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
549 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
550 <OL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
551 <LI>Besorg dir GraphEdit entweder aus dem DirectX-SDK oder von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
552 <A HREF="http://doom9.org">Doom9</A>.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
553 <LI>Starte <CODE>graphedit.exe</CODE>.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
554 <LI>Wähle im Menü "Graph -> Insert Filters".</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
555 <LI>Klappe <CODE>DirectShow Filters</CODE> auf.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
556 <LI>Suche und wähle den richtigen Codec, dann klappe auch diesen auf. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
557 </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
558 <LI>Der Eintrag <CODE>DisplayName</CODE> enthält die gesuchte GUID. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
559 Diese steht nach dem Backslash (\) in geschweiften Klammern und besteht |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
560 aus fünf Blöcken mit Ziffern und Buchstaben, die jeweils mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
561 Punkten voneinander getrennt sind. Schreib diese GUID auf.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
562 <LI>Der Dateiname des Codecs steht im Eintrag <CODE>Filename</CODE>. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
563 </OL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
564 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
565 <P><B>Anmerkdung:</B> Wenn es keinen Eintrag namens <CODE>Filename</CODE> gibt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
566 und der <CODE>DisplayName</CODE>-Eintrag etwas in der Art |
9285 | 567 <CODE>device:dmo</CODE> enthält, so handelt es sich um einen DMO-Codec.</P> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
568 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
569 <P><B>Alte Methode</B>: Atme tief durch und beginne mit dem Durchsuchen der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
570 Registry...</P> |
1896 | 571 |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
572 <OL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
573 <LI>Starte <CODE>regedit</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
574 <LI>Drücke <CODE>Strg-f</CODE>, deaktiviere die ersten beiden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
575 Auswahlfelder und aktiviere das Dritte. Nun gib den fourcc des Codecs ein |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
576 (z.B.: TM20).</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
577 <LI>Du solltest ein Feld sehen, welches den Pfad und Dateinamen enthält |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
578 (z.B.: <CODE>C:\WINDOWS\SYSTEM\TM20DEC.AX</CODE>).</LI> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
579 <LI>Jetzt da man die Datei hat, braucht man die GUID. Versuche erneut zu |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
580 suchen, aber nun nach dem Codec-Namen, nicht nach der fourcc. Der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
581 Codec-Name kann bei der Wiedergabe mit dem Windows Media Player |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
582 herausgefunden werden, indem man unter Datei -> Eigenschaften -> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
583 Erweitert nachschaut. Falls dies nichts bringt, hast du Pech. Versuche zu |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
584 raten (suche z.B. nach: TrueMotion).</LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
585 <LI>Wenn die GUID gefunden wurde, sollte ein FriendlyName- und ein CLSID-Feld |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
586 auftauchen. Schreibe die 16 Byte lange CLSID auf, dies ist die von uns |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
587 benötigte GUID.</LI> |
6518
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
588 </OL> |
eb60f4cf0b4c
updated to english version, html (fixes, clean up, uniform), added table to default style (fix for Mozilla), corrections and more...
jonas
parents:
6398
diff
changeset
|
589 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
590 <P><B>Hinweis:</B> Wenn die Suche fehlschlägt, versuche alle Auswahlfelder |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
591 zu aktivieren. Du wirst möglicherweise falsche Ergebnisse finden, aber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
592 vielleicht hast du auch Glück...</P> |
1896 | 593 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
594 <P>Da du nun alle nötigen Informationen hast (fourcc, GUID, Codec-Datei, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
595 AVI-Beispiel), solltest du per Mail um Unterstützung für diesen Codec |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
596 bitten und die Dateien auf folgenden FTP-Server hochladen:</P> |
5541 | 597 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
598 <P> <CODE>ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/ |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
599 </CODE></P> |
1896 | 600 |
601 </BODY> | |
602 </HTML> |