Mercurial > mplayer.hg
annotate DOCS/German/codecs.html @ 6540:5b3cace64e9d
100l (non mmx versions didnt compile)
some cleanup
author | michael |
---|---|
date | Mon, 24 Jun 2002 00:18:29 +0000 |
parents | eb60f4cf0b4c |
children | ff8598fc2ad6 |
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> | |
6398 | 5 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> |
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
|
6 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> |
4996 | 7 </HEAD> |
8 | |
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
|
9 <BODY> |
1896 | 10 |
3123 | 11 <P><B><A NAME=2.2>2.2. Unterstützte Codecs</A></B></P> |
1896 | 12 |
3123 | 13 <P><B><A NAME=2.2.1>2.2.1. Video Codecs</A></B></P> |
1896 | 14 |
15 <P>Siehe <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">http://www.mplayerhq.hu/DOCS/codecs-status.html</A> für die komplette, | |
16 täglich generierte Liste!!!</P> | |
17 | |
5541 | 18 <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
|
19 |
1896 | 20 <UL> |
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
|
21 <LI>MPEG1 (VCD) und MPEG2 (DVD) video</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
|
22 <LI>DivX ;-), OpenDivX (DivX4), DivX 5.01, 3ivx, M$ MPEG4 v2 und andere MPEG4 Varianten</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
|
23 <LI>Windows Media Video 7 (WMV1) und 8 (WMV2), verwendet in .wmv-Dateien</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
|
24 <LI>Cinepak und Intel Indeo Codecs (3.1, 3.2, 4.1, 5.0)</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
|
25 <LI>MJPEG, AVID, VCR2, ASV2 und andere Hardwareformate</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
|
26 <LI>XAnim Codecs</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
|
27 <LI>VIVO 1.0, 2.0, I263 und andere h263(+) Varianten</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
|
28 <LI>FLI/FLC</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
|
29 <LI>RealVideo 1.0 von ffmpeg und RealVideo 2.0, 3.0 durch |
6398 | 30 die RealPlayer Libraries</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
|
31 <LI>Verschiedene alte, einfache RLE-ähnliche Formate</LI> |
5541 | 32 </UL> |
1896 | 33 |
5541 | 34 <P>Wenn du einen Codec hast, der noch nicht aufgelistet und unterstützt ist, |
35 lies <A HREF="#2.2.3">Win32 Codec-Importierungs HOWTO</A> und hilf uns, | |
36 die Unterstützung hinzuzufügen!</P> | |
1896 | 37 |
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 |
5024 | 39 <P><B><A NAME=2.2.1.1>2.2.1.1. DivX4/DivX5</A></B></P> |
1896 | 40 |
2224 | 41 <P>Diese Sektion enthält Informationen über den DivX4 Codec von |
5541 | 42 <A HREF="http://www.projectmayo.com">Project Mayo</A>. Ihre ersten verfügbaren alpha-Versionen |
2224 | 43 waren OpenDivX 4.0 alpha 47 und 48. Unterstützung dafür wurde standardgemäß in |
5541 | 44 <B>MPlayer</B> eingebaut. Früher verwendeten wir deren postprocessing Code, |
45 um optional die Bildqualität von MPEG1/2-Filmen zu verbessern. Nun benutzen wir | |
46 unseren eigenen.</P> | |
1896 | 47 |
5541 | 48 <P>Die neue Version dieses Codecs heisst DivX4Linux und kann sogar Filme |
49 decodieren, die mit diesen relativ unbekannten DivX-Codecs erzeugt wurden! | |
50 Dazu ist er noch um einiges schneller als die traditionelle Win32 DivX DLL | |
51 aber immer noch langsamer als libavcodec. Der Gebrauch dieses Codecs ist | |
52 desshalb <B>ENTMUTIGEND</B>. Er lässt sich jedoch trotzdem zur Encodierung | |
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
|
53 verwenden. Ein Nachteil diese Codecs ist, dass er zur Zeit Closed-Source ist.</P> |
1896 | 54 |
5541 | 55 <P>Der Codec kann von einer der folgenden URLs heruntergeladen werden:</P> |
1896 | 56 |
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
|
57 <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
|
58 <LI><A HREF="http://avifile.sourceforge.net">http://avifile.sourceforge.net</A></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
|
59 <LI><A HREF="http://divx.com">http://divx.com</A></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
|
60 </UL> |
1896 | 61 |
3123 | 62 <P>Entpacke es und starte <CODE>./install.sh</CODE> als Root.</P> |
1896 | 63 |
4870
a993e0bcdf75
small updates: html fixes, man2html compatibility, some new options...
jonas
parents:
4716
diff
changeset
|
64 <P>Hinweis: vergiss NICHT <CODE>/usr/local/lib</CODE> deiner <CODE>/etc/ld.so.conf</CODE> hinzuzufügen!</P> |
1896 | 65 |
6277 | 66 <P><B>MPlayer</B> erkennt automatisch, ob DivX4/DivX5 korrekt installiert ist und kompiliert |
67 wie gewöhnlich. Wenn es nicht erkannt wird, wurde es nicht korrekt installiert | |
5541 | 68 oder konfiguriert.</P> |
69 | |
70 <P>DivX4Linux steht in Konflikt mit derm alten OpenDivX, da die APIs von | |
71 beiden sich ähnlich aber inkompatibel sind. Desshalb kann nur einer davon | |
72 zur gleichen Zeit in <B>MPlayer</B> einkompiliert werden.</P> | |
73 | |
74 <P>DivX4Linux bietet einen OpenDivX-Kompatibilitäts Modus, so dass man | |
75 bei der Verwendung des Codecs folgende Optionen auswählen kann:</P> | |
76 | |
77 <TABLE BORDER=0> | |
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
|
78 <TR><TD> </TD><TD VALIGN=top><CODE>-vc odivx</CODE></TD><TD> </TD> |
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
|
79 <TD>Verwendet den Codec nach OpenDivX-Art. |
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
|
80 In diesem Fall produziert es YV12 Bilder in seinem eigenen Buffer, und |
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
|
81 <B>MPlayer</B> führt die Colorspace-Konversion via libvo durch (<B>EMPFOHLEN</B>).</TD></TR> |
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
|
82 <TR><TD></TD><TD VALIGN=top><CODE>-vc divx4</CODE></TD><TD></TD> |
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
|
83 <TD>verwendet die Colorspace-Konversion des Codecs. |
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
|
84 In diesem Fall kannst du auch YUY2/UYVY verwenden.</TD></TR> |
5541 | 85 </TABLE> |
86 | |
87 <P>Die <CODE>-vc odivx</CODE> Methode ist normalerweise schneller, da es die Daten in einem YV12 | |
88 (Planar YUV 4:2:0) Format übermittelt, was weniger Bandbreite für den Bus bedeutet. | |
89 Für gepackte YUV Formate (YUY2, UYVY) verwende die <CODE>-vc divx4</CODE> Methode. | |
6277 | 90 Für RGB-Modus ist die Geschwindigkeit gleich, am ehesten hängt sie noch |
5541 | 91 von deiner momentanen Farbtiefe ab.</P> |
92 | |
93 <P>HINWEIS: Wenn der -vo driver "direct rendering" unterstützt, ist | |
94 <CODE>-vc divx4</CODE> wahrscheinlich die schnellere oder sogar die | |
95 schnellste Lösung.</P> | |
96 | |
97 <P>Hinweis: Das <B>ALTE</B> OpenDivX unterstützt auch Postprocessing via die | |
98 Option <CODE>-oldpp</CODE>. Der Bereich der Werte ist jedoch seltsam:</P> | |
1896 | 99 |
5541 | 100 <TABLE BORDER=0> |
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
|
101 <TR><TD> </TD><TD>0</TD> |
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
|
102 <TD> </TD><TD>kein Postprocessing</TD></TR> |
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
|
103 <TR><TD> </TD><TD>10 .. 20</TD> |
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
|
104 <TD> </TD><TD>Postprocessing, normal (wie Level 2 mit DivX-DS)</TD></TR> |
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
|
105 <TR><TD> </TD><TD>30 .. 60</TD> |
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
|
106 <TD> </TD><TD>starkes Postprocessing, benötigt viel CPU Zeit (wie Level 4 bei DivX-DS)</TD></TR> |
5541 | 107 </TABLE> |
108 | |
6031
63f08ed66948
updated to english version (except documentation.html and manpages)
jonas
parents:
5541
diff
changeset
|
109 |
5541 | 110 <P><B><A NAME=2.2.1.2>2.2.1.2. FFmpeg's DivX/libavcodec</A></B></P> |
111 | |
112 <P>Seit Beginn der Version 0.4.2, enthält | |
113 <A HREF="http://ffmpeg.sourceforge.net">FFmpeg</A> einen <B>Open-Source</B> | |
114 DivX-Codec, welcher kompatibel mit dem traditionellen DivX ist. | |
6398 | 115 <B>MPlayer</B> unterstützt diesen Codec und ermöglicht es, <B>DivX/DivX4/DivX5/MP41/MP42-Filme auf |
5541 | 116 nicht-x86 Platformen zu sehen!</B>. Des weiteren besitzt er eine schnellere |
6031
63f08ed66948
updated to english version (except documentation.html and manpages)
jonas
parents:
5541
diff
changeset
|
117 Decodierungs-Geschwindigkeit als der Win32-Codec oder die orginale DivX4-Library!</P> |
5541 | 118 |
119 <P>Er beinhaltet auch viele nette Codecs, wie RealVideo 1.0, MJPEG, h263, | |
120 h263+, etc.</P> | |
1896 | 121 |
5541 | 122 <P>Wenn ein <B>MPlayer</B> Release verwendet wird, befindet sich libavcodec |
123 bereits im Paket, welches normal kompiliert werden kann. Wenn <B>MPlayer</B> | |
124 über CVS verwendet wird, muss die libavcodec vom FFmpeg CVS-Server verwendet werden, | |
6284 | 125 das FFmpeg 0.4.5 <B>nicht</B> mit <B>Mplayer</B> zusammen läuft. |
5541 | 126 Um dies zu erreichen, sollten folgende Schritte vollzogen werden:</P> |
127 | |
6241 | 128 <OL> |
5541 | 129 <LI><CODE>cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg login</CODE></LI> |
130 <LI><CODE>cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg</CODE></LI> | |
131 <LI>Dass <CODE>libavcodec</CODE> Verzeichnis von den FFmpeg-Sourcen muss ins | |
132 Hauptverzeichnis des <B>MPlayer</B> CVS-Baums bewegt werden. Es sollte etwa | |
133 so aussehen: | |
134 <P> <CODE>main/libavcodec</CODE></P> | |
6277 | 135 Symlinken ist <B>nicht</B> genug, es muss kopiert/verschoben werden!!!</LI> |
5541 | 136 <LI>Es folgt die Kompilierung. Configure sollte allfällige Probleme vor der |
137 Kompilierung erkennen.</LI> | |
6241 | 138 </OL> |
139 | |
140 <P><B>HINWEIS:</B> <B>MPlayer</B> über CVS enthält ein libavcodec | |
6277 | 141 Unterverzeichnis, es enthält jedoch NICHT den Quellcode von libavcodec! |
6241 | 142 Es muss der obrigen Anleitung gefolgt werden, um den Quellcode für diese |
143 Bibliothek (library) zu erhalten.</P> | |
5541 | 144 |
145 <P>Der Codec <B>unterstützt auch Postprocessing</B>!</P> | |
146 | |
147 <P>Mit FFmpeg und meiner Matrox G400 kann ich sogar DivX-Filme in hoher | |
148 Auflösung auf meinem K6/2 500 ohne Framedrops betrachten.</P> | |
5446 | 149 |
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
|
150 |
5541 | 151 <P><B><A NAME=2.2.1.3>2.2.1.3. XAnim Codecs</A></B></P> |
1896 | 152 |
5541 | 153 <P>Vorwort:<BR> |
154 Es ist darauf hinzuweisen, dass die XAnim Binary-Codecs mit einem Textstück | |
155 geliefert werden, dass eine legal bindende Softwarelizenz sein soll, welche | |
156 (neben einigen anderen Einschränkungen) dem Benutzer das Verwenden der Codecs mit | |
157 anderen Programmen als XAnim verbietet. Der XAnim-Autor hat jedoch noch keine | |
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
|
158 rechtliche Schritte gegen irgendjemanden wegen Codec bezogenen Fragen unternommen.</P> |
1896 | 159 |
5541 | 160 <P><B>MPlayer</B> kann XAnims Codecs für das Decodieren verwenden. Um diese |
161 zu aktivieren sollte folgende Anleitung befolgt werden:</P> | |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
162 |
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
163 <UL> |
5541 | 164 <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
|
165 <A HREF="http://xanim.va.pubnix.com">XAnim-Seite</A> herunter. |
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
|
166 Der <B>3ivx</B> Codec befindet sich nicht dort, kann jedoch von der |
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
|
167 <A HREF="http://www.3ivx.com">3ivx-Seite</A> heruntergeladen werden.</LI> |
3213 | 168 <LI>verwende die <CODE>--with-xanimlibdir</CODE> Option um configure zu sagen, wo |
5185 | 169 es die XAnim-Codecs finden kann. Normalerweise werden diese in |
170 <CODE>/usr/local/lib/xanim/mods, /usr/lib/xanim/mods/ und /usr/lib/xanim</CODE> gesucht. | |
171 Ansonsten kannst du auch die Umgebungsvariable <I>XANIM_MOD_DIR</I> zum Verzeichnis | |
172 der XAnim Codecs setzen.</LI> | |
173 <LI>Entferne/Symlinke die Dateinamen, indem du das Architektur-Zeugs löschst, so dass die | |
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
|
174 Dateinamen etwa so aussehen: <CODE>vid_cvid.xa, vid_h263.xa, vid_iv50.xa</CODE>.</LI> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
175 </UL> |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
176 |
5541 | 177 <P>XAnim ist die Videocodec-Familie Nummer 10. Es kann also die <CODE>-vfm 10</CODE> |
178 Option verwendet werden, um <B>MPlayer</B> zu sagen, dass er 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
|
179 |
5541 | 180 <P>Die getesteten Codecs beinhalten: <B>Indeo 3.2</B>, <B>4.1</B>, <B>5.0</B>, |
181 <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
|
182 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
183 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
184 <P><B><A NAME=2.2.1.4>2.2.1.4. VIVO Video</A></B></P> |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
185 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
186 <P><B>MPlayer</B> kann VIVO (1.0 und 2.0) Videos abspielen. Der beste Codec für |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
187 1.0-Dateien ist FFmpegs H263 Dekoder, du kannst ihn mit der <CODE>-vc ffh263</CODE> |
5541 | 188 Option aufrufen (standard) (benötigt die neuesten libavcodecs). Für 2.0-Dateien verwende |
3213 | 189 die <CODE>ivvideo.dll</CODE> DLL-Datei (von <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll"> |
190 hier</A>) und installiere sie unter <CODE>/usr/lib/win32</CODE> oder wo du deine Win32 Codecs speicherst. | |
6277 | 191 Der letztgenannte Codec unterstützt weder YV12 noch YUY2, nur BGR-Modus, |
192 was die Ausgabe auf X11 und OpenGL beschränkt. ffh263 wird in Zukunft | |
5541 | 193 hoffentlich VIVO 2.0 unterstützen.</P> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
194 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
195 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
196 <P><B><A NAME=2.2.1.5>2.2.1.5. MPEG 1/2 Video</A></B></P> |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
197 |
5541 | 198 <P>MPEG1 und MPEG2 werden von der eingebauten multiplatform Bibliothek <B>libmpeg2</B> decodiert, |
199 deren Source in <B>MPlayer</B> enthalten ist. | |
5185 | 200 Wir spielen fehlerhafte MPEG1/2 Videos durch das Abfangen des sig11 (segmentation fault) |
201 und die anschliessend schnelle neue Initialisierung des Codecs. Dadurch kann exakt an der | |
5541 | 202 Stelle des Fehlers fortgefahren werden. Es ist dabei kein Geschwindigkeitsverlust messbar.</P> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
203 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
204 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
205 <P><B><A NAME=2.2.1.6>2.2.1.6. MS Video 1</A></B></P> |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
206 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
207 <P>Dies ist dein sehr alter und sehr schlechter Codec von Microsoft. In der Vergangenheit |
5541 | 208 wurde es mit dem <CODE>msvidc32.dll</CODE> Win32-Codec decodiert, aber nun haben wir eine |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
209 Open-Source-Codec (von <A HREF="mailto:melanson@pcisys.net">Mike Melanson</A>) eingebaut.</P> |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
210 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
211 |
6277 | 212 <P><B><A NAME=2.2.1.7>2.2.1.7. Cinepak CVID</A></B></P> |
3167 | 213 |
5541 | 214 <P><B>MPlayer</B> verwendet normalerweise einen eigenen, Open-Source, multiplatformfähigen |
215 Cinepak-Decoder. Er unterstützt YUV Ausgabe, dies ermöglicht Hardwarescaling, wenn dies vom | |
216 Videoausgabetreiber unterstützt wird.</P> | |
217 | |
3167 | 218 |
6277 | 219 <P><B><A NAME=2.2.1.8>2.2.1.8. RealVideo</A></B></P> |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
220 |
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
|
221 <P><B>MPlayer</B> unterstützt die Dekodierung aller Versionen von RealVideo:</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
|
222 |
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
|
223 <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
|
224 <LI>RealVideo 1.0 (fourcc RV10) - En/Dekodierung durch <B>libavcodec</B> unterstützt</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
|
225 <LI>RealVideo 2.0 (fourcc RV20) - Dekodierung durch <B>RealPlayer Libraries</B> unterstützt</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
|
226 <LI>RealVideo 3.0 (fourcc RV30) - Dekodierung durch <B>RealPlayer Libraries</B> unterstützt</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
|
227 </UL> |
6398 | 228 |
229 <P>Wie die RealPlayer Libraries installiert werden können, wird in der Sektion | |
230 <A HREF="formats.html#2.1.1.7">RealMedia Dateiformat</A> behandelt.</P> | |
231 | |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
232 |
6277 | 233 <P><B><A NAME=2.2.1.9>2.2.1.9. XViD</A></B></P> |
5024 | 234 |
5541 | 235 <P><B>XViD</B> ist eine weitere Entwicklung von der OpenDivX-Gruppe |
236 (deren erste Entwicklung war DivX4).</P> | |
5024 | 237 |
5541 | 238 <P><B>Vorteile:</B></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
|
239 |
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
|
240 <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
|
241 <LI>Open Source</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
|
242 <LI>Die API ist kompatibel mit DivX4, so dass es leicht ist Unterstützung dafür einzubauen.</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
|
243 <LI>2-Pass Encodierungs-Unterstützung</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
|
244 <LI>gute Encodierungsqualität, höhere Geschwindigkeit als DivX4 (man kann es, während dem |
5024 | 245 Kompilieren, spezifisch für den jeweiligen Rechner 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
|
246 </UL> |
5024 | 247 |
5541 | 248 <P><B>Nachteile:</B></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
|
249 |
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
|
250 <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
|
251 <LI>Es <B>decodiert</B> momentan nicht alle DivX/DivX4-Dateien sauber |
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
|
252 (kein Problem, da man sie ja immer noch mit der libavcodec abspielen kann)</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
|
253 <LI>Man muss sich beim Kompilieren für die DivX4 <B>ODER</B> |
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
|
254 XViD Unterstützung entscheiden.</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
|
255 <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
|
256 </UL> |
5024 | 257 |
5541 | 258 <P><B>Installation:</B> Es ist momentan nur als CVS erhältlich. Hier sind die |
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
|
259 Download- und Installations-Anweisungen:</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
|
260 |
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
|
261 <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
|
262 <LI><CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</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
|
263 <LI><CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co xvidcore</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
|
264 <LI><CODE>cd xvidcore/build/generic</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
|
265 <LI>bearbeite <CODE>Makefile.linux</CODE> deinen Bedürfnissen entsprechend</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
|
266 <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
|
267 <LI>Nimm die <CODE>encore2.h</CODE> und <CODE>decore.h</CODE> vom |
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
|
268 Divx4linux-Paket und kopiere diese nach <CODE>/usr/local/include/</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
|
269 <LI>kompiliere <B>MPlayer</B> neu mit <CODE>--with-xvidcore=/pfad/zu/libcore.a</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
|
270 </OL> |
5024 | 271 |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
272 |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
273 <P><B><A NAME=2.2.2>2.2.2. Audiocodecs</A></B></P> |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
274 |
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
|
275 <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
|
276 |
3295 | 277 <UL> |
5541 | 278 <LI>MPEG layer 2 und layer 3 (MP3) Audio (<B>eingebauter</B> Code, mit MMX/SSE/3DNow! Optimierungen)</LI> |
279 <LI>MPEG layer 1 Audio (<B>eingebauter</B> Code, mit libavcodec)</LI> | |
280 <LI>AC3 Dolby Audio (<B>eingebauter</B> Code, mit MMX/SSE/3DNow! Optimierungen)</LI> | |
281 <LI>Ogg Vorbis Audiocodec (<B>eingebaute</B> Bibliothek)</LI> | |
282 <LI>Voxware Audio (Verwendung der DirectShow DLL)</LI> | |
283 <LI>alaw, MSGSM, PCM und andere einfache, alte Audioformate</LI> | |
284 <LI>VIVO Audio (G723, Vivo Siren)</LI> | |
285 <LI>RealAudio: DNET (AC3 mit tiefer Bitrate)</LI> | |
286 </UL> | |
3295 | 287 |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
288 |
5541 | 289 <P><B><A NAME=2.2.2.1>2.2.2.1. Software AC3 Decodierung</A></B></P> |
3295 | 290 |
291 <P>Dieser ist der standardgemäße Dekoder für Dateien mit AC3-Audio.</P> | |
292 | |
5541 | 293 <P>Der AC3 Dekoder kann die Audio-Ausgabe für 2, 4 oder 6 Lautsprecher erzeugen. |
294 Wenn er für 6 Lautsprecher konfigieriert ist unterstützt dieser Dekoder | |
295 unterschiedliche Ausgabe für alle AC3-Kanäl an den Soundtreiber. Dabei | |
3295 | 296 erlaubt es die vollständige "surround Sound" Erfahrung ohne einen externen |
297 AC3 Dekoder und ohne Verwendung des hwac3-Codes.</P> | |
298 | |
299 <P>Verwende die <CODE>-channels</CODE> Option um die Anzahl der Aufgabekanäle zu wählen. | |
300 Verwende <CODE>-channels 2</CODE> für Downmix auf Stereo. Für Downmix auf 4 Kanäle (links vorne, | |
301 rechts vorne, links Surround und rechts Surround) verwende <CODE>-channels 4</CODE>. | |
5541 | 302 In diesem Fall werden alle Center-Känale gleich den Front-Kanälen sein. <CODE>-channels 6</CODE> gibt alle |
303 AC3-Kanäle wie Aufgezeichnet aus - in der Reihenfolge links, rechts, | |
304 links Surround, rechts Surround, Center und LFE.</P> | |
3295 | 305 |
306 <P>Die Standardanzahl der Ausgabekanäle ist 2.</P> | |
307 | |
5541 | 308 <P>Um mehr als 2 Kanäle zu verwenden musst du OSS verwenden und eine Soundkarte |
309 besitzen, die die Anzahl der Ausgabekanäle via SNDCTL_DSP_CHANNELS ioctl unterstützt. | |
310 Ein Beispiel eines passenden Treibers ist emu10k1 (verwendet bei SB Live! Karten) | |
311 vom August 2001 oder neuer (ALSA CVS sollte auch funktionieren).</P> | |
3295 | 312 |
313 | |
5541 | 314 <P><B><A NAME=2.2.2.2>2.2.2.2. Hardware AC3 Decodierung</A></B></P> |
1896 | 315 |
5541 | 316 <P>Man braucht eine AC3-fähige Soundkarte mit Digital-Out (SP/DIF). Der |
317 Treiber muss das AFMT_AC3 Format richtig unterstützen (wie C-Media). | |
318 Der AC3-Decoder sollte mit dem SP/DIF Ausgang verbunden werden und die Option | |
319 <CODE>-ac hwac3</CODE> verwendet werden. Es ist experimentell, sollte aber mit | |
320 C-Media Karten und SB Live! + ALSA (nicht OSS) Treiber funktionieren.</P> | |
1896 | 321 |
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
|
322 |
3295 | 323 <P><B><A NAME=2.2.2.3>2.2.2.3. libmad Unterstützung</A></B></P> |
324 | |
325 <P><A HREF="http://mad.sourceforge.net">libmad</A> ist eine multiplatform Bibliothek für | |
5541 | 326 die Decodierung von MPEG-Audio. Sie verarbeitet kaputte Dateien nicht so gut und |
327 hat teilweise Probleme mit dem Suchen</P> | |
5185 | 328 |
3295 | 329 <P>Um die Unterstützung zu aktivieren, verwende configure mit der Option <CODE>--enable-mad</CODE>.</P> |
330 | |
331 | |
332 <P><B><A NAME=2.2.2.4>2.2.2.4. VIVO Audio</A></B></P> | |
333 | |
334 <P>Der verwendete Audiocodec in VIVO-Dateien hängt davon ab, ob es eine VIVO/1.0 oder VIVO/2.0 Datei ist. | |
5541 | 335 VIVO/1.0 Dateien verwenden <B>g.723</B> Audio und VIVO/2.0 Dateien <B>Vivo Siren</B> Audio. |
336 Beide werden unterstützt. Man kann dazu g.723/Siren Win32 DLL von | |
3568 | 337 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">hier</A> |
5541 | 338 herunterladen und dann in in das <CODE>/usr/lib/win32</CODE> Verzeichnis |
3295 | 339 kopieren.</P> |
340 | |
1896 | 341 |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
342 <P><B><A NAME=2.2.2.5>2.2.2.5. RealAudio</A></B></P> |
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
343 |
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
|
344 <P><B>MPlayer</B> unterstützt die Dekodierung aller RealAudio Versionen:</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
|
345 |
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
|
346 <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
|
347 <LI>RealAudio DNET - Dekodierung durch <B>libavcodec</B></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
|
348 <LI>RealAudio Cook - Dekodierung durch <B>RealPlayer Libraries</B></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
|
349 <LI>RealAudio Sipro - Dekodierung durch <B>RealPlayer Libraries</B></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
|
350 </UL> |
6398 | 351 |
352 <P>Wie die RealPlayer Libraries installiert werden können, wird in der Sektion | |
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
|
353 <A HREF="formats.html#2.1.1.7">RealMedia Dateiformat</A> behandelt.</P> |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
354 |
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
355 |
5541 | 356 <P><B><A NAME=2.2.3>2.2.3. Win32 Codec-Importierungs HOWTO</A></B></P> |
1896 | 357 |
5024 | 358 <P><B><A NAME=2.2.3.1>2.2.3.1. VFW Codecs</A></B></P> |
1896 | 359 |
5541 | 360 <P>VFW (Video für Windows) ist die alte Video-Schnittstelle für Windows. |
361 Deie Codecs haben die Erweiterung .DLL oder (eher selten) .DRV. | |
362 Wenn <B>MPlayer</B> mit folgender Meldung fehlschlägt, ein AVI abzuspielen:</P> | |
1896 | 363 |
364 <P> <CODE>UNKNOWN video codec: HFYU (0x55594648)</CODE></P> | |
365 | |
5541 | 366 <P>...bedeutet es, dass das AVI mit einem Codec erstellt wurde, der den fourcc |
367 HFYU besitzt (HFYU = HuffYUV Codec, DIV3 = DivX Low Motion, usw...). Jetzt, wo es | |
368 bekannt ist, muss herausgefunden werden, welche DLL Windows lädt, um diese Datei | |
369 abzuspielen. In diesem Fall enthält die <CODE>System.ini</CODE> diese Information | |
370 in solch einer Zeile:</P> | |
1896 | 371 |
372 <P> <CODE>VIDC.HFYU=huffyuv.dll</CODE></P> | |
373 | |
5541 | 374 <P>Also braucht man die Datei huffyuv.dll. Hinweis: die Audio-Codecs werden durch |
375 das MSACM-Prefix angegeben:</P> | |
1896 | 376 |
377 <P> <CODE>msacm.l3acm=L3codeca.acm</CODE></P> | |
378 | |
2224 | 379 <P>Dies ist ein MP3 Codec. |
5541 | 380 Da nun alle nötigen Informationen vorhanden sind (fourcc, Codec-Datei, Beispiel AVI), |
381 sollte die Codec-Unterstützungs Anfrage durch ein Mail vorgelegt und die Dateien | |
382 auf folgende FTP-Seite geladen werden:</P> | |
1896 | 383 |
384 <P> <CODE>ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</CODE></P> | |
385 | |
386 | |
5024 | 387 <P><B><A NAME=2.2.3.2>2.2.3.2. DirectShow Codecs</A></B></P> |
1896 | 388 |
389 <P>DirectShow ist die neuere Video-Programmierschnittstelle, welche noch | |
5541 | 390 schlimmer als ihr Vorgänger ist. Es ist schwieriger mit DirectShow, denn</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
|
391 |
1896 | 392 <UL> |
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
|
393 <LI>die <CODE>system.ini</CODE> enthält nicht die Informationen die man braucht, stattdessen |
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
|
394 sind diese in der Registrierungsdatenbank gespeichert und <LI>man braucht die GUID des Codecs.</LI> |
5541 | 395 </UL> |
1896 | 396 |
6324 | 397 <P>Atme tief durch und beginne mit dem Durchsuchen der Registrierung...</P> |
1896 | 398 |
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
|
399 <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
|
400 <LI>Starte <CODE>regedit</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
|
401 <LI>Drücke <CODE>Strg-f</CODE>, deaktiviere die ersten beiden Auswahlfelder und |
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
|
402 aktiviere das Dritte. Nun gib den fourcc des Codecs ein (z.B.: TM20).</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
|
403 <LI>Du solltest ein Feld sehen, welches den Pfad und Dateinamen enthält |
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
|
404 (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
|
405 <LI>Jetzt da man die Datei hat, braucht man die GUID. Versuche erneut zu |
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
|
406 suchen, aber nun nach dem Codec-Namen, nicht nach der fourcc. Der Codec-Name |
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
|
407 kann bei der Wiedergabe mit dem Windows Media Player herausgefunden werden, |
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
|
408 indem man unter Datei->Eigenschaften->Erweitert nachschaut. |
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
|
409 Falls dies nichts bringt, hast du Pech. Versuche zu raten (suche z.B. nach: |
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
|
410 TrueMotion).</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
|
411 <LI>Wenn die GUID gefunden wurde, sollte ein FriendlyName- und ein CLSID-Feld |
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
|
412 auftauchen. Schreibe 16 Byte der CLSID auf, dies ist die von uns benötigte GUID.</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
|
413 </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
|
414 |
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
|
415 <P>HINWEIS: Wenn die Suche fehlschlägt, versuche alle Auswahlfelder zu aktivieren... |
5541 | 416 du hast möglicherweise falsche Ergebnisse, aber vielleicht hast du auch Glück...</P> |
1896 | 417 |
5541 | 418 <P>Da nun alle nötigen Informationen vorhanden sind (fourcc, GUID, Codec-Datei, |
419 Beispiel AVI), sollte die Codec-Unterstützungs Anfrage durch ein Mail vorgelegt | |
420 und die Dateien auf folgende FTP-Seite geladen werden:</P> | |
421 | |
422 <P> <CODE>ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</CODE></P> | |
1896 | 423 |
424 </BODY> | |
425 </HTML> |