annotate DOCS/de/formats.html @ 9797:86e080e9c31f

atm shmem.c is only needed for cache2
author faust3
date Wed, 02 Apr 2003 16:40:02 +0000
parents a604236b0dd6
children 35c8d3361404
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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">
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
2 <HTML>
4996
47c614b4434e updated to english version
jonas
parents: 4716
diff changeset
3
47c614b4434e updated to english version
jonas
parents: 4716
diff changeset
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>Formate - 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
47c614b4434e updated to english version
jonas
parents: 4716
diff changeset
8 </HEAD>
47c614b4434e updated to english version
jonas
parents: 4716
diff changeset
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>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
11
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
12 <H2><A NAME="formats">2.1 Unterst&uuml;tzte Formate</A></H2>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
13
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
14 <P>Es ist wichtig, einen h&auml;ufigen Fehler zu berichtigen. Wenn Leute eine
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
15 Datei mit <B>.AVI</B>-Erweiterung sehen denken sie sofort, dass es keine MPEG-
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
16 Datei ist. Das ist nicht wahr. Zumindest nicht vollst&auml;ndig. Im Gegensatz
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
17 zur verbreiteten Ansicht <B>kann</B> solche eine Datei MPEG1-Video
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
18 enthalten.</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
19
5446
jonas
parents: 5185
diff changeset
20 <P>Ein <B>Codec</B> ist nicht dasselbe wie ein <B>Dateiformat</B>.<BR>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
21 Beispiele f&uuml;r <B>Video-Codecs</B> sind: MPEG1, MPEG2, DivX, Indeo5,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
22 3ivx.<BR> Beispiele f&uuml;r <B>Dateiformate</B> sind: MPG, AVI, ASF.<BR></P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
23
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
24 <P>Theoretisch kannst du ein OpenDivX-Video und MP3-Audio in einer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
25 <B>.MPG</B>-Datei vereinigen. Die meisten Player k&ouml;nnten es jedoch nicht
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
26 abspielen, da sie MPEG1-Video und MP2-Audio erwarten (im Gegensatz zu
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
27 <B>AVI</B> besitzt <B>MPG</B> nicht die n&ouml;tigen Felder, die die Video-
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
28 und Audio-Streams beschreiben). Oder du k&ouml;nntest ein MPEG1-Video in ein
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
29 .AVI geben. <A HREF="http://ffmpeg.sourceforge.net">ffmpeg</A> und <A
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
30 HREF="encoding.html">MEncoder</A> k&ouml;nnen solche Dateien erzeugen.</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
31
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
32 <H3><A NAME="video_formats">2.1.1 Videoformate</A></H3>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
33
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
34 <H4><A NAME="mpeg">2.1.1.1 MPEG-Dateien</A></H4>
5446
jonas
parents: 5185
diff changeset
35
jonas
parents: 5185
diff changeset
36 <P>MPEG-Dateien kommen in unterschiedlichen Erscheinungen:</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
37
5446
jonas
parents: 5185
diff changeset
38 <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
39 <LI>MPG: Dies ist die <B>grundlegende</B> Form des MPEG Dateiformates. Es
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
40 enth&auml;lt MPEG1-Video und MP2-(MPEG-1 layer 2) oder selten MP1-
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
41 Audio.</LI>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
42 <LI>DAT: Dies ist dasselbe Format wie MPG mit einer unterschiedlichen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
43 Endung. Es wird auf <B>Video CD</B>s benutzt. Auf Grund der Tatsache, wie
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
44 VCDs erzeugt werden und wie Linux entworfen wurde, kann man die DAT-
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
45 Dateien einer VCD weder abspielen noch kopieren. Du musst die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
46 <CODE>-vcd</CODE>-Option zum Abspielen verwenden.</LI>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
47 <LI>VOB: VOB ist das MPEG Dateiformat bei <B>DVD</B>s. Es ist das gleiche
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
48 wie MPG mit zus&auml;tzlicher Unterst&uuml;tzung f&uuml;r Untertitel oder
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
49 nicht-MPEG-(AC3)-Audio. Es enth&auml;lt MPEG2-Video und normalerweise AC3-
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
50 Audio, aber auch DTS, MP2 und unkomprimierte LPCMs sind erlaubt.<BR>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
51 <B>Lies die <A HREF="cd-dvd.html#dvd">DVD-Sektion</A> !</B></LI>
5446
jonas
parents: 5185
diff changeset
52 </UL>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
53
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
54 <P>Serien von Frames bilden unabh&auml;ngige Gruppen in MPEG-Dateien. Das
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
55 bedeutet, dass du eine MPEG-Datei mit einem Standard-Dateitool (wie
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
56 <CODE>dd</CODE> oder <CODE>cut</CODE>) schneiden und zusammenf&uuml;gen kannst
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
57 und dieses trotzdem vollst&auml;ndig funktionsf&auml;hig bleibt.</P>
3298
13df10b5eb24 similar to 1.5, but AVI/ASF/QT/VIV not updated yes
jaf
parents: 2856
diff changeset
58
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
59 <P>Ein wichtiges Feature von MPGs ist, dass sie ein Feld besitzen, das das
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
60 Breiten-/H&ouml;henverh&auml;ltnis des Video-Streams angibt. SVCDs haben zum
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
61 Beispiel Video mit einer Aufl&ouml;sung von 480x480, und im Header ist dieses
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
62 Feld auf 4:3 gesetzt. Also wird es als 640x480 abgespielt. AVI-Dateien haben
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
63 diese Feld nicht, sodass diese w&auml;hrend des Encodierens skaliert werden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
64 m&uuml;ssen oder die Option <CODE>-aspect</CODE> bei der Wiedergabe verwendet
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
65 werden muss.</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
66
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
67
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
68 <H4><A NAME="avi">2.1.1.2 AVI-Dateien</A></H4>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
69
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
70 <P>AVI (Audio Video Interleaved) ist ein von Microsoft entworfenes und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
71 weitverbeitetes Multifunktionsformat, das zur Zeit haupts&auml;chlich f&uuml;r
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
72 DivX und DivX4 Videos verwendet wird. Es hat einige bekannte Nachteile, und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
73 ihm fehlen ein paar wichtige Features (zum Beispiel Streaming). Es
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
74 unterst&uuml;tzt einen Videostream und 0 bis 99 Audiostreams. Die Dateien
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
75 k&ouml;nnen bis zu 2 GB gro&szlig; sein. Es existiert eine Erweiterung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
76 f&uuml;r gr&ouml;&szlig;ere Dateien, genannt <B>OpenDMS</B>. Microsoft
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
77 t&auml;t von der Verwendung stark ab und propergiert ASF/WMV. Als ob das
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
78 irgendwen kratzen w&uuml;rde.</P>
5446
jonas
parents: 5185
diff changeset
79
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
80 <P>Es gibt einen Hack, der es AVI-Dateien erlaubt, Ogg Vorbis Audio-Streams zu
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
81 enthalten, sie aber auch inkompatibel zu Standard-AVIs macht. MPlayer
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
82 unterst&uuml;tzt die Wiedergabe solcher Dateien. Eine Spulfunktion ist auch
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
83 implementiert, jedoch wird diese start von schlecht konvertierten Dateien mit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
84 verwirrenden Headers gest&ouml;rt. Leider schreibt der einzige Encodierer, der
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
85 f&auml;hig ist, solche Dateien zu erzeugen (NanDub), solch problematischen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
86 Header.</P>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
87
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
88 <P><B>Hinweis:</B> DV-Kameras k&ouml;nnen Raw-DV-Streams erzeugen, welche von
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
89 DV-Aufnahmetools in zwei unterschiedliche Typen von AVI-Dateien konvertiert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
90 werden. Die AVI-Datei enth&auml;lt dabei entweder separate Audio- und
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
91 Video-Streams, die MPlayer wiedergeben kann, oder den
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
92 unver&auml;nderten DV-Stream. An dessen Unterst&uuml;tzung wird gerade
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
93 gearbeitet.</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
94
5446
jonas
parents: 5185
diff changeset
95 <P>Es gibt 2 Arten von AVI-Dateien:</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
96
3324
d73030303234 similar to 1.6, finished
jaf
parents: 3298
diff changeset
97 <UL>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
98 <LI><B>Interleaved:</B> Audio- und Video-Inhalt werden paketweise
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
99 ineinandergeschachtelt. Die ist &uuml;blich, wird empfohlen und auch meist
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
100 verwendet. Einige Tools erzeugen interleaved AVIs mit schlechtem Sync.
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
101 MPlayer erkennt diese als interleaved, was zum Verlust von A/V-Sync
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
102 f&uuml;hren kann (evtl. erst beim Vor-/Zur&uuml;ckspueln). Diese Dateien
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
103 sollten non-interleaved (mit der <CODE>-ni</CODE>-Option) abgespielt
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
104 werden.</LI>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
105 <LI><B>Non-interleaved:</B> Als erstes kommt der ganze Videostream, dann
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
106 dann der ganze Audiostream. Dies erfordert viel Suchen in der Datei, was
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
107 die Wiedergabe vom Netzwerk oder von CDROM schwierig macht.</LI>
3324
d73030303234 similar to 1.6, finished
jaf
parents: 3298
diff changeset
108 </UL>
d73030303234 similar to 1.6, finished
jaf
parents: 3298
diff changeset
109
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
110 <P>MPlayer unterst&uuml;tzt zwei Arten des timings f&uuml;r AVI-Dateien:</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
111
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
112 <UL>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
113 <LI><B>bps-basiert</B>: Diese Methode basiert auf der Bitrate/Samplerate
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
114 des Video-/Audio-Streams. Diese Methode wird von den meisten Playern
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
115 verwendet, inklusive <A HREF="http://avifile.sourceforge.net/">avifile</A>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
116 und Windows Media Player. Dateien mit kaputten Headern und Datein, welche
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
117 mit VBR-Audio aber nicht VBR-unterst&uuml;tzendem Encoder erstellt wurden,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
118 f&uuml;hren zu A/V-Desync mit dieser Methode (meistens beim Spulen).</LI>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
119 <LI><B>interleaving-basiert</B>: Diese Methode benutzt nicht mehr den Wert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
120 der Bitrate sondern die relative Position des Audio-Paketes zum aktuellen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
121 Video-Paket, was einige falsch codierte Dateien mit VBR-Audio
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
122 abspielbar macht.</LI>
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
123 </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
124
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
125 <P>Jeglicher Audio- und Video-Codec ist erlaubt. Aber bedenke, dass VBR-Audio
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
126 von den meisten Playern nicht gut unst&uuml;tzt wird. Das Dateiformat macht es
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
127 m&ouml;glich, VBR-Audio zu verwendenm, aber die meinsten Player erwarten CBR-
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
128 Audio, weswegen VBR-Audio nicht funktioniert. VBR ist ungew&ouml;hnlich, und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
129 Microsofts Spezifikation zu AVI beschreiben nur CBR-Audio. Bedenke auch, dass
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
130 die meisten AVI-Encoder/Multiplexer schlechte Dateien mit VBR-Audio erzeugen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
131 Es gibt nur zwei Ausnahmen: NanDub und <A
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
132 HREF="encoding.html">MEncoder</A>.</P>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
133
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
134 <H4><A NAME="asf">2.1.1.3 ASF/WMV-Dateien</A></H4>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
135
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
136 <P>ASF (Active Streaming Format) kommt von Microsoft. Sie habe zwei Arten von
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
137 ASF entwickelt, v1.0 und v2.0. v1.0 wird von ihren Media Tools (Windows Media
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
138 Player und Windows Media Encoder) verwendet und ist sehr geheim. v2.0 ist
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
139 ver&ouml;ffentlicht und patentiert :). Nat&uuml;rlich sind sie unterschiedlich
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
140 und besitzten &uuml;berhaupt keine Gemeinsamkeiten (es ist nur ein weiteres
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
141 Spiel mit den Gesetzen). MPlayer unterst&uuml;tzt nur v1.0, weil noch
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
142 niemand v2.0 Dateien gesehen hat :). Beachte, dass .ASF-Dateien heute auch mit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
143 der Extension .WMA oder .WMV vorkommen.</P>
3324
d73030303234 similar to 1.6, finished
jaf
parents: 3298
diff changeset
144
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
145
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
146 <H4><A NAME="mov">2.1.1.4 QuickTime/MOV-Dateien</A></H4>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
147
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
148 <P>Diese Formate sind von Apple designt und k&ouml;nnen jeden beliebigen Codec
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
149 enthalten, CBR oder VBR. Normalerweise haben sie die Endung .QT oder .MOV.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
150 Seitdem die MPEG4-Gruppe QuickTime als das empfohlene Dateiformat f&uuml;r
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
151 MPEG4 ausgew&auml;hlt hat, kommen ihre .MOV-Dateien mit den Endungen .MPG oder
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
152 .MP4. (Interessanterweise sind bei diesen Dateien die Video- und Audiostreams
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
153 richtige MPG- und AAC-Dateien. Mit den den Optionen <CODE>-dumpvideo</CODE>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
154 und <CODE>-dumpaudio</CODE> kannst du sie sogar extrahieren.).</P>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
155
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
156 <P><B>Hinweis</B>: Die meisten QuickTime-Dateien benutzen <B>Sorenson</B>-
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
157 Video und QDesign-Audio. Lies dazu die <A
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
158 HREF="codecs.html#sorenson">Sorenson</A>-Codec-Sektion.</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
159
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
160
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
161 <H4><A NAME="vivo">2.1.1.5 VIVO-Dateien</A></H4>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
162
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
163 <P>MPlayer demuxt nun auch fr&ouml;hlich VIVO-Dateiformate. Der
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
164 gr&ouml;sste Nachteil des Formates ist, dass es keinen Index-Block besitzt,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
165 auch keine fixe Paketgr&ouml;&szlig;e oder Sync-Bytes. Die meisten Dateien
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
166 besitzen nicht mal Keyframes, also vergiss das Spulen!</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
167
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
168 <P>Der Videocodec von VIVO/1.0-Datei ist Standard-<B>h.263</B>. Der Videocodec
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
169 der VIVO/2.0 Dateien ist ver&auml;nderter, nichtstandard-<B>h.263</B>. Bei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
170 Audio ist es dasselbe, es ist <B>g.723</B> (Standard) oder <B>Vivo
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
171 Siren</B>.</P>
3324
d73030303234 similar to 1.6, finished
jaf
parents: 3298
diff changeset
172
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
173 <P>In den <A HREF="codecs.html#vivo_video">VIVO-Videocodec-</A> und <A
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
174 HREF="codecs.html#vivo_audio">VIVO-Audiocodec</A>-Sektionen findest du
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
175 Installationsanweisungen.</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
176
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
177
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
178 <H4><A NAME="fli">2.1.1.6 FLI-Dateien</A></H4>
3324
d73030303234 similar to 1.6, finished
jaf
parents: 3298
diff changeset
179
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
180 <P><B>FLI</B> ist ein sehr altes vom Autodesk Animator benutztes Dateiformat.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
181 Es ist aber immer noch ein im Internet gebr&auml;ucliches Dateiformat f&uuml;r
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
182 kurze Animationen. MPlayer demuxt und decodiert FLI-Filme und ist sogar
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
183 f&auml;hig, in ihnen vor- und zur&uuml;ckzuspulen (n&uuml;tzlich, wenn man
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
184 looping mit der <CODE>-loop</CODE>-Option aktiviert hat). FLI-Dateien haben
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
185 keine Keyframes, was zu verunstalteten Bildern kurz nach dem Spulen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
186 f&uuml;hrt.</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
187
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
188
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
189 <H4><A NAME="real">2.1.1.7 RealMedia-(RM)-Dateien</A></H4>
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
190
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
191 <P>Ja, MPlayer kann RealMedia (.rm) Dateien lesen (demuxen). Spulen
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
192 (seeking) funktioniert, jedoch muss die <CODE>-forceidx</CODE>-Option
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
193 verwendet werden (das Format unterst&uuml;zt Keyframes). Hier ist die Liste
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
194 der unterst&uuml;tzten <A HREF="codecs.html#realvideo">RealVideo-</A> und <A
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
195 HREF="codecs.html#realaudio">RealAudio-</A>Codecs.</P>
6398
13c35228abe8 updated to english version
jonas
parents: 6241
diff changeset
196
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
197
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
198 <H4><A NAME="nuppelvideo">2.1.1.8 NuppelVideo-Dateien</A></H4>
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
199
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
200 <P><A HREF="http://mars.tuwien.ac.at/~roman/nuppelvideo">NuppelVideo</A> ist,
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
201 soweit ich weiss, ein TV-Aufnahmeprogramm. MPlayer kann dessen .NUV-
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
202 Dateien (nur NuppelVideo 5.0) lesen. Diese Dateien k&ouml;nnen unkomprimierte
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
203 YV12-, komprimierte YV12+RTJpeg-, komprimierte YV12-RTJpeg+lzo- und
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
204 komprimierte YV12+lzo-Frames enthalten, welche MPlayer alle dekodiert
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
205 (und diese auch mit MEncoder zu DivX/etc! <B>encodiert</B>). Spulen (seeking)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
206 funktioniert.</P>
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
207
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
208
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
209 <H4><A NAME="yuv4mpeg">2.1.1.9 yuv4mpeg-Dateien</A></H4>
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
210
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
211 <P><A HREF="http://mjpeg.sourceforge.net">yuv4mpeg / yuv4mpeg2</A> ist ein
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
212 Dateiformat, das von den <A HREF="http://mjpeg.sf.net">mjpegtools-
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
213 Programmen</A> verwendet wird. Du kannst damit Video in diesem Format
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
214 einlesen, produzieren, filtern oder encodieren. Das Dateiformat ist eigentlich
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
215 eine Sequenz von unkomprimierten YUV 4:2:0 Bildern. </P>
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
216
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
217
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
218 <H4><A NAME="film">2.1.1.10. FILM-Dateien</A></H4>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
219
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
220 <P>Dieses Format wird auf alten Sega Saturn CD-Rom-Spielen verwendet.</P>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
221
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
222
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
223 <H4><A NAME="roq">2.1.1.11. RoQ-Dateien</A></H4>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
224
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
225 <P>RoQ-Dateien sind Multimedia-Dateien, welche in gewissen ID-Spielen wie
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
226 Quake III und Return to castle Wolfenstein benutzt werden.</P>
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
227
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
228
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
229 <H4><A NAME="ogg">2.1.1.12. OGG/OGM-Dateien</A></H4>
4522
a7baf6ad622a some updates (patch by Jonas Jermann <jjermann@gmx.net>)
gabucino
parents: 3324
diff changeset
230
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
231 <P>Dies ist ein neues Dateiformat von <A
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
232 HREF="http://www.xiph.org">Xiphophorus</A>. Es kann beliebige Video- und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
233 Audio-Codecs enthalten, sowohl CBR als auch VBR. Man ben&ouml;tigt dazu
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
234 installierte <CODE>libogg-</CODE> und <CODE>libvorbis-</CODE>Bibliotheken vor
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
235 der Kompilierung von MPlayer, um sie wiedergeben zu k&ouml;nnen.</P>
6031
63f08ed66948 updated to english version (except documentation.html and manpages)
jonas
parents: 5446
diff changeset
236
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
237 <H4><A NAME="sdp">2.1.1.13 SDP-Dateien</A></H4>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
238
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
239 <P><A HREF="ftp://ftp.rfc-editor.org/in-notes/rfc2327.txt">SDP</A> ist ein
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
240 IETF-Standardformat, das Video- und/oder Audio-RTP-Streams beschreibt. (Dazu
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
241 werden die <A HREF="http://www.live.com/mplayer/">LIVE.COM Streaming
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
242 Media</A>-Bibliotheken ben&ouml;tigt.)</P>
6031
63f08ed66948 updated to english version (except documentation.html and manpages)
jonas
parents: 5446
diff changeset
243
63f08ed66948 updated to english version (except documentation.html and manpages)
jonas
parents: 5446
diff changeset
244
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
245 <H4><A NAME="pva">2.1.1.14 PVA-Dateien</A></H4>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
246
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
247 <P>PVA ist MPEG-&auml;hnliches Format, das von verschiedenen Windowsprogrammen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
248 benutzt wird, die bei DVB-TV-Karten mitgeliefert werden (z.B. MultiDec,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
249 WinTV).</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
250
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
251 <P>Die PVA-Spezifikationen k&ouml;nnen an der folgenden Adresse
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
252 heruntergeladen werden: <A
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
253 HREF="http://www.technotrend.de/download/av_format_v1.pdf">http://www.technotr
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
254 end.de/download/av_format_v1.pdf</A></P>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
255
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
256
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
257 <H4><A NAME="gif">2.1.1.15 GIF-Dateien</A></H4>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
258
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
259 <P>Das <B>GIF</B>-Format ist ein weit verbreitetes Format f&uuml;r Grafiken
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
260 im Web. Es gibt zwei Versionen der GIF-Spezifikationen, GIF87a und GIF89a.
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
261 Der gr&ouml;&szlig;te Unterschied liegt darin, dass GIF89a Animationen
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
262 unterst&uuml;tzt. MPlayer unterst&uuml;tzt beide Formate mit Hilfe der
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
263 libungif-Bibliothek oder einer anderen libgif-kompatiblen Bibliothek.
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
264 Nicht animierte GIFs werden als Ein-Bild-Videos dargestellt. (Mit den
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
265 Optionen <CODE>-loop</CODE> und <CODE>-fixed-vo</CODE> k&ouml;nnen solche
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
266 GIFs l&auml;nger angezeigt werden.)</P>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
267
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
268 <P>Momentan unterst&uuml;tzt MPlayer nicht das Spulen in GIF-Dateien. Die
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
269 einzelnen Bilder in GIF-Dateien haben nicht zwangsl&auml;ufig die gleichen
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
270 Dimensionen, und auch nicht eine feste Bildrate. Jedes Bild hat vielmehr
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
271 seine eigenen Dimensionen und soll an einer bestimmten Position auf einem
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
272 Bereich angezeigt werden, der selber aber eine feste Gr&ouml;&szlig;e hat.
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
273 Die Bildrate wird von einem optionalen Block vor jedem Bild kontrolliert,
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
274 der die Anzeigedauer des nachfolgenden Bildes in Zentisekunen angibt.</P>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
275
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
276 <P>Standard-GIF-Dateien enthalten 24 Bit RGB-Bilder mit einer indizierten
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
277 Palette, die h&ouml;chstens bis 8 Bit geht. Die Bilder sind normalerweise
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
278 mit dem LZW-Algorithmus komprimiert. Es gibt aber auch GIF-Encoder, die
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
279 unkomprimierte Bilder erzeugen, um die Patentprobleme mit dem LZW-Algorithmus
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
280 zu umgehen.</P>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
281
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
282 <P>Wenn bei deiner Distribution die libungif nicht dabei ist, dann lade sie
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
283 von der <A HREF="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml">
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
284 libungif-Homepage</A> herunter. Detaillierte technische Informationen findest
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
285 du in den <A HREF="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
286 GIF89a-Spezifikationen</A>.</P>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
287
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8846
diff changeset
288
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
289 <H3><A NAME="audio_formats">2.1.2 Audio Formate</A></H3>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
290
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
291 <P>MPlayer ist ein <B>Movie-(Film-)</B> und kein <B>Media-</B>Player.
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
292 Er kann auch einige Audioformate wiedergeben (diese sind in der unteren
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
293 Sektion beschrieben). Dies wird jedoch nicht empfohlen, und du solltest besser
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
294 <A HREF="http://www.xmms.org">xmms</A> verwenden.</P>
5446
jonas
parents: 5185
diff changeset
295
jonas
parents: 5185
diff changeset
296
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
297 <H4><A NAME="mp3">2.1.2.1 MP3-Dateien</A></H4>
5446
jonas
parents: 5185
diff changeset
298
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
299 <P>Du hast vielleicht Probleme mit der Wiedergabe einiger MP3-Dateien, die
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
300 MPlayer falsch als MPEGs erkennt und dementsprechend falsch oder gar
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
301 nicht wiedergibt. Dies kann nicht gel&ouml;st werden, ohne die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
302 Unterst&uuml;tzung f&uuml;r einige kaputte MPEG-Dateien aufzugeben und wird
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
303 desshalb bis auf weiteres so bleiben. Die Option <CODE>-demuxer</CODE>, welche
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
304 in der Manpage beschrieben wird, k&ouml;nnte dir in diesen F&auml;llen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
305 helfen.</P>
5446
jonas
parents: 5185
diff changeset
306
jonas
parents: 5185
diff changeset
307
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
308 <H4><A NAME="wav">2.1.2.2 WAV-Dateien</A></H4>
5446
jonas
parents: 5185
diff changeset
309
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
310 <H4><A NAME="ogg_vorbis">2.1.2.3 OGG/OGM-Dateien (Vorbis)</A></H4>
5446
jonas
parents: 5185
diff changeset
311
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
312 <P>Ben&ouml;tigt richtig installierte <CODE>libogg</CODE> und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
313 <CODE>libvorbis</CODE>.</P>
5446
jonas
parents: 5185
diff changeset
314
jonas
parents: 5185
diff changeset
315
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
316 <H4><A NAME="wma">2.1.2.4 WMA/ASF-Dateien</A></H4>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
317
9313
92dbac2e0b79 sync until 2003-02-07 14:09
mosu
parents: 9285
diff changeset
318 <H4><A NAME="mp4">2.1.2.5 MP4-Dateien</A></H4>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
319
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
320 <H4><A NAME="cdda">2.1.2.6 CD-Audio</A></H4>
5446
jonas
parents: 5185
diff changeset
321
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
322 <P>MPlayer kann die Bibliotheken von <B>cdparanoia</B> benutzen,
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
323 um CDDA-Dateien wiederzugeben. Alle Kommandozeilenparameter von cdparanoia
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
324 aufzuz&auml;hlen geh&ouml;rt nicht zu den Aufgaben dieser Dokumentation.</P>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
325
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
326 <P>Schau in der Manpage bei der Option <CODE>-cdda</CODE> nach, wie mit ihr
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 7079
diff changeset
327 Parameter an cdparanoia &uuml;bergeben werden k&ouml;nnen.</P>
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
328
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
329 <H4><A NAME="xmms">2.1.2.7 XMMS</A></H4>
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
330
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
331 <P>MPlayer kann XMMS-Inputplugins benutzen, um eine Vielzahl von Dateiformaten
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
332 abzuspielen. Es gibt Plugins f&uuml;r SNES-Spielemusik, SID-Musik (vom guten
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
333 alten Commodore 64), viele Amiga-Formate, .xm, .it, VQF, musepack, Bonk
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
334 shorten und viele weitere. Du findest sie auf der Seite f&uuml;r
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
335 <A HREF="http://www.xmms.org/plugins_input.html">XMMS-Inputplugins</A>.</P>
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
336
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
337 <P>Um dieses Feature benutzen zu k&ouml;nnen, brauchst du XMMS und musst
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
338 MPlayer mit <CODE>./configure --enable-xmms</CODE> compilieren. Funktioniert
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
339 das nicht, dann musst du eventuell die Pfade f&uuml;r die XMMS-Plugings und die
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
340 XMMS-Bibliotheken explizit mit <CODE>--with-xmmsplugindir</CODE> und
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
341 <CODE>--withxmmslibdir</CODE> angeben.</P>
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
342
2856
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
343 </BODY>
11c5a0a5594e similar to 1.3
jaf
parents:
diff changeset
344 </HTML>