Mercurial > mplayer.hg
annotate DOCS/German/codecs.html @ 9235:45efbe27a874
huh.
author | arpi |
---|---|
date | Mon, 03 Feb 2003 00:47:21 +0000 |
parents | 9787abc8039e |
children | 6e3501a1233b |
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> |
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
|
6 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> |
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 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
12 <H2><A NAME="codecs">2.2. Unterstützte Codecs</A></H2> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
13 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
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 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
18 für die komplette, täglich generierte Liste.</P> |
1896 | 19 |
5541 | 20 <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
|
21 |
1896 | 22 <UL> |
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
|
23 <LI>MPEG1 (VCD) und MPEG2 (DVD) Video</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
24 <LI>eingebauter Dekoder für DivX ;-), OpenDivX, DivX4, DivX5, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
25 M$ MPEG4 v1, v2 und andere MPEG4-Varianten</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
26 <LI>eingebauter Decoder für Windows Media Video 7 (WMV1) und |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
27 Win32-DLL-Decoder für Windows Media Video 8 (WMV2). Beide werden in |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
28 .wmv-Dateien verwendet</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
29 <LI><B>eingebauter Sorenson 1 (SVQ1) Decoder</B></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
30 <LI><B>Win32/QT Sorenson 3 (SVQ3) Decoder</B></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
31 <LI>3ivx-Decoder</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
32 <LI>Cinepak und Intel Indeo Codecs (3.1, 3.2, 4.1, 5.0)</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
|
33 <LI>MJPEG, AVID, VCR2, ASV2 und andere Hardwareformate</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
34 <LI>VIVO 1.0, 2.0, I263 und andere h263(+)-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
|
35 <LI>FLI/FLC</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
36 <LI>RealVideo 1.0 von libavcodec und RealVideo 2.0, 3.0 und 4.0 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
37 durch die RealPlayer-Libraries</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
38 <LI>eingebauter Decoder für HuffYUV</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
39 <LI>Verschiedene alte, einfache RLE-ähnliche Formate</LI> |
5541 | 40 </UL> |
1896 | 41 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
42 <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
|
43 unterstützt ist, dann lies <A HREF="#importing">Win32 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
44 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
|
45 hinzuzufügen.</P> |
1896 | 46 |
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
|
47 |
7079 | 48 <H4><A NAME="divx">2.2.1.1. DivX4/DivX5</A></H4> |
1896 | 49 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
50 <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
|
51 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
|
52 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
|
53 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
|
54 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
|
55 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
|
56 wir unseren eigenen für alle Dateitypen.</P> |
1896 | 57 |
5541 | 58 <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
|
59 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
|
60 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
|
61 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
|
62 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
|
63 Encodieren verwenden. Ein Nachteil diese Codecs ist, dass er zurzeit |
8956 | 64 nicht unter einer OpenSource-Lizenz verfügbar ist.</P> |
1896 | 65 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
66 <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
|
67 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
|
68 wurde es nicht korrekt installiert oder konfiguriert.</P> |
5541 | 69 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
70 <P>DivX4Linux arbeitet in zwei verschiedenen Modi:</P> |
5541 | 71 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
72 <DL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
73 <DT><CODE>-vc odivx</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
74 <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
|
75 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
|
76 MPlayer nimmt die Farbraumkonvertierung mittels libvo vor |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
77 (<B>schneller und empfohlener Modus!</B>).</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
78 <DT><CODE>-vc divx4</CODE></DT> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
79 <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
|
80 du auch YUY2/UYVY benutzen (<B>LANGSAM</B>).</DD> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
81 </DL> |
5541 | 82 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
83 <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
|
84 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
|
85 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
|
86 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
|
87 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
|
88 Farbtiefe ab.</P> |
5541 | 89 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
90 <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
|
91 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
|
92 schnellste Lösung.</P> |
5541 | 93 |
8956 | 94 <P>Der codec kann von <A HREF="http://avifile.sourceforge.net">avifile</A> |
95 heruntergeladen werden. Entpacke ihn, starte <CODE>./install.sh</CODE> als | |
96 root, und vergiss nicht, <CODE>/usr/local/lib</CODE> deiner | |
97 <CODE>/etc/ld.so.conf</CODE> hinzuzufügen und <CODE>ldconfig</CODE> | |
98 aufzurufen.</P> | |
99 | |
100 <P>Besorge dir die CVS-Version der Kernbibliothek wie folgt:</P> | |
101 | |
102 <OL> | |
103 <LI><CODE>cvs -d:pserver:anonymous@cvs.projectmayo.com:/cvsroot | |
104 login</CODE></LI> | |
105 <LI><CODE>cvs -d:pserver:anonymous@cvs.projectmayo.com:/cvsroot co | |
106 divxcore</CODE></LI> | |
107 <LI>Diese Kernbibliothek inst in eine Dekodierbibliothek und eine | |
108 Enkodierbibliothek aufgeteilt, sie separat compiliert werden müssen. | |
109 Bei der Dekodierbibliothek gibst du einfach folgendes ein: | |
110 <PRE> | |
111 cd divxcore/decore/build/linux | |
112 make | |
113 cp libdivxdecore.so /usr/local/lib | |
114 ln -s /usr/local/lib/libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 | |
115 cp ../../src/decore.h /usr/local/include | |
116 </PRE> | |
117 </LI> | |
118 <LI>Für die Enkodierbibliothek gibt es leider kein Linux-Makefile, | |
119 und der MMX-optimierte Code funktioniert auch nur unter Windows. Du kannst | |
120 die Bibliothek aber trotzdem compilieren, wenn du dieses | |
121 <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/contrib/divx-mf/Makefile"> | |
122 Makefile</A> benutzt: | |
123 <PRE> | |
124 cd ../../../encore/build | |
125 mkdir linux | |
126 cd linux | |
127 cp path/Makefile . | |
128 make | |
129 cp libdivxencore.so /usr/local/lib | |
130 ln -s /usr/local/lib/libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 | |
131 cp ../../src/encore.h /usr/local/include | |
132 </PRE> | |
133 </LI> | |
134 </OL> | |
135 | |
136 <P>MPlayer findet DivX4/DivX5 automatisch, sofern es richtig installiert | |
137 wurde. Compiliere also einfach wie sonst auch. Wenn <CODE>configure</CODE> | |
138 die Bibliothek nicht findet, dann hast du DivX4/5 einfach nicht richtig | |
139 installiert.</P> | |
140 | |
6031
63f08ed66948
updated to english version (except documentation.html and manpages)
jonas
parents:
5541
diff
changeset
|
141 |
7079 | 142 <H4><A NAME="libavcodec">2.2.1.2. FFmpeg's DivX/libavcodec</A></H4> |
5541 | 143 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
144 <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
|
145 ein <B>Open-Source</B>-Codec-Paket, das fähig ist, mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
146 H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1 codiertes Video und mit WMA |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
147 (Windows Media Audio) codiertes Audio zu decodieren. Man kann nicht nur einige |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
148 dieser Codecs zum Encodieren benutzen, sondern die Geschwindigkeit ist sogar um |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
149 einiges häher als die der Win32-Codecs oder der ProjectMayo |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
150 DivX4/5-Bibliothek!</P> |
5541 | 151 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
152 <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
|
153 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
|
154 weiterer sehr interessanter Deocder ist der für WMA.</P> |
1896 | 155 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
156 <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
|
157 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
|
158 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
|
159 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
|
160 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
|
161 zusammen läuft. Um dies zu erreichen gibst du folgendes ein:</P> |
5541 | 162 |
6241 | 163 <OL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
164 <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
|
165 login</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
166 <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
|
167 co ffmpeg</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
168 <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
|
169 Hauptverzeichnis des MPlayer CVS-Baums verschoben/kopiert werden. |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
170 Es sollte etwa so aussehen: |
5541 | 171 <P> <CODE>main/libavcodec</CODE></P> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
172 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
|
173 kopiert/verschoben werden!</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
174 <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
|
175 Compilierung erkennen.</LI> |
6241 | 176 </OL> |
177 | |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
178 <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
|
179 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
|
180 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
|
181 FFmpeg besorgen.</P> |
5541 | 182 |
183 <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
|
184 Auflösung auf meinem K6/2 500 ohne Framedrops betrachten.</P> |
5446 | 185 |
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
|
186 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
187 <H4><A NAME="xanim">2.2.1.3. XAnim-Codecs</A></H4> |
1896 | 188 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
189 <P>Vorwort:<BR> Es ist darauf hinzuweisen, dass die XAnim-Binary-Codecs mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
190 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
|
191 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
|
192 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
|
193 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
|
194 wegen Codec bezogenen Fragen unternommen.</P> |
1896 | 195 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
196 <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
|
197 diese zu aktivieren, solltest folgenden Anweisungen folgen:</P> |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
198 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
199 <OL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
200 <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
|
201 <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
|
202 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
|
203 <A HREF="http://www.3ivx.com">3ivx-Seite</A> heruntergeladen werden.</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
204 <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
|
205 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
|
206 <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
|
207 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
|
208 Umgebungsvariable <I>XANIM_MOD_DIR</I> auf den Verzeichnisnamen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
209 der XAnim-Codecs setzen.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
210 <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
|
211 löschst, sodass die Dateinamen etwa so aussehen: |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
212 <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
|
213 <CODE>vid_iv50.xa</CODE>.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
214 </OL> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
215 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
216 <P>XAnim ist die Videocodec-Familie Nummer 10. Du kannst also die |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
217 <CODE>-vfm 10</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
|
218 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
|
219 |
5541 | 220 <P>Die getesteten Codecs beinhalten: <B>Indeo 3.2</B>, <B>4.1</B>, <B>5.0</B>, |
221 <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
|
222 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
223 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
224 <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
|
225 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
226 <P>MPlayer kann VIVO (1.0 und 2.0) Videos abspielen. Der beste geeignete |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
227 Codec für 1.0-Dateien ist FFmpegs H263-Decoder. Du kannst ihn mit der |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
228 <CODE>-vc ffh263</CODE>-Option aufrufen (standard) (benötigt die neuesten |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
229 libavcodecs). Für 2.0-Dateien verwende die <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
230 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll"> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
231 ivvideo.dll</A> Win32-DLL und installiere sie unter <CODE>/usr/lib/win32</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
232 oder wo auch immer du deine Win32-Codecs speicherst.</P> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
233 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
234 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
235 <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
|
236 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
237 <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
|
238 <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
|
239 spielen fehlerhafte MPEG1/2-Videos durch das Abfangen des sig11 (segmentation |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
240 fault) und die anschliessend schnelle neue Initialisierung des Codecs ab. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
241 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
|
242 kein Geschwindigkeitsverlust messbar.</P> |
3124
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
243 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
244 |
7079 | 245 <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
|
246 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
247 <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
|
248 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
|
249 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
|
250 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
|
251 |
ab7ce23a187d
i've to update the audio codes, video codecs are ready
jaf
parents:
3123
diff
changeset
|
252 |
7079 | 253 <H4><A NAME="cinepak">2.2.1.7. Cinepak CVID</A></H4> |
3167 | 254 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
255 <P>MPlayer verwendet normalerweise seinen eigenen, Open-Source |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
256 multiplatformfähigen Cinepak-Decoder. Er unterstützt YUV-Ausgabe, |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
257 was Hardwarescaling ermöglicht, wenn dies vom Videoausgabetreiber |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
258 unterstützt wird.</P> |
5541 | 259 |
3167 | 260 |
7079 | 261 <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
|
262 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
263 <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
|
264 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
|
265 |
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 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
267 <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
|
268 unterstützt</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
269 <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
|
270 <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
|
271 </UL> |
6398 | 272 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
273 <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
|
274 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
|
275 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
|
276 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
|
277 Vollinstallation finden. Falls nicht, kannst du <CODE>configure</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
278 ü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
|
279 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
|
280 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
281 <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
|
282 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
|
283 </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
|
284 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
285 <P><B>Hinweis2:</B> Wir können die RealPlayer-Bibliotheken nicht zum |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
286 Download zur Verfügung stellen oder sie mit MPlayer vertreiben, da |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
287 die Lizenz es nicht erlaubt. Du musst sie selbst runterladen.</P> |
6398 | 288 |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
289 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
290 <H4><A NAME="xvid">2.2.1.9. XviD</A></H4> |
5024 | 291 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
292 <P><B>XviD</B> ist eine abgespaltene Entwicklung des OpenDivX-Codecs. Es |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
293 geschah, als ProjectMayo OpenDivX in das ClosedSource-Projekt DivX4 (jetzt |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
294 DivX5) änderte, woraufhin die Leute, die an OpenDivX aber nicht beim |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
295 ProjectMayo arbeiteten, sauer wurden und XviD starteten. Beide Projekte haben |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
296 also den selben Urpsrung.</P> |
5024 | 297 |
7079 | 298 <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
|
299 |
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
|
300 <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
|
301 <LI>Open Source</LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
302 <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
|
303 Unterstützung dafür einzubauen.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
304 <LI>2-Pass Encodierungs-Unterstützung</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
305 <LI>gute Encodierungsqualität, höhere Geschwindigkeit als DivX4 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
306 (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
|
307 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
|
308 </UL> |
5024 | 309 |
7079 | 310 <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
|
311 |
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
|
312 <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
|
313 <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
|
314 (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
|
315 </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
316 <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
|
317 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
|
318 <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
|
319 </UL> |
5024 | 320 |
7079 | 321 <H4>Installation:</H4> |
322 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
323 <P>Es ist momentan nur als CVS erhältlich. Hier sind die |
7079 | 324 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
|
325 |
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 <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
|
327 <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
|
328 <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
|
329 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
|
330 <LI><CODE>cd xvidcore/build/generic</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
331 <LI>ändere <CODE>Makefile.linux</CODE> deinen Bedürfnissen |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
332 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
|
333 <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
|
334 <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
|
335 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
|
336 </LI> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
337 <LI>compiliere MPlayer neu mit |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
338 <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
|
339 </OL> |
5024 | 340 |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
341 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
342 <H4><A NAME="sorenson">2.2.1.10. Sorenson</A></H4> |
6680 | 343 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
344 <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
|
345 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
|
346 decodieren, die mit einer der folgenden Sorenson-Versionen erstellt wurden:</P> |
6680 | 347 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
348 <UL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
349 <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
|
350 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
|
351 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
|
352 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
|
353 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
|
354 benutzen. Manche Dateien funktionieren eventuell nur mit einem der beiden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
355 Decoder. Probier als bei problematischen Dateien beide Decoder aus.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
356 <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
|
357 <B>Win32-QuickTime-Bibliotheken</B></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
358 </UL> |
6680 | 359 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
360 <H4>Compilierung von MPlayer mit Support für die |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
361 QuickTime-Bibliotheken</H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
362 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
363 <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
|
364 unterstützt. </P> |
6680 | 365 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
366 <OL> |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
367 <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
|
368 <LI>Compiliere MPlayer mit:<BR> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
369 <CODE>$ ./configure --enable-qtx-codecs</CODE></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
370 <LI>Lade dir das QuickTime-DLL-Paket von |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
371 <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
|
372 herunter.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
373 <LI>Entapcke die QuickTime-DLLs in dein Win32-Codec-Verzeichnis, das |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
374 standardmäßig <CODE>/usr/lib/win32</CODE> ist.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
375 </OL> |
7079 | 376 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
377 s |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
378 <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
|
379 |
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
|
380 <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
|
381 |
3295 | 382 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
383 <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
|
384 MMX/SSE/3DNow!-Optimierungen)</LI> |
5541 | 385 <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
|
386 <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
|
387 <LI>AC3 Dolby Audio (<B>eingebauter</B> Code, mit |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
388 MMX/SSE/3DNow!-Optimierungen)</LI> |
5541 | 389 <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
|
390 <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
|
391 <LI>QuickTime: Qualcomm und QDesign Audiocodecs</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
392 <LI>VIVO Audio (G723, Vivo Siren)</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
393 <LI>Voxware Audio (Verwendung der DirectShow-DLL)</LI> |
5541 | 394 <LI>alaw, MSGSM, PCM und andere einfache, alte Audioformate</LI> |
395 </UL> | |
3295 | 396 |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
397 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
398 <H4><A NAME="software_ac3">2.2.2.1. AC3-Decodierung in Software</A></H4> |
3295 | 399 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
400 <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
|
401 AC3-Audio.</P> |
3295 | 402 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
403 <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
|
404 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
|
405 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
|
406 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
|
407 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
|
408 ist.</P> |
3295 | 409 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
410 <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
|
411 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
|
412 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
|
413 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
|
414 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
|
415 Frontkanälen beigemischt. <CODE>-channels 6</CODE> gibt alle |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
416 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
|
417 links Surround, rechts Surround, Center und LFE aus.</P> |
3295 | 418 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
419 <P>Die Standardanzahl der Ausgabekanäle ist 2.</P> |
3295 | 420 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
421 <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
|
422 Soundkarte besitzen, die die Anzahl der Ausgabekanäle via |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
423 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
|
424 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
|
425 (ALSA CVS sollte auch funktionieren).</P> |
3295 | 426 |
427 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
428 <H4><A NAME="hardware_ac3">2.2.2.2. AC3 Decodierung in Hardware</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
429 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
430 <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
|
431 (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
|
432 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
|
433 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
|
434 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
|
435 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
|
436 und mit den DXR3/Hollywood+-MPEG-Decoderkarten.</P> |
1896 | 437 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
438 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
439 <H4><A NAME="libmad">2.2.2.3. libmad-Unterstützung</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
440 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
441 <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
|
442 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
|
443 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
|
444 Suchen.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
445 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
446 <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
|
447 <CODE>--enable-mad</CODE>.</P> |
1896 | 448 |
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
|
449 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
450 <H4><A NAME="vivo_audio">2.2.2.4. VIVO-Audio</A></H4> |
3295 | 451 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
452 <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
|
453 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
|
454 <B>g.723</B>-Audio und VIVO/2.0-Dateien <B>Vivo-Siren</B>-Audio. Beide werden |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
455 unterstützt. Du kannst dafür die <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
456 HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">g.723/Siren</A>-Win32-DLL |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
457 von der MPlayer-Seite herunterladen und in in das |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
458 <CODE>/usr/lib/win32</CODE>-Verzeichnis kopieren.</P> |
3295 | 459 |
460 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
461 <H4><A NAME="realaudio">2.2.2.5. RealAudio</A></H4> |
3295 | 462 |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
463 <P>MPlayer unterstützt die Dekodierung fast aller |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
464 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
|
465 |
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
|
466 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
467 <LI>RealAudio DNET - Decodierung durch <B>liba52</B></LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
468 <LI>RealAudio Cook/Sipro/Atrac - Decodierung durch die |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
469 <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
|
470 </UL> |
6398 | 471 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
472 <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
|
473 <A HREF="#realvideo">RealVideo-Sektion</A> behandelt.</P> |
4522
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
474 |
a7baf6ad622a
some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents:
3710
diff
changeset
|
475 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
476 <H4><A NAME="qdesign">2.2.2.6 QDesign-Codecs</A></H4> |
1896 | 477 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
478 <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
|
479 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
|
480 QuickTime-Bibliotheken decodiert werden. Schau in der <A |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
481 HREF="#sorenson">Sorenson-Video-Codec-Sektion</A> für |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
482 Installationsanweisungen nach.</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
483 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
484 <H4><A NAME="qclp">2.2.2.7 Qualcomm-Codec</A></H4> |
1896 | 485 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
486 <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
|
487 Sie können mit den Quicktime-Bibliotheken decidiert werden. |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
488 Installationsanweisungen findest du in der Sektion über den |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
489 <A HREF="#sorenson">Sorenson Videocodec</A>.</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 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
492 <H3><A NAME="importing">2.2.3. Win32 Codec-Importierungs-HOWTO</A></H3> |
1896 | 493 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
494 <H4><A NAME="importing_vfw">2.2.3.1. VfW-Codecs</A></H4> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
495 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
496 <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
|
497 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
|
498 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
|
499 abzuspielen:</P> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
500 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
501 <P> <CODE>UNKNOWN video codec: HFYU (0x55594648)</CODE> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
502 </P> |
1896 | 503 |
5541 | 504 <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
|
505 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
|
506 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
|
507 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
|
508 Information in solch einer Zeile:</P> |
1896 | 509 |
510 <P> <CODE>VIDC.HFYU=huffyuv.dll</CODE></P> | |
511 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
512 <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
|
513 durch das MSACM-Prefix angegeben:</P> |
1896 | 514 |
515 <P> <CODE>msacm.l3acm=L3codeca.acm</CODE></P> | |
516 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
517 <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
|
518 (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
|
519 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
|
520 hochladen:</P> |
1896 | 521 |
522 <P> <CODE>ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/</CODE></P> | |
523 | |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
524 <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
|
525 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
|
526 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
|
527 |
1896 | 528 |
7079 | 529 <H4><A NAME="importing_directshow">2.2.3.2. DirectShow Codecs</A></H4> |
1896 | 530 |
531 <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
|
532 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
|
533 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
|
534 |
1896 | 535 <UL> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
536 <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
|
537 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
|
538 <LI>man die GUID des Codecs braucht.</LI> |
5541 | 539 </UL> |
1896 | 540 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
541 <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
|
542 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
543 <OL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
544 <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
|
545 <A HREF="http://doom9.org">Doom9</A>.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
546 <LI>Starte <CODE>graphedit.exe</CODE>.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
547 <LI>Wähle im Menü "Graph -> Insert Filters".</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
548 <LI>Klappe <CODE>DirectShow Filters</CODE> auf.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
549 <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
|
550 </LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
551 <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
|
552 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
|
553 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
|
554 Punkten voneinander getrennt sind. Schreib diese GUID auf.</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
555 <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
|
556 </OL> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
557 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
558 <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
|
559 und der <CODE>DisplayName</CODE>-Eintrag etwas in der Art |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
560 <CODE>device:dmo</CODE> enthält, so handelt es sich um einen DMO-Codec, |
8846
e293d5eccd41
bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents:
8833
diff
changeset
|
561 der momentan nicht von MPlayer unterstützt wird.</P> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
562 |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
563 <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
|
564 Registry...</P> |
1896 | 565 |
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
|
566 <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
|
567 <LI>Starte <CODE>regedit</CODE></LI> |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
568 <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
|
569 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
|
570 (z.B.: TM20).</LI> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
571 <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
|
572 (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
|
573 <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
|
574 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
|
575 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
|
576 herausgefunden werden, indem man unter Datei -> Eigenschaften -> |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
577 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
|
578 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
|
579 <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
|
580 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
|
581 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
|
582 </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
|
583 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
584 <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
|
585 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
|
586 vielleicht hast du auch Glück...</P> |
1896 | 587 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
588 <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
|
589 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
|
590 bitten und die Dateien auf folgenden FTP-Server hochladen:</P> |
5541 | 591 |
8833
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
592 <P> <CODE>ftp://ftp.mplayerhq.hu/MPlayer/incoming/[codecname]/ |
e4c5ee3aa3e9
bunkus: Updated/newly translated German version of the docs
mosu
parents:
7079
diff
changeset
|
593 </CODE></P> |
1896 | 594 |
595 </BODY> | |
596 </HTML> |