annotate DOCS/German/mplayer.1 @ 9302:e23939b2ac30

sync
author gabucino
date Thu, 06 Feb 2003 21:25:48 +0000
parents 6e3501a1233b
children 92dbac2e0b79
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1 .\" MPlayer (C) 2000-2003 Arpad Gereoffy
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2 .\" Diese Man-Page wurde/wird von Gabucino, Diego Biurrun, Jonas Jermann und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3 .\" Moritz Bunkus gepflegt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
4 .\"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
5 .\" Gib dies ein, um eine HTML-Version der Man-Page zu erhalten:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
6 .\" cat mplayer.1 | sed s/SS\ 20/SS\ 4/ | groff -man -Thtml - > manpage.html
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
7 .\" Gib dies ein, um eine Textversion der Man-Page zu erhalten:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
8 .\" groff -m man -Tascii mplayer.1 | col -bx > manpage.txt
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
9 .\"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
10 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
11 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
12 .\" Macrodefinitionen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
13 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
14 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
15 .\" Standardeinrückung ist 7, nicht ändern!
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
16 .nr IN 7
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
17 .\" Einrückung für Unteroptionen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
18 .nr SS 20
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
19 .\" neue Unteroption hinzufügen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
20 .de IPs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
21 .IP "\\$1" \n(SS
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
22 ..
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
23 .\" Start des ersten Levels von Unteroptionen, endet mit .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
24 .de RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
25 .RS \n(IN+3
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
26 ..
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
27 .\" Start des zweiten Levels von Unteroptionen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
28 .de RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
29 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
30 .RS \n(SS+3
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
31 ..
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
32 .\" Ende des zweiten Levels von Unteroptionen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
33 .de REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
34 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
35 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
36 ..
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
37 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
38 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
39 .\" Title
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
40 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
41 .
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
42 .TH MPlayer 1 "2003-01-11"
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
43 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
44 .SH NAME
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
45 mplayer \- Movie Player for Linux
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
46 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
47 mencoder \- Movie Encoder for Linux
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
48
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
49 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
50 .\" Synopsis
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
51 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
52 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
53 .SH SYNOPSIS
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
54 .na
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
55 .nh
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
56 .B mplayer
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
57 .RI [Optionen]\ [ \ Datei\ | \ URL\ | \ Abspielliste\ | \ -\ ]
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
58 .br
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
59 .B mplayer
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
60 'in +\n[.k]u
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
61 [globale Optionen]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
62 .I Datei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
63 [spezifische Optionen] [Datei2] [spezifische Optionen]
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
64 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
65 .in
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
66 .B mplayer
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
67 'in +\n[.k]u
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
68 [globale Optionen]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
69 .RI { "Gruppe von Dateien und Optionen" }
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
70 [Gruppe von Dateien und Optionen]
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
71 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
72 .in
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
73 .B mplayer
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
74 'in +\n[.k]u
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
75 .RI [ dvd | vcd | cdda | cddb | tv ] ://Titel
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
76 [Optionen]
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
77 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
78 .in
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
79 .B mplayer
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
80 'in +\n[.k]u
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
81 .RI [ mms[t] | http | http_proxy | rt[s]p ] ://
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
82 [Username:Passwort@]\fIURL\fP[:Port] [Optionen]
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
83 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
84 .in
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
85 .B mencoder
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
86 [Optionen]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
87 .RI [ \ Datei\ | \ URL\ | \ -\ ]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
88 [\-o\ Datei]
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
89 .br
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
90 .B gmplayer
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
91 [Optionen]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
92 [\-skin\ skin]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
93 .ad
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
94 .hy
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
95
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
96 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
97 .\" Beschreibung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
98 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
99 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
100 .SH BESCHREIBUNG
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
101 .B mplayer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
102 ist ein Movieplayer für LINUX (der auch auf vielen anderen Unixen und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
103 nicht\-x86-CPUs läuft, siehe Dokumentation).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
104 Er spielt die meisten Dateien mit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
105 MPEG/\:VOB, AVI, ASF/\:WMA/\:WMV, RM, QT/\:MOV/\:MP4, OGG/\:OGM,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
106 VIVO, FLI, NuppelVideo, yuv4mpeg, FILM und RoQ ab. Dabei werden viele
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
107 eingebaute Codecs, XAnim-Codecs und Win32-DLL-Codecs benutzt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
108 Du kannst dir VideoCDs, SVCDs, DVDs, 3ivx\-, DivX\ 3/\:4/\:5\- und sogar WMV\-Filme
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
109 ansehen (ohne dabei die avifile\-Bibliothek zu benutzen).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
110 .PP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
111 Ein weiteres großartiges Feature von MPlayer ist die große Bandbreite an
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
112 unterstützten Ausgabetreibern.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
113 MPlayer funktioniert mit X11, XV, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
114 aber du kannst genauso GGI, SDL (und damit alle von SDL unterstützen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
115 Treiber), VESA (mit jeder VESA\-kompatiblen Grafikkarte, sogar ohne X11),
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
116 einige Kartenspezifischen Low\-Level\-Treiber (für Matrox, 3Dfx und ATI)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
117 und einige Hardware\-MPEG\-Decoderkarten wie die Siemens DVB, DXR2 und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
118 DXR3/\:Hollywood+ benutzen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
119 Die meisten von ihnen unterstützen Software\- oder Hardwareskalierung,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
120 sodass du deine Filme im Vollbild genießen kannst.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
121 .PP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
122 MPlayer verfügt über ein onscreen display (OSD) für Statusinformationen,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
123 schöne, große, schattierte und kantengeglättete Untertitel und visuelles
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
124 Feedback bei Tastatureingaben.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
125 Europäische/\:ISO 8859\-1,2 (Ungarisch, Englisch, Tschechisch etc), Kyrillische
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
126 und Koreanische Schriftarten werden ebenso wie zehn Untertitelformate
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
127 (MicroDVD, SubRip,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
128 SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub und unser eigenes\: MPsub)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
129 und DVD\-Untertitel (SPU\-Streams, VobSub und Closed Captions) unterstützt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
130 .PP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
131 .B mencoder
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
132 (MPlayer's Movie Encoder) ist ein einfacher Movieencoder, der so entworfen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
133 wurde, dass er alle von MPlayer abspielbaren Filme (siehe oben) in andere
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
134 von MPlayer abspielbare Formate (siehe unten) umwandeln kann.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
135 Er encodiert nach DivX4, XviD, jeden der libavcodec-Codecs und Audio
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
136 nach PCM/\:MP3/\:VBR\-MP3, das ganze in 1, 2 oder 3 Durchgängen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
137 Weiterhin kann er Streams einfach kopieren und verfügt über ein mächtiges
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
138 Plugin\-System (Beschneidung, Erweiterung, Spiegelung, Nachbearbeitung,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
139 Rotation, Skalierung, Rauschunterdrückung, RGB/\:YUV\-Konvertierung etc).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
140 .PP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
141 .B gmplayer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
142 ist MPlayer mit einem graphischen Benutzerinterface. Er verfügt über
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
143 die gleichen Optionen wie MPlayer.
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: 6755
diff changeset
144
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
145
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
146 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
147 .\" Optionen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
148 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
149 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
150 .SH "ALLGEMEINE ANMERKUNGEN"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
151 .B Lies auch die HTML\-Dokumentation!
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
152 .PP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
153 Jede Option 'flag' kennt ein Gegenstück, 'noflag'. Beispielsweise ist '\-nofs'
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
154 das Gegenstück zu '\-fs'.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
155 .PP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
156 Du kannst jede Option in einer Konfigurationsdatei speichern, die bei jedem
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
157 Start gelesen wird.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
158 Die systemweite Konfigurationsdatei 'mplayer.conf' liegt in deinem
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
159 Konfigurationsverzeichnis (z.B.\& /etc/\:mplayer oder
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
160 /usr/\:local/\:etc/\:mplayer). Die benutzerspezifische Datei liegt in
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
161 \'~/\:.mplayer/\:config'.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
162 Benutzerspezifische Einstellungen haben Vorrang vor den systemweiten,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
163 und Optionen auf der Kommandozeile überschreiben die beiden anderen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
164 Die Syntax der Konfigurationsdatei lautet 'option=<wert>'. Alles, was nach
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
165 einem '#' kommt, wird als Kommentar verstanden und nicht ausgewertet.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
166 Optionen, die keine Werte benötigten, können aktiviert werden, wenn
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
167 du ihnen den Wert 'yes' oder '1' zuweist. Deaktiviert werden sie mit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
168 \'no' oder '0'.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
169 Selbst Unteroptionen können in dieser Art angegeben werden.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
170
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
171 .I BEISPIEL:
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
172 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
173 # Benutze standardmäßig den Matrox-Treiber
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: 6755
diff changeset
174 .br
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: 6755
diff changeset
175 vo=xmga
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: 6755
diff changeset
176 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
177 # Ich stehe darauf, beim Zusehen einen Handstand zu machen.
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: 6755
diff changeset
178 .br
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: 6755
diff changeset
179 flip=yes
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
180 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
181 # Decodiere/\:encodiere mehrere Dateien im PNG-Format, aktivier's mit '-mf on'
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
182 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
183 mf= type=png:fps=25
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
184
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
185 Du kannst auch dateispezifische Konfigurationsdateien schreiben. Wenn du
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
186 für einen Film namens 'movie.avi' eine Konfigurationsdatei schreiben möchtest,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
187 dann nenn diese Datei 'movie.avi.conf', steck dort alle nur für diesen Film
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
188 relevanten Optionen rein und speichere die Datei in ~/\:.mplayer oder im
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
189 gleichen Verzeichnis wie 'movie.avi'.
6399
8a6489d6d7ea update to english version
jonas
parents: 6362
diff changeset
190
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
191 .SH "PLAYER-SPEZIFISCHE OPTIONEN (NUR FÜR MPLAYER)"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
192 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
193 .B \-, \-use-stdin
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
194 Liest Daten von stdin. \-idx funktioniert hiermit nicht.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
195 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
196 .B \-autoq <Qualität> (zusammen mit \-vop pp)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
197 Ändert dynamisch das Qualitätslevel der Nachbearbeitung, je nachdem, wieviel
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
198 CPU-Zeit gerade frei ist.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
199 Das angegebene Level ist das maximal verwendete Level.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
200 Normalerweise kanns du eine große Nummer wählen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
201 Um dieses Feature zu benutzen, muss \-vop pp ohne Parameter aufgerufen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
202 werden.
6399
8a6489d6d7ea update to english version
jonas
parents: 6362
diff changeset
203 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
204 .B \-autosync <Faktor>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
205 Ändert schrittweise die A/\:V\-Synchronisation basierend auf den
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
206 Messungen der Audioverzögerung.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
207 Mit \-autosync 0, dem Standardwert, wird das Bildtiming nur auf der
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
208 gemessenen Audioverzögerung basieren.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
209 Mit \-autosync 1 wird der A/\:V-Sync-Algorithmus leicht verändert.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
210 Bei einem Film mit nicht gleichbleibender Framerate, der mit \-nosound
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
211 problemlos abgespielt wird, kann \-autosync mit einem Wert größer 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
212 helfen. Je höher der Wert gewählt wird, desto mehr ähnelt das Verhalten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
213 dem von \-nosound.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
214 \-autosync 30 kann bei Probleme helfen, die bei Audiotreibern entstehen,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
215 die keine perfekt funktionierende Messung der Audioverzögerung zulassen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
216 Mit diesem Wert dauert es nur eine oder 2 Sekunden, bis A/\:V-Sync wieder
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
217 ok ist, wenn große A/\:V-Synch-Unterschiede auftreten.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
218 Diese Verzögerung bei der Reaktion auf abrupte A/\:V-Sync-Änderungen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
219 ist deiner einzige Nebeneffekt dieser Option.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
220 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
221 .B \-benchmark
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
222 Gibt am Ende einige Statistiken über die CPU-Auslastung und ausgelassene
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
223 Frames aus. Zusammen mit \-nosound und \-vo null kann es benutzt werden,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
224 um den Videocodec einem Geschwindigkeitstest zu unterziehen.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
225 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
226 .B \-edl <Dateiname>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
227 Aktiviert EDL\-Aktionen (Edit Decision List) während der Wiedergabe.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
228 Teile des Videos werden übersprungen und Teile des Audios stummgeschaltet.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
229 Dazu wird die angegebene Datei ausgewertet. Lies
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
230 DOCS/\:German/\:documentation.html#edl, dort stehen Details, wie du dieses
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
231 Feature benutzen kannst.
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: 6755
diff changeset
232 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
233 .B \-edlout <Dateiname>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
234 Erstellt eine neue EDL\-Datei und schreibt EDL\-Markierungen in diese Datei.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
235 Während der Wiedergabe kann der Benutzer 'i' drücken, und ein Eintrag,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
236 um an der aktuellen Position zwei Sekunden des Video zu überspringen, wird
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
237 in die Datei geschrieben. Damit erhält der Benutzer eine Ausgangsbasis,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
238 die er auf seine Bedürfnisse anpassen kann. Lies
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
239 DOCS/\:German/\:documentation.html#edl, dort stehen Details, wie du dieses
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
240 Feature benutzen kannst.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
241 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
242 .B \-fixed-vo (BETA\-CODE!)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
243 Erzwingt dasselbe Videosystem für mehrere Dateien (einmalige Initialisierung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
244 für alle Dateien). Dementsprechend wird für alle Dateien nur ein Fenster
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
245 geöffnet. Momentan funktionieren die folgenden Treiber mit fixed\-vo: x11, xv,
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
246 xvidix, xmga, gl2 und svga.
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
247 s.TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
248 .B \-framedrop (siehe auch \-hardframedrop)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
249 Verwirft einige Frames, ohne sie anzuzeigen, um auf langsamen Systemen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
250 die A/\:V-Sync beizubehalten. B-Frames werden ebenfalls nicht dekodiert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
251 und Videofilter nicht benutzt.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
252 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
253 .B \-h, \-help, \-\-help
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
254 Zeigt eine kurze Zusammenfassung der Optionen an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
255 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
256 .B \-hardframedrop
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
257 Noch rabiateres Verwerfen von Frames (verhindert evtl. korrektes
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
258 Decodieren). Führt zu Bildstörungen!
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
259 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
260 .B \-identify
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
261 Zeit Dateiparameter in einem einfach einzulesenden Format an. Das
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
262 Script TOOLS/midentify unterdrückt die anderen Ausgaben von MPlayer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
263 und führt (hoffentlich) Shellescaping für die Dateinamen aus.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
264 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
265 .B \-input <Kommandos>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
266 Diese Option kann benutzt werden, um bestimmte Teile von MPlayers
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
267 Eingabesystem zu konfigurieren. Pfadangaben sind zu ~/\:.mplayer/ relativ.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
268
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
269 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
270 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
271 Automatische Wiederholung wird momentan nur von Joysticks unterstützt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
272 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
273 Die verfügbaren Kommandos lauten:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
274
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
275 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
276 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
277 .IPs conf=<Datei>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
278 Lies eine andere input.conf.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
279 Wenn kein Pfadname angegeben wird, dann wird ~/\:.mplayer angenommen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
280 .IPs ar\-delay
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
281 Zeit in Millisekunden, bevor ein Tastendruck automatisch wiederholt
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
282 wird (0 dekativiert dieses).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
283 .IPs ar\-rate
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
284 Anzahl der Tastendrücke pro Sekunde bei automatisch wiederholten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
285 Tastendrücken.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
286 .IPs keylist
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
287 Zeigt alle Tastennamen an, die mit Funktionen belegt werden können.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
288 .IPs cmdlist
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
289 Zeigt alle Kommandos an, die auf Tasten gelegt werden können.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
290 .IPs js\-dev
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
291 Gibt das zu benutzende Joystickgerät an (standardmäßig /dev/\:input/\:js0).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
292 .IPs Datei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
293 Liest Kommandos aus der angegeben Datei. Ist mit einem FIFO am sinnvollsten.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
294 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
295 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
296 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
297 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
298 .B \-lircconf <Konfigurationsdatei>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
299 Gibt eine Konfigurationsdatei für LIRC (Linux Infrared Remote Control,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
300 siehe http://www.lirc.org) an, wenn nicht die Standarddatei ~/\:.lircrc
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
301 verwendet werden soll.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
302 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
303 .B \-loop <Anzahl>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
304 Wiederholt die Wiedgabe <Anzahl> mal. 0 bedeutet ständige Wiederholung.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
305 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
306 .B \-menu (BETA\-CODE)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
307 Aktiviert das OSD\-Menü.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
308 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
309 .B \-menu\-root <Wert> (BETA\-CODE)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
310 Gibt das Hauptmenü an.
5185
00caf46be14e updated to english version.
jonas
parents: 5024
diff changeset
311 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
312 .B \-menu\-cfg <Datei> (BETA\-CODE)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
313 Benutzt eine andere menu.conf.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
314 s.TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
315 .B \-nojoystick
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
316 Deaktiviert die Joystickunterstützung. Standardmäßig ist die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
317 Joystickunterstützung an, wenn sie eincompiliert wurde.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
318 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
319 .B \-nolirc
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
320 Schaltet Unterstützung für LIRC aus.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
321 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
322 .B \-nortc \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
323 Deaktiviert die Benutzung der Echtzeituhr (real-time clock, RTC, /dev/\:rtc)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
324 zum Timing.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
325 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
326 .B \-playlist <Datei>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
327 Spielt die in der Datei angegebenen Dateien ab (eine Datei pro Zeile,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
328 oder eine Datei im Winamp- oder ASX-Format).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
329 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
330 .B \-quiet \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
331 Zeigt weniger Statusmeldungen an.
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: 6755
diff changeset
332 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
333 .B \-really\-quiet \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
334 Zeigt noch weniger Statusmeldungen an.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
335 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
336 .B \-sdp
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
337 Gibt an, dass die Eingabedatei eine SDP-Datei ist ('Session Description
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
338 Protocol'), die eine RTP-Sitzung beschreibt (siehe
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
339 http://www.live.com/mplayer/).
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
340 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
341 .B \-shuffle \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
342 Spielt die Dateien in zufälliger Reihenfolge ab.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
343 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
344 .B \-skin <Oberflächenverzeichnis> (BETA-CODE)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
345 Lädt eine Oberfläche (skin) aus dem angegeben Verzeichnis (OHNE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
346 Pfadnamen).
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
347
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
348 .I BEISPIEL:
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
349 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
350 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
351 .IPs "\-skin fittyfene"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
352 nimmt Skin/fittyfene.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
353 Zuerst wird
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
354 /usr/local/share/mplayer/
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
355 und danach ~/.mplayer/ durchsucht.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
356 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
357 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
358 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
359 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
360 .B \-slave \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
361 Diese Option aktiviert den Slave-Modus, der dazu gedacht ist, MPlayer von
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
362 anderen Programmen aus zu steuern.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
363 Anstatt selber Tastatureingaben auszuwerten, liest MPlayer einfache
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
364 Kommandos von stdin. Die Sektion
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
365 .B SLAVE-MODUS-PROTOKOLL
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
366 erklärt die Syntax.
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: 6755
diff changeset
367 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
368 .B \-softsleep
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
369 Benutzt hochqualitative Softwaretimer, die genauso präzise wie die Echtzeituhr
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
370 (RTC) sind, ohne dafür root-Privilegien zu benötigen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
371 Der Preis dafür ist eine höhere CPU-Auslastung.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
372 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
373 .B \-speed <0.01\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
374 Setzt die Abspielgeschwindigkeit.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
375 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
376 .B \-sstep <sec>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
377 Gibt die Anzahl Sekunden an, die zwischen einzelnen Frames gewartet werden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
378 soll. Für Slideshows nützlich.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
379
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
380
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
381 .SH "DEMUXER/STREAM-OPTIONEN"
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
382 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
383 .B \-aid <id> (siehe auch \-alang)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
384 Gibt die zu verwendende Audiospur an [MPEG: 0\-31 AVI/\:OGM: 1\-99
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
385 ASF/\:RM: 0\-127 VOB(AC3): 128\-159 VOB(LPCM): 160\-191]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
386 MPlayer gibt alle verwendbaren IDs aus, wenn er im Verbose-Modus (-v) gestartet
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
387 wird.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
388 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
389 .B \-alang <zweibuchstabiger Ländercode> (siehe auch \-aid)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
390 Funktioniert nur bei DVD-Wiedergabe.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
391 Wählt die DVD-Audiosprache und versucht, die Audiospur abzuspielen, deren
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
392 Ländercode dem angegebenen entspricht.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
393 MPlayer gibt alle vorhandenen Ländercodes aus, wenn er im Verbose-Modus (-v)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
394 gestartet wird.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
395
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
396 .I BEISPIEL:
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
397 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
398 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
399 .IPs "\-alang hu,en"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
400 Wählt die ungarische Audiospur und zur Not die englische, falls keine
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
401 ungarische Audiospur vorhanden ist.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
402 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
403 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
404 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
405 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
406 .B \-audio\-demuxer <Nummer> (nur mit \-audiofile)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
407 Erzwingt den Audiodemuxertyp für \-audiofile.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
408 Alle in demuxers.h definierten Demuxer-IDs sind zulässig.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
409 Benutze \-audio\-demuxer 17, um eine Datei als .mp3 abzuspielen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
410 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
411 .B \-audiofile <Dateiname>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
412 Spielt Audio aus einer externen Datei (WAV, MP3 oder Ogg Vorbis) zu einem
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
413 Film ab.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
414 .TP
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
415 .B \-bandwidth <Wert>
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
416 Gibt die maximal zu benutzende Bandbreite für Netzwerkstreaming an (bei
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
417 Servern, die Streams in verschiedenen Bitraten senden können).
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
418 Nützlich, wenn du Live\-Streams über eine langsame Verbindung ansehen
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
419 möchtest.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
420 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
421 .B \-cdrom\-device <Pfad zum Gerät>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
422 Ändert den Standardwert für das CDROM-Gerät, /dev/\:cdrom.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
423 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
424 .B \-cache <kbytes>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
425 Diese Option gibt an, wieviel Speicher (in kbytes) MPlayer zum
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
426 Precachen einer Datei/\:URL benutzt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
427 Besonders für langsame Medien sinnvoll (Standard ist \-nocache).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
428 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
429 .B \-cdda <option1:option2>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
430 Diese Option kann benutzt werden, um die CD-Audio-Auslesefeatures von
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
431 MPlayer zu beeinflussen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
432 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
433 Vorhandene Optionen sind diese:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
434 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
435 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
436 .IPs speed=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
437 setzt die CD-Umdrehungsgeschwindigkeit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
438 .IPs paranoia=<0\-2>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
439 setzt den Paranoia-Wert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
440 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
441 0: deaktiviert Fehlererkennung
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
442 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
443 1: nur Überlappungstest (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
444 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
445 2: komplette Datenkorrektur und -überprüfung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
446 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
447 .IPs generic-dev=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
448 benutzt das angegebene generische SCSI-Gerät
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
449 .IPs sector-size=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
450 atomare Lesegröße
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
451 .IPs overlap=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
452 Erzwingt eine minimal zu durchsuchende Überlappung bei der Datenüberprüfung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
453 von <Wert> Sektoren.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
454 .IPs toc-bias
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
455 Nimm an, dass der Startoffset von Spur 1, wie er in der TOC steht, als
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
456 LBA\ 0 adressiert wird.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
457 Eine Toshiba-Laufwerke benötigen diese Option, um die Spurgrenzen richtig
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
458 zu erkennen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
459 .IPs toc-offset=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
460 Addiere <Wert> Sektoren zu den ermittelten Werten bei der Adressierung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
461 der Spuren. Kann negativ sein.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
462 .IPs (no)skip
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
463 Akzeptiere (niemals) nicht perfekte Datenrekonstruktion(never) accept imperfect data reconstruction.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
464 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
465 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
466 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
467 .B \-channels <Anzahl>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
468 Ändere die Anzahl der wiederzugebenen Kanäle (standardmäßig '2', wenn nichts
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
469 anderes angegeben wird). Wenn die Anzahl der Ausgabekanäle größer als die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
470 Anzahl der Eingangskanäle ist, dann werden leere Kanäle erzeugt (es sei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
471 denn, es wird von Mono zu Stereo erweitert - dann wird der Mono-Kanal auf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
472 beiden Kanälen wiederholt).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
473 Wenn die Anzahl der Eingangskanäle größer als die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
474 Anzahl der Ausgabekanäle ist, dann hängt das Ergebnis vom Audiodecoder (\-afm)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
475 ab.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
476 MPlayer weist den Decoder an, den Ton in so viele Kanäle zu decodieren,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
477 wie angegeben wurde. Jetzt liegt es am Decoder, diese Anforderung zu
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
478 erfüllen. Wenn der Decoder mehr Kanäle als angefordert ausgibt, so werden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
479 die überschüssigen Kanäle abgeschnitten. Das ist normalerweise nur dann
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
480 wichtig, wenn Videos mit AC3-Audio abgespielt werden (wie z.B. DVDs).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
481 In diesem Fall decodiert normalerweise die liba52 den Ton und sorgt für
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
482 einen korrekten Downmix des Audios auf die geforderte Anzahl von Kanälen.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
483
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
484 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
485 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
486 Diese Option wird von den Codecs (nur AC3), den Filtern (surround)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
487 und den ao-Treibern (zumindest von OSS) beachtet.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
488 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
489 Verfügbare Optionen sind:
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
490
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
491 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
492 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
493 .IPs 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
494 Stereo
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
495 .IPs 4
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
496 Surround
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
497 .IPs 6
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
498 volles 5.1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
499 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
500 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
501 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
502 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
503 .B \-chapter <Kapitel\-ID>[\-<Kapitel\-ID\ des\ letzten\ Kapitels>]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
504 Gibt die Kapitel-ID an, ab dem abgespielt werden soll. Optional kann angegeben
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
505 werden, nach welchem Kapitel mit dem Abspielen aufgehört werden soll
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
506 (defaultmäßig 1).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
507 Unten stehen Beispiele.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
508 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
509 .B \-csslib <Dateiname>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
510 (alter DVD-Zugriff) Gibt die zu verwendende libcss.so an.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
511 .TP
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
512 .B \-cuefile <Datename> (siehe auch \-vcd)
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
513 Spiele eine VCD/\:SVCD/\:XCD in CDRwins Diskformat (bin/\:cue) ab und benutze
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
514 dazu die angegebene .cue\-Datei.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
515 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
516 .B \-demuxer <Nummer>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
517 Erzwingt einen bestimmten Audiodemuxertyp.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
518 Alle in demuxers.h definierten Demuxer-IDs sind zulässig.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
519 Benutze \-audio\-demuxer 17, um eine Datei als .mp3 abzuspielen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
520 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
521 .B \-dumpaudio (nur MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
522 Schreibt den unbehandelten, komprimierten Audiostream nach ./\:stream.dump
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
523 (mit mpeg/\:AC3 nützlich).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
524 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
525 .B \-dumpfile <Dateiname> (nur MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
526 Gibt den Dateinamen an, in den MPlayer schreiben soll. Sollte in Verbindung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
527 mit \-dumpaudio / \-dumpvideo / \-dumpstream benutzt werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
528 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
529 .B \-dumpstream (nur MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
530 Schreibt den unbehandelten Stream nach ./\:stream.dump. Nützlich, um DVDs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
531 oder Streams zu rippen, die über's Netzwerk abgespielt werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
532 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
533 .B \-dumpvideo (nur MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
534 Schreibt den unbehandelten, komprimierten Videostream nach ./\:stream.dump
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
535 (nicht sehr nützlich).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
536 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
537 .B \-dvd <Titel\-ID>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
538 Gibt an, welche Filme (durch die Titel-ID spezifiziert) abgespielt werden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
539 sollen. Beispielsweise ist '1' eine Vorschau und '2' der tatsächliche Film.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
540
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
541 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
542 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
543 Manchmal muss bei einer DVD Deinterlacing eingeschaltet werden. Siehe
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
544 Option \-vop pp=0x20000.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
545 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
546 .B \-dvd\-device <Pfad\ zum\ Gerät>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
547 Gibt ein anderes DVD-Gerät als das Standardgerät /dev/\:dvd an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
548 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
549 .B \-dvdangle <Winkel\-ID>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
550 Einige DVDs beinhalten Szenen, die aus verschiedenen Perspektiven/Winkeln
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
551 betrachtet werden können. Mit dieser Option kannst du MPlayer sagen,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
552 welche Perspektive er wiedergeben soll (Standard: 1).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
553 Unten stehen Beispiele.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
554 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
555 .B \-dvdauth <DVD\-Gerät>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
556 (alter DVD-Zugriff) Schaltet die DVD-Authentifizierung mit dem angegebenen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
557 Gerät an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
558 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
559 .B \-dvdkey <CSS\-Schlüssel>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
560 (alter DVD-Zugriff) Wenn ein verschlüsseltes, von DVD auf Festplatte kopiertes
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
561 VOB abgespielt werden soll, dann wird dieser Schlüssel benutzt, um das VOB
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
562 zu entschlüsseln (der Schlüssel wird bei der DVD-Laufwerksauthentifizierung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
563 mit \-dvdauth ausgegeben).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
564 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
565 .B \-dvdnav (BETA\-CODE!)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
566 Erzwingt die Benutzung von libdvdnav.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
567 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
568 .B \-forceidx
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
569 Erzwingt den Neubau des Index.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
570 Nützlich für Dateien mit defektem Index (Desynchronisation etc.).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
571 Spulen wird damit möglich.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
572 Mit MEncoder kann der Index permanent repariert werden (siehe Dokumentation).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
573 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
574 .B \-fps <Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
575 Überschreibt die Videobildrate (falls diese falsch ist oder im Header fehlt)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
576 (Fließkommazahl).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
577 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
578 .B \-frames <Anzahl>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
579 Gibt nur die ersten <Anzahl> Bilder wieder/encodiert nur die ersten <Anzahl>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
580 Bilder. Beedet sich danach.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
581 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
582 .B \-hr\-mp3\-seek (nur bei .MP3)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
583 Hi\-res mp3-Spulen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
584 Standardmäßig ist diese Option an, wenn ein externes MP3 abgespielt wird,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
585 da MPlayer an die exakte Position spulen muss, um die A/\:V-Sync zu erhalten.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
586 Kann langsam sein, vor allem dann, wenn zurückgespult wird, da dann erst
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
587 zum Anfang gespult wird, um die genaue Stelle zu finden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
588 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
589 .B \-idx (siehe auch \-forceidx)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
590 Erstellt den Index neu, wenn bei einem AVI kein Index gefunden wurde,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
591 und ermöglicht somit Spulen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
592 Nützlich bei defekten/\:unvollständigen Downloads oder bei schlecht
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
593 erstellten AVIs.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
594 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
595 .B \-mc <Sekunden/Bild>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
596 Maximale A-V-Sync-Anpassung pro Bild (in Sekunden).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
597 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
598 .B \-mf <option1:option2:...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
599 Wird benutzt, wenn mehrer PNG- oder JPEG-Dateien decodiert werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
600 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
601 Die verfügbaren Optionen lauten:
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
602
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
603 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
604 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
605 .IPs on\ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
606 Aktiviert die Multidateiunterstützung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
607 .IPs w=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
608 Ausgabebreite (automatisch erkannt)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
609 .IPs h=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
610 Ausgabehöhe (automatisch erkannt)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
611 height of the output (autodetect)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
612 .IPs fps=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
613 FPS der Ausgabe (standardmäßig 25)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
614 .IPs type=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
615 Typ der Quelldateien (mögliche Typen sind jpeg, png, tga)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
616 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
617 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
618 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
619 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
620 .B \-ni (nur bei .AVI)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
621 Erzwingt die Benutzung des nicht\-interleaved-AVI-Parsers (was die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
622 Wiedergabe einiger schlecht erstellter AVIs ermöglicht).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
623 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
624 .B \-nobps (nur bei .AVI)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
625 Benutze nicht die durchschnittlichen Bytes/\:Sekunde fuer A\-V-Sync (AVI).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
626 Hilft bei einigen AVIs mit defektem Header.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
627 .TP
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
628 .B \-noextbased
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
629 Deaktiviert die auf Dateinamenserweiterungen basierende Demultiplexerauswahl.
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
630 Wenn der Dateityp (und damit der Demultiplexer) nicht zweifelsfrei
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
631 festgestellt werden kann (z.B. wenn die Datei keinen Dateikopf besitzt
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
632 oder dieser nicht eindeutig genug ist), dann wird normalerweise ein
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
633 Demultiplexer anhand der Dateiendung gewählt. Die inhaltsbasierende
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
634 Demultiplexerauswahl wird immer vorgenommen.
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
635 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
636 .B \-passwd <Passwort> (siehe ebenfalls bei \-user)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
637 Gibt das Passwort für die HTTP-Authentifizierung an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
638 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
639 .B \-rawaudio <option1:option2:...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
640 Mit dieser Option können raw-Audiodateien abgespielt werden. Sie kann
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
641 auch verwendet werden, um Audio-CDs abzuspielen, die nicht mit 44KHz
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
642 16Bit stereo aufgenommen wurden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
643 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
644 Verfügbare Optionen:
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
645
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
646 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
647 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
648 .IPs on\ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
649 benutzt den Raw-Audiodemuxer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
650 .IPs channels=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
651 Anzahl der Kanäle
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
652 .IPs rate=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
653 Rate in Samplen pro Sekunde
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
654 .IPs samplesize=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
655 Samplegröße in Byte
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
656 .IPs format=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
657 FourCC in Hexadezimal
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
658 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
659 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
660 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
661 .TP
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
662 .B \-rawvideo <option1:option2:...>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
663 Mit dieser Option kannst du Dateien abspielen, die nur aus Videodaten bestehen.
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
664 .br
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
665 Die verfügbaren Optionen lauten:
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
666
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
667 .PD 0
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
668 .RSs
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
669 .IPs on\ \ \
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
670 benutze den nur-Video-Demuxer
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
671 .IPs fps=<Wert>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
672 Anzahl der Bilder pro Sekunde, Standardwert: 25.0
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
673 .IPs sqcif|qcif|cif|4cif|pal|ntsc
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
674 setzt die Standardbildgröße
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
675 .IPs w=<Wert>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
676 Bildbreite in Pixeln
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
677 .IPs h=<Wert>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
678 Bildhöhe in Pixeln
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
679 .IPs y420|yv12|yuy2|y8
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
680 wählt den Farbraum
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
681 .IPs format=<Wert>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
682 gibt die FourCC des Farbraums in Hex an
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
683 .IPs size=<Wert>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
684 Bildgröße in Bytes
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
685 .RE
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
686 .PD 1
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
687 .
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
688 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
689 .B \-rtsp\-stream\-over\-tcp
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
690 Kann zusammen mit 'rtsp://'\-URLs verwendet werden, um anzugeben, dass die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
691 daraus resultierenden eingehenden RTP\- und RTCP\-Pakete per TCP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
692 übertragen werden (mit der gleichen TCP-Verbindung wie RTSP). Diese Option
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
693 kann hilfreich sein, wenn deine Internetverbindung eingehende UDP-Pakete
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
694 nicht durchlässt (siehe http://www.live.com/mplayer/).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
695 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
696 .B \-skipopening
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
697 Überspringt das Intro der DVD (nur bei dvdnav).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
698 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
699 .B \-sb <Byteposition> (siehe auch bei \-ss)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
700 Springt an die Byteposition.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
701 Nützlich beim Abspielen von CDROM-Abbildern / .VOB-Dateien mit Schrott
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
702 am Anfang.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
703 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
704 .B \-srate <Hz>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
705 Erzwingt eine Audioabspielrate, wobei die Videogeschwindigkeit angepasst
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
706 wird, um A/V\-Sync beizubehalten. MEncoder übergibt diesen Wert an lame
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
707 für's Resampling.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
708 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
709 .B \-ss <Zeit> (siehe auch bei \-sb)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
710 Springt an die gegebene Zeit.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
711
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
712 .I BEISPIELE:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
713 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
714 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
715 .IPs "\-ss 56"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
716 spult zu 56 Sekunden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
717 .IPs "\-ss 01:10:00"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
718 spult zu 1 Stunde 10 Minuten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
719 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
720 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
721 .
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
722 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
723 .B \-tv <option1:option2:...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
724 Diese Option aktiviert das TV-Grabbing von MPlayer.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
725
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
726 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
727 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
728 MPlayer akzeptiert keine Doppelpunkte. Benutze statt dessen also Punkte
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
729 in der Geräte-ID (z.B.\& hw.0,0 und nicht hw:0,0).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
730 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
731 Sei gewarnt, dass du zwar eine beliebige Samplerate angeben kannst, wenn
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
732 du ALSA verwendest, der LAME-Audiocodec aber nur die 'Standard'-Sampleraten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
733 unterstützt. Du wirst ein .AVI ohne Sound erhalten, wenn du eine
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
734 merkwürdige Samplerate bei diesem Codec wählst.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
735 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
736 Verfügbare Optionen:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
737 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
738 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
739 .IPs on\ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
740 benutzt den TV-Eingang
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
741 .IPs noaudio
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
742 kein Sound
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
743 .IPs driver=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
744 mögliche Werte: dummy, v4l, bsdbt848
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
745 .IPs device=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
746 Gibt ein anderes Videogerät als /dev/\:video0 an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
747 .IPs input=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
748 Gibt einen anderen Eingang als den Standardeingang 0 (Television)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
749 an (such in der Ausgabe nach einer Liste)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
750 .IPs freq=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
751 Gibt die Frequenz an, auf die der Tuner gesetzt wird (z.B.\& 511.250).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
752 Kann nicht zusammen mit 'channels' benutzt werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
753 .IPs outfmt=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
754 Ausgabeformat des Tuners (yv12, rgb32, rgb24, rgb16, rgb15, uyvy, yuy2, i420)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
755 .IPs width=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
756 Breite des Ausgabefensters
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
757 .IPs height=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
758 Höhe des Ausgabefensters
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
759 .IPs fps=<Wert>
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
760 Bildanzahl, mit der Video aufgenommen wird (Bilder pro Sekunde, frames per
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
761 second).
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
762 .IPs buffersize=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
763 Maximalgröße des Capture-Puffers in Megabytes (Standard ist die Hälfte
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
764 des physikalisch verfügbaren Speichers)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
765 .IPs norm=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
766 Werte: PAL, SECAM, NTSC
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
767 .IPs channel=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
768 Setzt den Tuner auf Kanal <Wert>.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
769 .IPs chanlist=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
770 Werte: europe-east, europe-west, us-bcast, us-cable, etc
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
771 .IPs channels=<Kanal>\-<Name>,<Kanal>\-<Name>,...
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
772 Setzt Namen für Kanäle. Benutze '_' anstelle von Leerzeichen bei Namen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
773 (oder spiel mit der Shellquotierung rum ;\-).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
774 Die Sendernamen werden mit dem OSD angezeigt, und die Kommandos
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
775 tv_step_channel, tv_set_channel und tv_last_channel werden dann z.B.\& mit einer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
776 Fernbedienung benutzbar sein (siehe lirc).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
777 Kann nicht zusammen mit dem frequency\-Parameter benutzt werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
778 Warnung: Die Sendernummer wird dann die Position des Eintrags in der
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
779 'channels'\-Liste sein, wobei der erste Eintrag die 1 bekommt. Benutze also
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
780 z.B.\& tv://1, tv://2, tv_set_channel 1, tv_set_channel 2, etc.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
781 .IPs audiorate=<Werte>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
782 Setzt die Audiobitrate für's Capturen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
783 .IPs forceaudio
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
784 Capture auch dann Audio, wenn v4l keine Audioquellen zurückmeldet.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
785 .IPs alsa
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
786 Benutze ALSA zum Capturen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
787 .IPs amode=<0\-3>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
788 Wählt einen Audiomodus:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
789 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
790 0: mono
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
791 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
792 1: stereo
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
793 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
794 2: Sprache 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
795 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
796 3: Sprache 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
797 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
798 .IPs forcechan=<1\-2>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
799 Normalerweise wird die Anzahl der aufgenommenen Audiokanäle automatisch
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
800 durch Ermitteln des Audiomodus der TV-Karte festgelegt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
801 Mit dieser Option kann Mono/\:Stereo unabhängig von dem von der TV-Karte
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
802 zurückgegebenen Audiomodus erzwungen werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
803 Kann benutzt werden, wenn die TV-Karte den aktuellen Audiomodus nicht
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
804 zurückgeben kann.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
805 .IPs adevice=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
806 Setzt das Audiogerät.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
807 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
808 /dev/\:...\& für OSS
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
809 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
810 Hardware-ID für ALSA
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
811 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
812 .IPs audioid=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
813 Wählt einen Audioausgang der TV-Karte, wenn diese mehrere hat.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
814 .IPs "[volume|bass|treble|balance]=<0\-65535>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
815 Diese Optionen setzen Parameter des Mixers auf der Capture-Karte.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
816 Sie haben keinen Effekt, wenn deine Karte keinen Mixer hat.
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
817 .IPs immediatemode=<Boolean>
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
818 Ein Wert von 0 bedeutet: nimm Audio und Video zusammen in einem Puffer auf
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
819 (Standardwert für mencoder).
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
820 Ein Wert von 1 beduetet: nimm nur Video direkt von der Karte auf und Audio
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
821 über ein externes Kabel von der TV\-Karte zur Soundkarte (Standardwert
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
822 für mplayer).
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
823 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
824 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
825 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
826 .B \-user <Benutzername> (siehe auch \-passwd)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
827 Gibt den Benutzernamen für die HTTP-Authentifizierung an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
828 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
829 .B \-vcd <Titel>
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
830 Spielt den Video\-CD\-Titel direkt von einem Gerät oder einem Diskabbild
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
831 ab (siehe \-cuefile).
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
832 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
833 .B \-vid <id>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
834 Wählt die Videospur [MPG: 0\-15 ASF: 0\-255].
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
835 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
836 .B \-vivo <sub\-Optionen> (DEBUG\-CODE)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
837 Erzwingt Audioparameter für den .vivo-Demuxer (nur für's Debugging
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
838 gedacht).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
839
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
840
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
841 .SH "OSD\-/UNTERTITEL\-OPTIONEN"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
842 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
843 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
844 Siehe auch \-vop expand.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
845 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
846 .B \-dumpmicrodvdsub (nur bei MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
847 Konvertiert die mit der \-sub\-Option angegebenen Untertitel in das
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
848 MicroDVD\-Format. Erstellt eine Datei dumpsub.sub im aktuellen Verzeichnis.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
849 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
850 .B \-dumpmpsub (nur bei MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
851 Konvertiert die mit der \-sub\-Option angegebenen Untertitel in das
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
852 MPlayer\-Format MPsub. Erstellt eine Datei dump.mpsub im aktuellen Verzeichnis.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
853 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
854 .B \-dumpsrtsub (nur bei MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
855 Konvertiert die mit der \-sub\-Option angegebenen Untertitel in das
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
856 zeitbasierende SubViewer\-Format (SRT).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
857 Erstellt eine Datei dumpsub.srt im aktuellen Verzeichnis.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
858 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
859 .B \-dumpjacosub (nur bei MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
860 Konvertiert die mit der \-sub\-Option angegebenen Untertitel in das
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
861 zeitbasierende JACOsub\-Format.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
862 Erstellt eine Datei dumpsub.js im aktuellen Verzeichnis.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
863 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
864 .B \-dumpsami (nur bei MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
865 Konvertiert die mit der \-sub\-Option angegebenen Untertitel in das
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
866 zeitbasierende SAMI\-Format.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
867 Erstellt eine Datei dumpsub.smi im aktuellen Verzeichnis.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
868 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
869 .B \-dumpsub (nur bei MPLAYER) (BETA\-CODE)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
870 Speichert den Untertitel-Substream eines VOB-Streams.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
871 Siehe auch -dump*sub und -vobsubout*.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
872 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
873 .B \-ifo <vobsub\ IFO\-Datei>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
874 Gibt die Datei an, aus der MPlayer die Palette und die Framegröße für
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
875 VOBSUB-Untertitel lädt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
876 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
877 .B \-ffactor <Nummer>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
878 Resamplet die Alpha-Matrix der Schrift.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
879 Mögliche Werte:
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
880
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
881 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
882 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
883 .IPs 0\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
884 komplett weiße Schrift
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
885 .IPs 0.75\ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
886 sehr dünner schwarzer Umriss (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
887 .IPs 1\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
888 dünner schwarzer Umriss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
889 .IPs 10\ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
890 dicker schwarzer Umriss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
891 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
892 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
893 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
894 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
895 .B \-font <Pfad\ zur\ font.desc\-Datei>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
896 Sucht nach den OSD\-/\:Untertitelschriften in einem anderen Verzeichnis
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
897 (Standard für normale Schriften: ~/\:.mplayer/\:font/\:font.desc,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
898 Standard für FreeType\-Schriften: ~/.mplayer/\:subfont.ttf).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
899
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
900 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
901 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
902 Bei FreeType gibt diese Option den Pfad zur Textschriftdatei an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
903 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
904 Die \-subfont-*-Optionen sind nur verfügbar, wenn FreeType eincompieliert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
905 wurde. Wenn die FreeType-Unterstützung aktiviert wurde, dann kann die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
906 alte Schriftunterstützung nicht mehr benutzt werden.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
907
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
908 .I BEISPIELE:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
909 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
910 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
911 \-font ~/\:.mplayer/\:arial\-14/\:font.desc
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
912 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
913 \-font ~/\:.mplayer/\:arialuni.ttf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
914 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
915 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
916 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
917 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
918 .B \-noautosub
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
919 Deaktiviert das automatische Laden von Untertiteln.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
920 .TP
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
921 .B \-overlapsub
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
922 Aktiviert die Überlappung von Untertiteln bei allen Untertitelformaten.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
923 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
924 .B \-nooverlapsub
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
925 Deaktiviert das Überlappen von Untertiteln. Normalerweise wird es bei
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
926 bestimmten Formaten automatisch aktiviert.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
927 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
928 .B \-osdlevel <0\-3> (nur bei MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
929 Gibt den Modus an, in dem das OSD startet:
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
930
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
931 .PD 0
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
932 .RSs
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
933 .IPs 0:
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
934 nur Untertitel
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
935 .IPs 1:
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
936 Lautstärkeleiste und Positionsanzeige (Standard)
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
937 .IPs 2:
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
938 Lautstärkeleiste, Positionsanzeige und prozentuale Dateiposition
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
939 .IPs 3:
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
940 Lautstärkeleiste, Positionsanzeige, prozentuale Dateiposition und
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
941 Dateidauer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
942 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
943 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
944 .B \-sid <id> (siehe auch \-slang)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
945 Aktiviert die Anzeige von DVD-Untertiteln. Du MUSST eine ID angeben, die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
946 einer DVD-Untertitelsprache entspricht (0\-31).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
947 Eine Liste mit verfügbaren Untertiteln erhälst du bei der Verwendung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
948 der Option \-v.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
949 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
950 .B \-slang <zweibuchstabiger\ Ländercode> (siehe auch \-sid)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
951 Funktioniert nur bei DVD-Wiedergabe.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
952 Aktiviert/\:selektiert die Sprache der DVD-Untertitel.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
953 Eine Liste mit verfügbaren Untertiteln erhälst du bei der Verwendung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
954 der Option \-v.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
955
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
956 .I BEISPIEL:
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
957 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
958 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
959 .IPs "\-slang hu,en"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
960 Wählt ungarische Untertitel und verwendet die englischen Untertitel, wenn
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
961 es keine ungarischen gibt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
962 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
963 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
964 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
965 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
966 .B \-sub <Untertiteldatei>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
967 Benutzt diese Untertitel.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
968 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
969 .B \-sub-bg-alpha <0\-255>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
970 Gibt an, wie transparent der Alphakanal bei Untertiteln und dem OSD ist.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
971 Große Werte bedeuten mehr Transparenz.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
972 Der Wert 0 ist eine Ausnahme und bedeutet 'vollständig transparent'.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
973 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
974 .B \-sub-bg-color <0\-255>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
975 Gibt die Hintergrundfarbe für Untertitel und das OSD an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
976 Momentan werden Untertitel nur in Graustufen dargestellt, sodass dieser
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
977 Wert äquivalent zur Farbintensität ist.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
978 Der Wert 255 steht für weiß und 0 für schwarz.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
979 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
980 .B \-subcc \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
981 Zeigt DVD-Closed-Caption-Untertitel an (CC).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
982 Diese sind KEINE VOB-Untertitel. Hierbei handelt es sich um spezielle
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
983 ASCII-Untertitel für Hörgeschädigte, die in VOB-Userdatenstreams auf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
984 den meisten Region-1-DVDs zu finden sind. CC-Untertitel wurden bisher
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
985 nicht auf DVDs für andere Regionen gefunden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
986 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
987 .B \-subcp <Codepage>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
988 Wenn dein System iconv(3) unterstützt, so kannst du mit dieser Option
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
989 die Codepage für die Untertitel angeben.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
990
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
991 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
992 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
993 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
994 \-subcp latin2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
995 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
996 \-subcp cp1250
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
997 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
998 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
999 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1000 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1001 .B \-sub\-demuxer <Nummer> (BETA\-CODE)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1002 Erzwingt den Untertiteldemuxertyp für \-subfile.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1003 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1004 .B \-subdelay <sek>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1005 Verzögert die Untertitel um <sek> Sekunden. Kann negativ sein.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1006 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1007 .B \-subfont-autoscale <0\-3>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1008 Setzt den Modus für automatische Skalierung der Untertitel.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1009
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1010 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1011 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1012 Null bedeutet, dass text-scale und osd-scale Schrifthöhen in Punkten sind.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1013 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1014 Der Modus kann folgende Werte annehmen:
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1015
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1016 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1017 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1018 .IPs 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1019 keine automatische Skalierung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1020 .IPs 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1021 proportional zur Höhe des Films
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1022 .IPs 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1023 proportional zur Breite des Films
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1024 .IPs 3
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1025 proportional zur Diagonale des Films (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1026 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1027 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1028 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1029 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1030 .B \-subfont-blur <0\-8>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1031 Setzt den Verwischradius für die Schriften (Standard: 2).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1032 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1033 .B \-subfont-encoding <Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1034 Setzt die Schriftcodierung.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1035 Wenn 'unicode' angegeben wird, so werden alle Zeichen der Schriftdatei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1036 gerendert, und unicode wird benutzt werden (Standard: unicode).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1037 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1038 .B \-subfont-osd-scale <0\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1039 Setzt den Koeffizienten für die automatische Skalierung der OSD-Elemente
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1040 (Standard: 6).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1041 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1042 .B \-subfont-outline <0\-8>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1043 Setzt die Schriftumrissstärke (Standard: 2).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1044 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1045 .B \-subfont-text-scale <0\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1046 Setzt den Koeffizienten für die automatische Skalierung der Untertitel
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1047 (prozentualer Anteil der Anzeigegröße) (Standard: 5).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1048 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1049 .B \-subfps <Rate>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1050 Gibt die Bilder/\:Sekunde-Rate der Untertitel an (Fließkommazahl). Standard
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1051 ist die gleiche FPS wie der Film.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1052
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1053 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1054 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1055 Funktioniert NUR bei bildbasierenden Untertitelformaten, NICHT mit z.B.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1056 MicroDVD.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1057 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1058 .B \-subfile <Dateiname> (BETA\-CODE)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1059 Momentan nutzlos. Macht das gleiche für Untertitel, was \-audiofile für
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1060 Audio macht (OggDS?).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1061 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1062 .B \-subpos <0\-100> (nützlich mit \-vop expand)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1063 Gibt die Position der Untertitel auf dem Bildschirm an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1064 Der Wert gibt die vertikale Position der Untertitel in % der Anzeigehöhe an.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1065 .TP
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1066 .B \-subalign <0\-2>
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1067 Gibt an, wie die Untertitel an subpos ausgerichtet werden.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1068 0 bedeutet Ausrichtung oben (Standardverhalten), 1 bedeutet Ausrichtung in
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1069 der Mitte, und 2 bedeutet Ausrichtung unten.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1070 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1071 .B \-subwidth <10\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1072 Gibt die maximale Breite der Untertitel an. Nützlich für Ausgabe auf dem
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1073 Fernseher.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1074 Der Wert ist die Breite in Prozent der Bildschirmbreite.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1075 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1076 .B \-unicode
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1077 Sagt MPlayer, dass er die Untertitel als UNICODE behandeln soll.
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: 6755
diff changeset
1078 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1079 .B \-utf8 \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1080 Sagt MPlayer, dass er die Untertitel als UTF8 behandeln soll.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1081 .TP
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1082 .B \-sub-no-text-pp
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1083 Deaktiviert jegliche Textbearbeitung, die normalerweise nach dem Laden der
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1084 Untertitel geschieht. Wird für's Debuggen benutzt.
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1085 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1086 .B \-vobsub <vobsub\-Datei ohne Erweiterung>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1087 Gibt die VobSub-Dateien an, die als Untertitel angezeigt werden sollen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1088 Angegeben wird der volle Pfadname ohne Erweiterung, z.B.\& ohne '.idx',
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1089 \'.ifo' oder '.sub'.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1090 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1091 .B \-vobsubid <0-31>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1092 Gibt die ID für die VobSubs an.
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1093 .TP
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1094 .B \-spualign <-1\-2>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1095 Gibt an, wie SPU\-Untertitel (DVD/\:VobSub) angeordnet werden. Es gelten
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1096 die gleichen Werte wie bei \-subpos, wobei -1 für die Originalposition
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1097 steht.
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1098 .TP
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1099 .B \-spuaa <Modus>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1100 Antialiasingmodus/Skalierungmodus für DVD/\:VobSub. Ein Wert von 16 kann zum
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1101 Modus hinzuaddiert werden, um die Skalierung auch dann zu erzwingen, wenn
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1102 das Orignalbild und das skalierte Bild bereits die gleiche Größe haben, um
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1103 z.B. auch dann die Untertitel mit einem Gaußschen Unschärfefilter zu
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1104 bearbeiten. Die verfügbaren Modi lauten:
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1105 .PD 0
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1106 .RSs
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1107 .IPs 0
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1108 nix (am schnellsten, sehr hässlich)
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1109 .IPs 1
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1110 Approximation (kaputt?)
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1111 .IPs 2
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1112 komplett (langsam)
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1113 .IPs 3
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1114 bilinear (Standard, schnell und nicht zu übel)
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1115 .IPs 4
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1116 benutzt Gaußsche Unschärfe des Softwareskalierers (sieht sehr gut aus)
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1117 .RE
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1118 .PD 1
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1119 .
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1120 .TP
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1121 .B \-spugauss <0.0\-3.0>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1122 Varianzparameter der Gaußschen Unschärfe bei \-spuaa 4. Höhere Werte stehen
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1123 für mehr Unschärfe. Der Standardwert ist 1.0.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1124
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1125
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1126 .SH "OPTIONEN FÜR DIE AUDIOAUSGABE (NUR BEI MPLAYER)"
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1127 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1128 .B \-abs <Wert> (VERALTET)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1129 Überschreibt die automatisch erkannte Puffergröße der Audiotreiber/\:\-karte;
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1130 nur mit \-ao oss.
6399
8a6489d6d7ea update to english version
jonas
parents: 6362
diff changeset
1131 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1132 .B \-af <plugin1,plugin2,plugin3[=options],...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1133 Aktiviert eine kommaseparierte Liste von Audiofiltern zusammen mit ihren
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1134 Optionen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1135 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1136 Die verfügbaren Filter lauten:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1137 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1138 .RSs
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1139 .IPs resample[=srate[:sloppy][:type]]
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1140 Ändert die Samplerate des Audiostreams zu der ganzzahlen srate (in Hz).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1141 Unterstützt nur das 16bit Little-Endian-Format.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1142 .IPs channels[=nch]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1143 Ändert die Anzahl der Kanäle in nch Ausgabekanäle.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1144 Falls die Anzahl Ausgabekanäle größer ist als die Anzahl Eingangskanäle,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1145 so werden leere Kanäle erzeugt (Ausnahme: Upmix von Mono auf Stereo. Hier wird
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1146 der Monokanal auf beiden Ausgabekanälen wiederholt).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1147 Ist die Anzahl Ausgabekanäle kleiner als die Anzahl Eingangskanäle,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1148 so werden die überflüssigen Kanäle verworfen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1149 .IPs format[=bps,f]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1150 Wählt das Format "f" und die Anzahl der Bits pro Sample, bps, für die Ausgabe
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1151 der Filterschicht. Die Option bps ist eine ganze Zahl. Das Format f ist eine
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1152 Zeichenkette, die das Format beschreibt und folgende Optionen enthalten kann:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1153 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1154 alaw, mulaw oder imaadpcm
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1155 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1156 float oder int
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1157 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1158 unsigned oder signed
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1159 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1160 le oder be (little oder big endian)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1161 .br
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1162 .IPs "volume[=v:sc]"
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1163 Wählt das Lautstärkelevel der Ausgabe.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1164 Der Filter ist nicht reentrant und kann dementsprechend nur einmal pro
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1165 Audiostream aufgerufen werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1166 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1167 v: gewünschte Verstärkgun in dB für alle Kanäle in diesem Stream. Die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1168 Verstärkung kann zwischen -200dB und +40dB liegen, wobei -200dB den
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1169 Sound komplett verstummen lässt und 1000dB einer 1000fachen Verstärkung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1170 entsprechend.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1171 Die Standardverstärkung ist -20dB.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1172 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1173 sc: Aktiviert "soft clipping".
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1174 .REss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1175 .IPs "pan[=n:l01:l02:..l10:l11:l12:...ln0:ln1:ln2:...]"
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1176 Mischt Kanäle beliebig. Details findest du in DOCS/sound.html.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1177 .RSss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1178 n: Anzahl der Ausgabekanäle (1 - 6).
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1179 .br
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1180 lij: gibt an, wieviel vom Quallkanal j in den Ausgabekanal i gemischt wird.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1181 .REss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1182 .IPs "sub[=fc:ch]"
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1183 Fügt einen Sub-woofer-Kanal hinzu.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1184 .RSss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1185 fc: ab dieser Frequenz schneidet der Tiefpassfilter ab (20Hz bis 300Hz,
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1186 Standardwert ist 60Hz).
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1187 .br
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1188 ch: Anzahl der Sub-Kanäle.
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1189 .REss
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1190 .IPs "surround[=d]"
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1191 Decoder für matrix encodierten Surroundsound. Funktioniert bei vielen
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1192 Zweikanaldateien.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1193 .RSss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1194 d: Verzögerung in ms für den hinteren Lautsprecher (0ms bis 1000ms,
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1195 Standardwert ist 15ms).
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1196 .REss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1197 +.IPs delay[=ch1:ch2:...]
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1198 Verzögert die Soundausgabe.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1199 Gibt für jeden Kanal einzeln die Verzögerung der Soundausgabe in ms an
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1200 (Fließkommazahl zwischen 0 und 1000).
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1201 um d Sekunden (Fließkommazahl).
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1202 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1203 .
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1204 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1205 .B \-af-adv <force=(0\-3):list=(filters)> (siehe auch \-af)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1206 Gibt erweiterte Audiofilteroptionen an:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1207 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1208 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1209 .IPs force=<0-3>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1210 Erzwingt das Einfügen von Audiofiltern nach folgenden Regeln:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1211 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1212 0: Komplett automatisches Einfügen (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1213 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1214 1: für Geschwindigkeit optimiert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1215 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1216 2: für Genauigkeit optimiert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1217 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1218 3: kein automatisches Einfügen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1219 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1220 .IPs list=<Filter>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1221 Das gleiche wie \-af (siehe \-af).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1222 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1223 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1224 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1225 .B \-ao <Treiber1[:Gerät],Treiber2,...[,]>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1226 Gibt eine Prioritätenliste für die zu benutzenden Audiotreiber (optional
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1227 mit dem dazugehörigen Gerät) an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1228 \'Gerät' ist auch mit SDL zulässig und gibt dann das Untergerät/den
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1229 Untertreiber an.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1230
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1231 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1232 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1233 Eine vollständige Liste der verfügbaren Audiotreiber erhälst du mit \-ao help.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1234 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1235 Wenn die Liste mit ',' endet, so werden notfalls auch nicht aufgeführte
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1236 Treiber benutzt.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1237
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1238 .I BEISPIEL:
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1239 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1240 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1241 .IPs "\-ao oss:/\:dev/\:dsp2,oss:/\:dev/\:dsp1,"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1242 probiert zuerst, OSS mit den angegeben Geräten zu benutzen, und benutzt
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1243 andere Treiber, falls diese nicht funktionieren.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1244 .IPs "\-ao sdl:esd"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1245 Gibt den SDL-Untertreiber an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1246 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1247 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1248 .
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1249 .TP
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1250 .B \-aofile <Dateiname>
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1251 Dateiname für \-ao pcm.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1252 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1253 .B \-aop <list=Plugin1,Plugin2...:Option1=Wert1:opt2=Wert2...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1254 Gibt die Audioplugins und ihre Optionen an (siehe auch in der Dokumentation).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1255 .br
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1256 Verfügbare Optionen sind:
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1257 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1258 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1259 .IPs list=[Plugins]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1260 Kommaseparierte Liste der Plugins (resample, surround, format, volume,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1261 extrastereo, volnorm)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1262 .IPs delay=<Sek>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1263 Beispiel-Plugin, benutze es nicht.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1264 .IPs format=<Format>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1265 Ausgabeformat (nur beim format-Plugin)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1266 .IPs fout=<Hz>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1267 Ausgabefrequenz (nur beim resample-Plugin)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1268 .IPs volume=<0\-255>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1269 Lautstärke (nur beim volume-Plugin)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1270 .IPs mul=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1271 Stereokoeffizient (standardmäßig 2.5) (nur beim extrastereo-Plugin)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1272 .IPs softclip
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1273 Compressor- / 'soft\-clipping'-Einstellungen (nur beim volume-Plugin)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1274 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1275 .
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1276 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1277 .B \-delay <Sek>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1278 Audioverzögerung in Sekunden (Fließkommazahl, kann negativ sein).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1279 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1280 .B \-format <0\-8192>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1281 Wählt das Ausgabeformat der Filterschicht. Die Formatnummer entspricht den
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1282 in libao2/afmt.h definierten Werten.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1283
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1284 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1285 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1286 .IPs 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1287 Mu-Law
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1288 .IPs 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1289 A-Law
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1290 .IPs 4
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1291 Ima-ADPCM
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1292 .IPs 8
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1293 Signed 8-bit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1294 .IPs 16
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1295 Unsigned 8-bit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1296 .IPs 32
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1297 Unsigned 16-bit (Little-Endian)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1298 .IPs 64
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1299 Unsigned 16-bit (Big-Endian)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1300 .IPs 128
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1301 Signed 16-bit (Little-Endian)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1302 .IPs 256
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1303 Signed 16-bit (Big-Endian)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1304 .IPs 512
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1305 MPEG (2) Audio
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1306 .IPs 1024
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1307 AC3
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1308 .IPs 4096
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1309 Signed 32-bit (Little-Endian)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1310 .IPs 8192
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1311 Signed 32-bit (Big-Endian)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1312 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1313 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1314 .
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1315 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1316 .B \-mixer <Gerät>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1317 Teil MPlayer das zu benutzende Mixergerät mit (Standard: /dev/\:mixer).
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1318 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1319 .B \-nowaveheader (nur bei -ao pcm)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1320 Schreibe keinen Wave-Header in die Datei. Wird für RAW-PCM benutzt.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1321
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1322
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1323 .SH "OPTIONEN FÜR DIE VIDEOAUSGABE (NUR BEI MPLAYER)"
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1324 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1325 .B \-aa* (nur bei \-vo aa)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1326 Du bekommst eine Liste mit allen Optionen und ihren Erläuterungen mit
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1327 .I mplayer \-aahelp
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1328 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1329 .B \-bpp <Farbtiefe>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1330 Benutze eine andere als die automatisch erkannte Farbtiefe.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1331 Nicht alle \-vo-Treiber unstützen das (fbdev, dga2, svga, vesa).
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1332 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1333 .B \-brightness <\-100\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1334 Passt die Helligkeit der Videoausgabe an (Standard: 0).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1335 Ändert die Intensität der RGB-Komponenten des Videosignals von Schwarz zu
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1336 Weiß.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1337 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1338 .B \-contrast <\-100\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1339 Passt den Kontrast der Videoausgabe an (Standard: 0).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1340 Funktioniert so ähnlich wie bei der Helligkeit.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1341 .TP
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1342 .B \-dfbopts <Wert> (nur mit \-vo directfb2)
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1343 Gibt eine Parameterliste für den directfb-Treiber an.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
1344 .TP
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1345 .B \-display <Name>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1346 Gibt den Rechnernamen und die Anzeigenummer des X-Servers an, auf dem
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1347 die Anzeige erscheinen soll.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1348
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1349 .I BEISPIEL:
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1350 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1351 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1352 \-display xtest.localdomain:0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1353 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1354 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1355 .
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1356 .TP
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1357 .B \-double
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1358 Aktiviert die Doppelpufferung.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1359 Vermeidet Flimmern dadurch, dass zwei Bilder im Speicher gehalten werden,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1360 von denen das eine angezeigt wird, während das andere noch decodiert wird.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1361 Kann das OSD beeinflussen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1362 Braucht doppelt so viel Speicher wie Einfachpufferung und wird somit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1363 nicht mit Grafikkarten funktionieren, die nur über sehr wenig Speicher
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1364 verfügen.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1365 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1366 .B \-dr \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1367 Schaltet direktes Rendern an (wird nicht von allen Codecs und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1368 Videoausgabetreibern unterstützt) (srandardmäßig aus).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1369 Warnung: Kann zu Störungen beim OSD oder bei den Untertiteln führen!
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1370 .TP
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: 6755
diff changeset
1371 .B \-dxr2 <option1:option2:...>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1372 Mit dieser Option wird der dxr2-Treiber gesteuert.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1373 Anmerkung: Der lavc-Filter wird jetzt automatisch eingefügt, wenn ein
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1374 Nicht-MPEG1/2-Film abgespielt wird, sodass alle von MPlayer unterstützten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1375 Formate sofort funktionieren sollten, wenn du genug CPU-Power hast, um
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1376 in Echtzeit zu encodieren.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1377 Das Overlaychipset der dxr2 liefert eine ziemlich schlechte Qualität.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1378 Die Standardeinstellungen sollten andererseits bei jedem funktionieren.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1379 Das OSD funktioniert eventuell beim Overlay (beim TV nicht), indem es
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1380 mit dem Colorkey angezeigt wird. Mit den Standardeinstellungen für den
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1381 Colorkey wirst du variierende Effekte erleben. Normalerweise wirst du
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1382 den Colorkey um die Buchstaben herum sehen könenn oder andere lustige
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1383 Effekte sehen. Durch vernünftige Anpassung der Colorkey-Einstellungen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1384 solltest du aber in der Lage sein, akzeptable Ergebnisse zu erzielen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1385 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1386 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1387 .IPs ar-mode=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1388 Modus für die Anpassung des Höhen-/Breitenverhältnisses
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1389 (0 = normal, 1 = pan scan, 2 = letterbox (Standard))
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1390 .IPs iec958\-encoded/\:decoded
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1391 iec958-Ausgabemodus
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1392 .IPs mute
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1393 Stummschalten der Soundausgabe
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1394 .IPs ucode=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1395 Pfad zum Microcode
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1396 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1397 .RS
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: 6755
diff changeset
1398
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1399 .I TV-Ausgabe
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1400 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1401 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1402 .IPs 75ire
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1403 schaltet 7.5 IRE an
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1404 .IPs bw\ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1405 TV-Ausgabe in Schwarz/Weiß
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1406 .IPs color
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1407 TV-Ausgabe in Farbe
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1408 .IPs interlaced
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1409 TV-Ausgabe ist interlaced
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1410 .IPs macrovision=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1411 Macrovision-Modus (0 = off (Standard), 1 = agc, 2 = agc 2 colorstripe,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1412 3 = agc 4 colorstripe)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1413 .IPs norm=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1414 TV-Standard (ntsc (Stadard), pal,pal60,palm,paln,palnc)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1415 .IPs square/\:ccir601\-pixel
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1416 TV-Pixelmodus
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1417 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1418 .RS
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1419
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1420 .I Overlay
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1421 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1422 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1423 .IPs cr-[left|right|top|bot]=<\-20\-20>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1424 Anpassung der Beschneidung beim Overlay
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1425 .IPs ck-[rgb]min=<0\-255>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1426 Minimalwert für den color key
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1427 .IPs ck-[rgb]max=<0\-255>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1428 Maximalwert für den color key
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1429 .IPs ck-[rgb]=<0\-255>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1430 Werte des color keys
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1431 .IPs ignore\-cache
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1432 bentuze nicht den VGA-Cache
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1433 .IPs ol-osd
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1434 Aktiviert den OSD-Hack mit dem Overlay
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1435 .IPs ol[hwxy]\-cor=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1436 Passt die Größe und Position des Overlays an, falls es nicht ganz den
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1437 Fensterproportionen entspricht.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1438 .IPs overlay
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1439 Aktiviert das Overlay
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1440 .IPs overlay-ratio=<1\-2500>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1441 stellt das Overlay ein (standardäßig 1000)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1442 .IPs update\-cache
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1443 Erneuert den VGA-Cache
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1444 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1445 .
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: 6755
diff changeset
1446 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1447 .B \-fb <Gerät> (nur bei fbdev oder DirectFB)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1448 Gibt das zu benutzende Framebuffer-Gerät an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1449 Standardmäßig wird /dev/\:fb0 verwendet.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1450 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1451 .B \-fbmode <Modusname> (nur bei fbdev)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1452 Wechselt in den angegebenen Videomodus, so wie er in /etc/\:fb.modes steht.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1453
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1454 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1455 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1456 Der VESA-Framebuffer unterstützt den Auflösungswechsel nicht.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1457 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1458 .B \-fbmodeconfig <Dateiname> (nur bei fbdev)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1459 Benutze diese Konfigurationsdatei an Stelle von /etc/\:fb.modes.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1460 Nur zusammen mit dem fbdev-Treiber gültig.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1461 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1462 .B \-forcexv (nur bei SDL)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1463 Erzwingt die Benutzung von XVideo.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1464 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1465 .B \-fs \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1466 Vollbildwiedergabe (zentriert den Film und erstellt schwarze Balken rund um
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1467 das Bild). Schalte zwischen dem Vollbild- und dem Fenstermodus mit 'f'
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1468 hin und her (nicht jeder Videoausgabetreiber unterstützt dieses).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1469 Siehe auch \-zoom.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1470 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1471 .B \-fsmode-dontuse <0-31> (VERALTET) (benutze \-fs)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1472 Benutze diese Option, wenn du mit dem Vollbildmodus Probleme hast.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1473 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1474 .B \-geometry x[%][:y[%]] oder [WxH][+x+y]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1475 Gibt an, wo die Videoausgabe initial erscheint.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1476 x und y sind Angaben in Pixeln und geben den Abstand von der rechten oberen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1477 Ecke des Bildschirms bis zur rechten oberen Ecke des darzustellenden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1478 Bildes an. Wenn Prozentwerte verwendet werden, dann wird statt dessen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1479 die prozentuale Bildschirmbreite/-höhe verwendet. Auch das bei der
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1480 X\-Standardoption \-geometry verwendete Format wird unterstützt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1481 Die Werte müssen ganze Zahlen sein.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1482
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1483 Anmerkung: Diese Option wird nur bei wenigen \-vos unterstützt. Zu diesen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1484 gehören tdfxfb, bfdev und xv.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1485
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1486 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1487 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1488 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1489 .IPs 50:40
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1490 Platziert das Fenster an x=50, y=40.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1491 .IPs 50%:50%
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1492 Platziert das Fenster in der Mitte des Bildschirms.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1493 .IPs 100%
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1494 Platziert das Fenster in der linken oberen Ecke des Bildschirmes.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1495 .IPs 100%:100%
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1496 Platziert das Fenster in der unten linken Ecke des Bildschirmes.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1497 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1498 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1499 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1500 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1501 .B \-hue <\-100\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1502 Passt die Farbe des Videosignals an (Standard: 0).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1503 Du kannst mit dieser Option negative Farben erhalten.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1504 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1505 .B \-icelayer <0\-15> (nur mit icewm)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1506 Gibt die Schicht an, die das Vollbildfenster von MPlayer bei icewm bekommt.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1507
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1508 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1509 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1510 .IPs 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1511 Desktop
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1512 .IPs 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1513 darunter
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1514 .IPs 4
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1515 normal
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1516 .IPs 6
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1517 OnTop
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1518 .IPs 8
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1519 Dock
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1520 .IPs 10
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1521 AboveDock
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1522 .IPs 12
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1523 Menu (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1524 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1525 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1526 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1527 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1528 .B \-jpeg <option1:option2:...> (nur mit \-vo jpeg)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1529 Gibt Optionen für die JPEG-Ausgabe an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1530 .br
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1531 Verfügbare Optionen sind:
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1532 .PD 0
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1533 .RSs
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1534 .IPs [no]progressive
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1535 Standard-JPEG oder progressives JPEG
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1536 .IPs [no]baseline
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1537 Benutze eine baseline (oder auch nicht).
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1538 .IPs optimize=<Wert>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1539 Optimierungswert [0\-100]
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1540 .IPs smooth=<Wert>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1541 Glättungsfaktor [0\-100]
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1542 .IPs quality=<Wert>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1543 Qualitätsfaktor [0\-100]
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1544 .IPs outdir=<Wert>
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1545 Verzeichnis, in dem die JPEG-Bilder gespeichert werden.
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1546 .RE
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1547 .PD 1
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
1548 .
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1549 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1550 .B \-monitor_dotclock <dotclock\-\ (oder\ pixelclock\-)Bereich> (nur bei fbdev und vesa)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1551 Lies etc/\:example.conf und DOCS/\:video.html für weitere Erklärungen.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1552 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1553 .B \-monitor_hfreq <Bereich der Horizontalfrequenz> (nur bei fbdev und vesa)
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1554 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1555 .B \-monitor_vfreq <Bereich der Vertikalfrequenz> (nue bei fbdev und vesa)
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1556 .TP
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1557 .B \-monitoraspect <Verhältnis>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1558 Gibt das Höhen-/Breitenverhältnis deines Monitors oder Fernsehers an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1559 Siehe auch \-aspect, das das Verhältnis des Films angibt.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1560
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1561 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1562 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1563 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1564 \-monitoraspect 4:3 oder 1.3333
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1565 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1566 \-monitoraspect 16:9 oder 1.7777
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1567 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1568 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1569 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1570 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1571 .B \-nograbpointer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1572 Kontrolliert nach Wechsel des Videomodus (mit \-vm) den Mauszeiger nicht.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1573 Nützlich bei Multihead-Systemen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1574 .TP
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1575 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1576 .B \-nokeepaspect
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1577 Erhalte beim Ändern der Fenstergröße unter X11 nicht das
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1578 Höhen\-/\:Breitenverhältnis (funktioniert momentan nur mit \-vo x11, xv, xmga,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1579 und xvidix. Außerdem muss dein Windowmanager 'window aspect hints' verstehen.).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1580 .B \-noslices
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1581 Deaktiviert die Darstellung mit 16 Pixel hohen Abschnitten/\:Bändern und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1582 baut das ganze Bild in einem Rutsch auf.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1583 Kann - in Abhängigkeit von der Grafikkarte/dem Cache - langsamer oder
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1584 schneller sein. Hat nur mit libmpeg2 und den libavcodec-Codecs einen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1585 Effekt.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1586 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1587 .B \-panscan <0.0\-1.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1588 Aktiviert Pan & Scan. Dabei werden z.B. bei einem 16:9-Film und einem
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1589 4:3-Monitor die Seiten abgeschnitten, damit der komplette Bildbereich
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1590 ausgefüllt wird. Dieses funktioniert nur mit den xv-, xmga-, mga- und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1591 xvidix-Treibern.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1592 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1593 Der Wert gibt an, wieviel des Bildes weggeschnitten werden soll.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1594 .TP
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1595 .B \-rootwin
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1596 Zeigt den Film im Root-Fenster (dem Desktophintergrund) an, anstatt ein
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1597 neues Fenster zu öffnen. Funktioniert nur mit den x11-, xv-, xmga- und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1598 xvidix-Treibern.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1599 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1600 .B \-saturation <\-100\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1601 Passt die Sättigung der Videoausgabe an (Standard: 0).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1602 Mit dieser Option kannst du ein Graustufenbild erhalten.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1603 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1604 .B \-screenw <Pixel> \-screenh <Pixel>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1605 Wenn du einen Ausgabetreiber verwendest, der nichts über die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1606 Bildschirmauflösung weiß (fbdev/\:x11 und/\:oder TV-Ausgang), dann kannst
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1607 du hiermit die horizontale und vertikale Auflösung angeben.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1608 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1609 .B \-stop_xscreensaver
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1610 Deaktiviert den Bildschirmschoner beim Start von MPlayer und aktiviert ihn
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1611 beim Beenden wieder.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1612 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1613 .B \-vm \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1614 Versucht, in einen besser passenden Videomodus zu wechseln.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1615 dga, x11/\:xv (XF86VidMode) und sdl unterstützen \-vm.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1616 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1617 .B \-vo <Treiber1[:Gerät],Treiber2,...[,]>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1618 Gibt eine Prioritätenliste der zu verwendenden Videoausgabetreiber
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1619 (optional mit ihren Geräten) an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1620 \'Gerät' ist auch mit SDL und GGI gültig und gibt dort den Untertreiber an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1621
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1622 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1623 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1624 Mit \-vo help bekommst du eine vollständige Liste aller vorhandener Treiber.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1625 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1626 Wenn die Liste mit ',' endet, so werden auch andere Treiber ausprobiert,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1627 falls die aufgelisteten nicht funktionieren.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1628
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1629 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1630 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1631 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1632 .IPs "\-vo xmga,xv,"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1633 Probiert zuerst den Matrox-Kerneltreiber, dann den Xv-Treiber, dann andere.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1634 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1635 .IPs "\-vo sdl:aalib"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1636 gibt den SDL-Untertreiber an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1637 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1638 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1639 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1640 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1641 .B \-vsync \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1642 Aktiviert VBI für VESA.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1643 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1644 .B \-wid <Fenster-ID>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1645 Gibt MPlayer das zu benutzende Fenster an, was z.B. nützlich ist, um MPlayer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1646 aus einem Browser heraus aufzurufen (z.B. mit plugger).
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1647 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1648 .B \-xineramascreen <0\-...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1649 Bei Xinerama-Konfigurationen (z.B.\& bei einem einzigen Desktop, der sich
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1650 über mehrere Monitore erstreckt) gibt diese Option an, auf welchem Schirm
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1651 das Video angezeigt werden soll.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1652 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1653 .B \-z <0\-9>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1654 Gibt die Kompressionsstufe bei der PNG-Ausgabe (\-vo png) an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1655
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1656 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1657 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1658 .IPs 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1659 keine Kompression
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1660 .IPs 9
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1661 maximale Kompression
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1662 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1663 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1664 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1665 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1666 .B \-zrbw (nur bei \-vo zr)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1667 Schwarz/\:Weiß-Modus. Um die maximale Performance zu erreichen, kann diese
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1668 Option mit der Option 'decode only in black and white' für zur FFmpeg-Familie
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1669 gehörende Codecs kombiniert werden.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1670 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1671 .B \-zrcrop <[Breite]x[höhe]+[x offset]+[y offset]> (nur bei \-vo zr)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1672 Wählt den anzuzeigenden Teilausschnitt des Bildes. Wird diese Option mehrmals
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1673 angegeben, so aktiviert sie den Cinerama-Modus.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1674 Im Cinerama-Modus wird der Film auf mehr als einen Fernseher (oder Beamer)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1675 verteilt, um insgesamt eine größere Anzeigefläche zu erhalten.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1676 Optionen, die nach dem n\-ten \-zrcrop erscheinen, gelten für die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1677 n\-te MJPEG-Karte. Für jede Karte sollte zusätzlich zu \-zrcrop ein \-zrdev
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1678 angegeben werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1679 Beispiele befinden sich in der Zr-Sektion der Dokumentation oder in der
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1680 Ausgabe von \-zrhelp.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1681 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1682 .B \-zrdev <Gerät> (nur bei \-vo zr)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1683 Gibt die zu deiner MJPEG-Karte gehörende Gerätedatei an. Standardmäßig
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1684 verwendet der Treiber das erste v4l-Gerät, das er findet.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1685 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1686 .B \-zrfd (nur bei \-vo zr)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1687 Erzwungene Dezimierung: Dezimierung, wie mit \-zrhdec und \-zrvdec angegeben,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1688 wird nur angewandt, wenn der Hardwareskalierer das Bild wieder auf seine
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1689 ursprüngliche Größe ausdehnen kann. Mit dieser Option wird die Dezimierung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1690 erzwungen.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1691 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1692 .B \-zrhelp (nur bei \-vo zr)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1693 Zeigt eine Liste aller \-zr*-Optionen, ihre Standardwerte und ein Beispiel
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1694 für den Cinerama-Modus an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1695 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1696 .B \-zrnorm <norm> (nur bei \-vo zr)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1697 Gibt den Fernsehstandard PAL oder NTSC an. Standardwert ist 'keine Änderung'.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1698 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1699 .B \-zrquality <1\-20> (nur bei \-vo zr)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1700 Die Nummer gibt die JPEG-Codierungsqualität an. 1 entspricht bester Qualität
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1701 und 20 der schlechtesten Qualität.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1702 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1703 .B \-zrvdec <1,2,4> \-zrhdec <1,2,4> (nur bei \-vo zr)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1704 Vertikale/\:horizontale Dezimierung: Weist den Treiber an, nur jede zweite
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1705 oder vierte Zeile bzw. Spalte des Bildes an die MJPEG-Karte zu schicken und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1706 den Hardwareskalierer der MJPEG-Karte dazu zu benutzen, das Bild wieder
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1707 auf seine Urpsrungsgröße auszudehnen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1708 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1709 .B \-zrxdoff <x display offset>, \-zrydoff <y display offset> (nur bei \-vo zr)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1710 Wenn das Bild kleiner als der Fernsehbildschirm ist, so wird mit diesen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1711 Optionen die Bildposition relativ zur oberen linken Ecke des Fernsehers
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1712 kontrolliert. Standardmäßig erscheint das Bild zentriert.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1713
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1714
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1715 .SH "OPTIONEN FÜR DIE DECODIERUNG/DAS FILTERN"
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1716 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1717 .B \-ac <[-]codec1,[-]codec2,...[,]>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1718 Gibt eine Prioritätsliste der zu verwendenden Audiocdoecs an. Die Codecnamen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1719 entsprechen den in codecs.conf definierten Einträgen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1720 Ein '-' vor einem Namen deaktiviert diesen Codec.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1721
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1722 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1723 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1724 Mit \-ac help erhälst du eine vollständige Liste aller verfügbaren Codecs.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1725 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1726 Wenn die Liste mit ',' endet, so werden notfalls auch nicht aufgeführte
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1727 Codecs ausprobiert.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1728
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1729 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1730 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1731 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1732 .IPs "\-ac mp3acm"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1733 Erzwingt dem l3codeca.acm-MP3-Codec.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1734 .IPs "\-ac mad,"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1735 Probiert zuerst die libmad und dann andere Codecs.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1736 .IPs "\-ac hwac3,a52,"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1737 Zuerst wird versucht, AC3 unverändert durchzureichen, dann die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1738 Software-AC3-Decodierung, danach andere Codecs.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1739 .IPs "\-ac -ffmp3,"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1740 Probier andere Codecs bis auf dem MP3-Decoder von FFmpeg.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1741 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1742 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1743 .
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
1744 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1745 .B \-afm <Treiber1,Treiber2,...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1746 Gibt eine Prioritätsliste der zu verwendenden Audiocodecfamilien an,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1747 so wie sie in codecs.conf definiert wurden. Wenn keine der angegebenen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1748 Familien benutzt werden kann, so werden die Standardcodecs verwendet.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1749
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1750 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1751 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1752 Mit \-afm help erhälst du eine Liste aller verfügbaren Treiber.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1753
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1754 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1755 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1756 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1757 .IPs "\-afm ffmpeg"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1758 Probiert zuerst die Codecs von FFmpegs libavcodec (mp1/\:2/\:3).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1759 .IPs "\-afm acm,dshow"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1760 Probiert zuerst die Win32-Codecs.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1761 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1762 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1763 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1764 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1765 .B \-aspect <Verhältnis>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1766 Überschreibt das Höhen-/Breitenverhältnis des Films. Bei MPEG-Dateien
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1767 wird das Verhältnis automatisch erkannt. Bei den meisten AVI-Dateien kann
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1768 es nicht automatisch erkannt werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1769
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1770 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1771 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1772 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1773 \-aspect 4:3 oder \-aspect 1.3333
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1774 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1775 \-aspect 16:9 oder \-aspect 1.7777
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1776 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1777 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1778 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1779 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1780 .B \-flip \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1781 Stellt das Bild auf den Kopf.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1782 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1783 .B \-lavdopts <option1:option2:...> (DEBUG-CODE)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1784 Wenn zur Decodierung ein Codec der libavcodec eingsetzt werden kann, so
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1785 werden seine Parameter mit dieser Option angegeben.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1786
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1787 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1788 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1789 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1790 \-lavdopts bug=1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1791 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1792 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1793
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1794 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1795 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1796 Gib nur bei denjenigen Optionen Werte an, die du auch wirklich anschalten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1797 möchtest.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1798 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1799 Verfügbare Optionen sind:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1800 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1801 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1802 .IPs ec\ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1803 Verbergen von Fehlern:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1804 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1805 1: benutze einen starken Deblock-Filter bei beschädigten Macroblöcken (MBs)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1806 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1807 2: iterative MotionVector-Suche (MV, langsam)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1808 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1809 3: alles (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1810 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1811 .IPs er=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1812 Fehlerbehandlung:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1813 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1814 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1815 0: deaktiviert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1816 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1817 1: vorsichtig (sollte bei den meisten kaputten Encodern funktionieren)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1818 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1819 2: normal (Standard) (funktioniert mit den meisten konformen Encodern)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1820 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1821 3: agressiv (mehr Überprüfungen, die aber selbst bei konformen Daten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1822 Fehler liefern können)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1823 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1824 4: sehr agressiv
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1825 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1826 .IPs bug=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1827 manuelle Umgehung von Fehlern der Encoder:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1828 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1829 0: keine
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1830 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1831 1: automatische Fehlererkennung (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1832 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1833 2 (msmpeg4v3): einige alte mite lavc erstellte msmpeg4v3-Dateien (werden nicht
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1834 automatisch erkannt)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1835 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1836 4 (mpeg4): XviD-Interlacing-Fehler (wird bei einer FourCC von XVIX automatisch
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1837 erkannt)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1838 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1839 8 (mpeg4): UMP4 (wird bei einer FourCC von UMP4 automatisch erkannt)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1840 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1841 16 (mpeg4): Padding-Fehler
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1842 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1843 32 (mpeg4): "illegal vlc"-Fehler (je nach FourCC automatisch erkannt)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1844 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1845 64 (mpeg4): XviD und DivX qpel\-Fehler (wird automatisch erkannt)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1846 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1847 .IPs idct=<0\-99>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1848 (siehe lavcopts)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1849 .IPs gray
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1850 Decodierung nur mit Graustufen (was ein bischen schneller als mit Farbe ist)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1851 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1852 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1853 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1854 .B \-noaspect
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1855 Deaktiviert die automatische Anpassung des Höhen-/Breitenverhältnisses.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1856 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1857 .B \-nosound
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1858 Spielt keinen Sound ab bzw. encodiert keinen Sound.
7864
dacc35bc92c7 add -identify switch
ranma
parents: 7079
diff changeset
1859 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1860 .B \-pp <Qualität> (siehe auch \-vop pp)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1861 Setzt das Level der Nachbearbeitung der DLL. Diese Option kann
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1862 NICHT MEHR für MPlayers Nachbearbeitungsfilter verwendet werden, sondern
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1863 nur noch für diejnigen Win32-DirectShow-DLLs, die eigene interne
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1864 Nachbearbeitungsroutinen mitbringen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1865 Der gültige Wertebereich für \-pp hängt vom Codec ab, ist meistens aber
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1866 The valid range of \-pp value vary on codecs, mostly
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1867 0\-6, wobei 0=deaktiviert und 6=langsamster/bester Modus bedeutet.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1868 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1869 .B \-pphelp (siehe auch \-vop pp)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1870 Zeigt eine Zusammenfassung der vorhandenen Nachbearbeitungsfilter und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1871 Nutzungshinweise an.
5265
jonas
parents: 5185
diff changeset
1872 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1873 .B \-ssf <Modus>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1874 Wählt den Modus für den Softwareskalierer.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1875
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1876 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1877 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1878 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1879 \-vop scale \-ssf lgb=3.0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1880 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1881 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1882
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1883 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1884 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1885 .IPs lgb=<0\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1886 Gaußscher Unschärfefilter (beim Helligkeitsanteil)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1887 .IPs cgb=<0\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1888 Gaußscher Unschärfefilter (beim Farbanteil)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1889 .IPs ls=<0\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1890 Schärfefilter (beim Helligkeitsanteil)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1891 .IPs cs=<0\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1892 Schärfefilter (beim Farbanteil)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1893 .IPs chs=<h>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1894 Horizontale Verschiebung des Farbanteils
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1895 .IPs cvs=<v>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1896 Vertikale Verschiebung des Farbanteils
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1897 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1898 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1899 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1900 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1901 .B \-stereo <Modus>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1902 Wählt den Tpy der MP2/\:MP3-Stereoausgabe.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1903
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1904 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1905 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1906 .IPs 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1907 Stereo
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1908 .IPs 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1909 Linker Kanal
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1910 .IPs 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1911 Rechter Kanal
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1912 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1913 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1914 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1915 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1916 .B \-sws <Typ\ des\ Softwareskalierers> (siehe auch \-vop scale)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1917 Mit dieser Option wird die Qualität (und damit auch die Geschwindigkeit)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1918 des Softwareskalierers gewählt, der bei \-zoom zum Einsatz kommt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1919 Dieser wird beispielsweise bei x11 oder anderen Videotreibern benutzt,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1920 die keine Hardwarebeschleunigung bieten.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1921 Mögliche Werte sind:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1922
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1923 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1924 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1925 Für \-sws\ 2 und 7 kann die Schärfe mit dem Skalierungsparameter (p) des
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1926 Skalierungsfilters (\-vop scale (0 (weich) \- 100 (scharf))) gesetzt werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1927 Bei \-sws 9 gibt dieser Parameter dagegen die Filterlänge an (1 \- 10).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1928
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1929 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1930 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1931 .IPs 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1932 fast bilinear (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1933 .IPs 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1934 bilinear
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1935 .IPs 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1936 bicubic (gute Qualität)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1937 .IPs 3
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1938 experimental
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1939 .IPs 4
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1940 nearest neighbour (schlechte Qualität)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1941 .IPs 5
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1942 area
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1943 .IPs 6
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1944 luma bicubic / chroma bilinear
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1945 .IPs 7
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1946 gauss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1947 .IPs 8
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1948 sincR
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1949 .IPs 9
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1950 lanczos
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1951 .IPs 10
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1952 bicubic spline
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1953 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1954 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1955 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1956 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1957 .B \-vc <[-]codec1,[-]codec2,...[,]>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1958 Gibt eine Prioritätsliste der zu verwendenden Videocodecs an, so wie sie
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1959 in codecs.conf definiert werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1960 Ein '-' vor dem Codecnamen deaktiviert diesen Codec.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1961
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1962 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1963 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1964 Mit \-vc help wird eine vollständige Liste der verfügbaren Codecs ausgegben.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1965 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1966 Wenn die Liste mit ',' endet, dann werden notfalls auch nicht aufgeführte
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1967 Codecs benutzt.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1968
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1969 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1970 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1971 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1972 .IPs "\-vc divx"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1973 Erzwingt den Win32/\:VFW DivX-Codec; andere werden nicht ausprobiert.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1974 .IPs "\-vc divx4,"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1975 Probiet zuerst den divx4-Codec oder andere, wenn dieser nicht funktioniert.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1976 .IPs "\-vc -divxds,-divx,"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1977 Probiert alle Codecs außer den Win32-DivX-Codecs.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1978 .IPs "\-vc ffmpeg12,mpeg12,"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1979 Probiert zuerst libavcodecs MPEG1/\:2-Codec, gefolgt von libmpeg2, und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1980 dann erst andere.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1981 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1982 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1983 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
1984 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1985 .B \-vfm <Treiber1,Treiber2,...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1986 Gibt eine Prioritätsliste der zu verwendenden Videocodecfamilien an, so wie sie
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1987 in codecs.conf definiert werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1988 Wenn keiner davon funktioniert, werden die Standardfamilien ausprobiert.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1989
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1990 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1991 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1992 Falls MPlayer mit Unterstützung für libdivxdecore compiert wurde, dann
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1993 verwenden odivx und divx4 den gleichen DivX4-Codec, benutzen aber ein
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1994 unterschiedliches API.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1995 Unterschiede und Anmerkungen, wann welcher der beiden benutzt werden sollte,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1996 befinden sich in der DivX4-Sektion der Dokumentation.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1997 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1998 Mit \-vfm help wird eine vollständige Liste der verfügbaren Treiber ausgegeben.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
1999
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2000 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2001 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2002 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2003 .IPs "\-vfm ffmpeg,dshow,vfw"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2004 Probiert zuerst libavcodec, dann DirectShow, dann die VfW-Codecs und schließlich
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2005 andere, falls keine der Familien funktioniert hat.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2006 .IPs "\-vfm xanim"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2007 Probiert zuerst die XAnim-Codecs.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2008 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2009 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2010 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
2011 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2012 .B \-vop <...,filter3[=options],filter2,filter1>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2013 Aktiviert eine kommaseparierte Liste von Videofiltern zusammen mit ihren
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2014 Optionen. Diese Liste wird UMGEKEHRTER Reihenfolge durchlaufen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2015
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2016 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2017 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2018 Parameter sind optional und werden teilweise mit Standardwerten belegt,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2019 wenn sie weggelassen werden. Mit -1 werden die Standardwerte beibehalten.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2020 Die Parameter w:h bedeuten Breite (width) und Höhe (height); x:y bedeutet
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2021 die x;y-Position relativ zur linken oberen Ecke des größeren Bildes.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2022 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2023 Eine vollständige Liste aller verfügbaren Plugins liefert \-vop help.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2024 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2025 Die folgenden Filter sind verfügbar:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2026 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2027 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2028 .IPs crop[=w:h:x:y]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2029 Schneidet den angegeben Teil des Bildes aus und verwirft den Rest.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2030 Nützlich, um schwarze Balken bei Widescreen-Filmen zu entfernen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2031 .IPs cropdetect[=0\-255]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2032 Berechnet die Schneideparameter für den crop-Filter und gibt diese pro
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2033 Bild einmal auf stdout aus. Der Schwellwert kann optional angegeben werden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2034 und geht von 0 (nichts) bis hin zu 255 (alles) (Standard: 24).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2035 .IPs rectangle[=w:h:x:y]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2036 Zeichnet ein Rechteck mit der gewünschten Breite/\:Höhe an den angegebenen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2037 Koordinaten auf das Bild. Kann benutzt werden, um die Parameter für den
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2038 crop-Filter zu testen (Standard: maximale Breite/\:Höhe, x/\:y liegen oben
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2039 links).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2040 .IPs expand[=w:h:x:y:o]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2041 Vergrößert das Bild (KEINE Skalierung) auf die angegebene Größe und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2042 platziert das unskalierte Originalbild an die Koordinaten x/\:y.
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2043 Neegative Werte für w und h werden als Offsets bezüglich der Orignalgröße
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2044 interpretiert. Beispielsweise fügt expand=0:-50:0:0 einen 50 Pixel hohen
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2045 schwarzen Balken unterhalb des Bildes hinzu.
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2046 Kann benutzt werden, um die Platzierung des OSD/\:der Untertitel auf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2047 schwarzen Balken zu erreichen (Standard: Originalhöhe/\:\-breite, zentriertes
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2048 Bild).
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2049 Der letzte Parameter (de)aktiviert das OSD (Standard: 0 = deaktiviert).
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2050 .IPs flip
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2051 Stellt das Bild auf den Kopf. Siehe auch \-flip.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2052 .IPs mirror
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2053 Spiegelt das Bild an der Y-Achse.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2054 .IPs rotate[=<0-7>]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2055 Dreht das Bild um +/\:\- 90 Grad (und stellt es optional auf den Kopf).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2056 Bei 4\-7 wird das Bild nur dann gedreht, wenn es vorher hochkant steht
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2057 (es also höher als breit ist).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2058 .IPs scale[=w:h[:c[:p]]]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2059 Skaliert das Bild mit dem Softwareskalierer (langsam) und führt eine
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2060 Farbraumkonvertierung zwischen YUV und RGB durch (siehe auch \-sws).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2061 Der Wert 0 wird für skaliertes Ziel\-Höhen-/\:Breitenverhältnis
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2062 (Standard: Originalverhältnis, Zielverhältnis mit \-zoom). Optional
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2063 können "chroma skipping" (c zwischen 0 und 3) und Skalierungsparameter
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2064 angegeben werden (siehe \-sws).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2065 .IPs yuy2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2066 Erzwingt YV12/\:I420 oder 422P zu YUY2 Konvertierung in Software.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2067 .IPs rgb2bgr[=swap]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2068 Farbraumkonvertierung RGB 24/\:32 <\-> BGR 24/\:32 mit optionaler Vertauschung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2069 von R und B.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2070 .IPs palette
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2071 Farbraumkonvertierung RGB/\:BGR 8 \-> 15/\:16/\:24/\:32bpp unter Verwendung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2072 einer Farbpalette.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2073 .IPs format[=fourcc]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2074 Beschränkt den Farbraum des nächsten Filters. Führt keine Farbraumkonvertierung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2075 durch. Benutze ihn zusammen mit dem scale-Filter, um tatsächlich eine
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2076 Konvertierung durchzuführen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2077 .IPs pp[=Filter1[:Option1[:Option2...]]/[-]Filter2...] (siehe \-pphelp)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2078 Diese Option aktiviert die Benutzung von MPlayers internen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2079 Nachbearbeitungsfilter. Außerdem ist dieses die Schnittstelle, um an die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2080 Filter Parameter zu übergeben.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2081 Eine Liste mit allen vorhandenen Filtern erhälst du mit \-pphelp.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2082 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2083 Beachte, dass Unterfilter mit einem '/'\-Zeichen voneinander getrennt werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2084 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2085 Jeder Filter arbeitet normalerweise im Farbbereich ('c', chrominance).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2086 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2087 Mit einem vorangestellten '\-' kann eine Option deaktiviert werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2088 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2089 Mit einen ':' und einem folgenden Buchstaben hinter der Option kann angegeben
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2090 werden, wann/\:wie der Filter arbeitet:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2091 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2092 a: Schaltet den Filter automatisch aus, wenn die CPU zu langsam ist.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2093 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2094 c: Filtert den Farbanteil (chrominance).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2095 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2096 y: Filtere nicht den Farbanteil, sondern nur den Helligkeitsanteil (luminance).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2097 .REss
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
2098
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2099 .RS
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2100 .I BEISPIELE:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2101 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2102 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2103 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2104 \-vop pp=hb/vb/dr/al/lb
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2105 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2106 \-vop pp=hb/vb/dr/al
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2107 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2108 Standardfilter mit Helligkeits\-/\:Kontrastkorrektur:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2109 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2110 \-vop pp=de/\-al
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2111 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2112 Aktiviert die Standardfilter und den zeitlichen Rauschunterdrücker:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2113 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2114 \-vop pp=de/tn:1:2:3
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2115 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2116 Entfernt Blockartefakte horizontal im Helligkeitsbereich und abhängig
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2117 von der CPU\-Auslastung auch vertikal:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2118 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2119 \-vop pp=hb:y/vb:a \-autoq 6
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2120 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2121 .IPs lavc[=quality:fps]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2122 Echtzeit\-MPEG1\-Encoder für DVB/\:DXR3 (libavcodec)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2123 .IPs fame
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2124 Echtzeit\-MPEG1\-Encoder für DVB/\:DXR3 (fame)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2125 .IPs dvbscale[=Verhältnis]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2126 Wählt die optimale Skalierung für DVB\-Karten (Verhältnis =
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2127 DVB_HEIGHT*HÖHEN-/\:BREITENVERHÄLTNIS, Standard: 768)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2128 .IPs "noise[=luma[u][t|a][h][p]:chroma[u][t|a][h][p]]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2129 Fügt Rauschen hinzu
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2130 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2131 <0\-100>: Helligkeitsrauschen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2132 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2133 <0\-100>: Farbrauschen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2134 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2135 u: gleichförmiges Rauschen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2136 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2137 t: zeitliches Rauschen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2138 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2139 a: gleichverteiltes zeitliches Rauschen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2140 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2141 h: hohe Qualität
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2142 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2143 p: Mische Rauschen mit einem (halbwegs) gleichmäßigen Muster
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2144 .REss
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2145 .IPs "denoise3d[=Helligkeit:Farbe:Zeit]"
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2146 Dieser Filter versucht, Bildrauschen zu unterdrücken und so bewegungslose
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2147 Bilder wirklich statisch zu machen (was das Bild besser komprimierbar macht).
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2148 Ihm können bis zu drei Parameter übergeben werden. Wenn du einen Parameter
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2149 auslässt, so werden vernünftige Standardwerte angenommen.
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2150 .RSss
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2151 Helligkeit: räumliche Helligkeitsstärke (standard = 4)
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2152 .br
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2153 Farbe: räumliche Farbstärke (standard = 3)
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2154 .br
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2155 Zeit: zeitliche Stärke (standard = 6)
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2156 .REss
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2157 .IPs eq[=bright:cont]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2158 Aktiviert den Softwareequalizer mit interaktiver Kontrolle wie der
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2159 Hardware\-EQ\-Kontrolle.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2160 Die Werte können zwischen -100 und 100 liegen.
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2161 .IPs eq2[=gamma:Kontrast:Helligkeit:Sättigung:rg:gg:bg]
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2162 Alternativer Softwareequalizer, der Lookup-Tabellen benutzt (sehr langsam).
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2163 Er erlaubt neben simpler Anpassung der Helligkeit, des Kontrastes und der
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2164 Sättigung auch eine Gammakorrektur. Beachte, dass er den gleichen
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2165 MMX-optimierten Code benutzt wie der eq-Filter, wenn alle Gammawerte 1.0
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2166 betragen!
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2167 Die Parameter werden als Fließkommazahlen angegeben.
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2168 Standardwerte sind gamma=1.0, Kontrast=1.0, und Helligkeit=0.0 und
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2169 Sättigung=1.0. Die Parameter rg, gg, bg sind unabhängige Gammawerte für
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2170 die einzelnen Farbkomponenten Rot, Grün und Blau. Alle drei sind standardmäßig
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2171 auf 1.0.
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2172 Die Wertebereiche betragen 0.1\-10 für gamma, -2\-2 für Kontrast (negative
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2173 Werte invertieren das Bild), -1\-1 für die Helligkeit und 0\-3 für die
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2174 Sättigung.
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2175 .IPs halfpack[=f]
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2176 Konvertiert planaeres YUV 4:2:0 in halbhohes, gepacktes 4:2:2, wobei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2177 die Helligkeit runtergesamplet und der Farbanteil beibehalten wird.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2178 Nützlich bei Ausgaben auf Geräte mit niedriger Auflösung, bei denen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2179 die Hardwareskalierung schlechte Qualität liefert oder nicht verfügbar ist.
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2180 Kann auch als primitiver Deinterlacer benutzt werden, der nur auf dem
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2181 Helligkeitsanteil arbeitet und sehr wenig CPU-Leistung erfordert.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2182 Standardmäßig bildet halfpack den Durchschnitt mehrer Zeilen beim
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2183 Downsampling.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2184 Der optionale Parameter f steuert, welche Zeilen erhalten bleiben: bei 0
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2185 nur die geraden, bei 1 nur die ungeraden.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2186 Andere Werte für f aktivieren das Standardverhalten (Durchschnittsbildung).
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2187 .IPs dint[=sense:level]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2188 Erkennt interlaced Bilder im Videostream und verwirft jeweils das erste.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2189 Die Werte können zwischen 0.0 und 1.0 liegen. Der erste Wert (Standard: 0.1)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2190 ist die relative Differenz zwischen benachbarten Pixeln. Der zweite Wert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2191 (Standard: 0.15) gibt an, wieviel des Bildes als interlaced erkannt werden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2192 muss, damit das Bild verworfen wird.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2193 .IPs lavcdeint
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2194 Benutzt den Deinterlace-Filter von libavcodec.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2195 .IPs "unsharp=l|cWxH:Menge[:l|cWxH:Menge]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2196 Unschärfefilter / Gaußscher Weichzeichner
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2197 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2198 l: Effektanwendung beim Helligkeitsanteil
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2199 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2200 c: Effektanwendung beim Farbanteil
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2201 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2202 WxH: Breite und Höhe (width, height) der Matrix, die in beide Richtungen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2203 ungerade sein muss (min = 3x3, max = 13x11 oder 11x13, normalerweise
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2204 zwischen 3x3 und 7x7).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2205 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2206 Menge: relative "Menge" der Schärfe / Unschärfe, die dem Bild hinzugefügt
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2207 wird (Menge < 0 = Unschärfe, Menge > 0 = Schärfe, normalerweise zwischen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2208 \-1.5 und 1.5).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2209 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2210 .IPs swapuv
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2211 Vertauscht die U- und V-Anteile
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2212 .IPs "il=[d|i][s][:[d|i][s]]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2213 (de)interleavet Zeilen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2214 Das Ziel dieses Filters ist es, die Bearbeitung von interlaced Bildern zu
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2215 ermöglichen, ohne sie vorher zu deinterlacen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2216 Du kannst eine interlaced DVD filtern und am Fernseher ausgeben, ohne
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2217 das Interlacing zu entfernen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2218 Die meisten Filter deinterlacen permanent (smoothing averaging etc). Dieser
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2219 Filter hingegen teilt das Bild in zwei Felder auf (sogenannte Halbbilder),
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2220 sodass diese unabhängig voneinander gefiltert und wieder interleavet werden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2221 können.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2222
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2223 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2224 d: deinterleave, entschachteln
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2225 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2226 i: interleave, verschachteln
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2227 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2228 s: vertausche die Felder (die ungerade und geraden Zeilen)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2229 .REss
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2230 .IPs "field[=n]"
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2231 Extrahiert ein einzelnes Feld eines interlaceten Bildes mit Stridearithmetic,
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2232 um Verschwendung von CPU-Zeit zu vermeiden. Der optionale Parameter n
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2233 gibt an, ob das gerade oder ungerade Feld extrahiert wird (abhängig davon,
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2234 ob n selber gerade oder ungerade ist).
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2235 .IPs "boxblur=Radius:Stärke[:Radius:Stärke]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2236 Kastenunschärfe (?)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2237 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2238 Radius: Größe des Filters
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2239 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2240 Stärke: wie oft der Filter angewandt wird
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2241 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2242 .IPs "sab=Radius:pfilter:cDiff[:rad:pfilter:cDiff]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2243 shape adaptive blur
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2244 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2245 Radius: Stärke des Glättungsfilters (~0.1\-4.0) (je größer desto langsamer)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2246 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2247 pfilter: prefilter\-Stärke (~0.1\-2.0)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2248 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2249 cDiff: wie ungleich Pixel maximal sein dürfen, um noch benutzt zu werden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2250 (~0.1-100.0)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2251 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2252 .IPs "smartblur=Radius:Stärke:thresh[:Radius:Stärke:thresh]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2253 smart blur
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2254 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2255 Radius: Stärke des Glättungsfilters (~0.1\-5.0) (je größer desto langsamer)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2256 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2257 Stärke: glätten (0.0\-1.0) oder schärfen (-1.0\-0.0)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2258 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2259 thresh: filtere alles (0), filtere nur gleichförmige Beriche (0\-30) oder
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2260 filtere nur Kanten (-30\-0)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2261 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2262 .IPs "perspective=x0:y0:x1:y1:x2:y2:x3:y3:t"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2263 perspektivische Korrektur
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2264 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2265 x0,y0,...: Koordinaten der Ecken links oben, rechts oben, links unten, rechts
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2266 unten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2267 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2268 t: linear (0) oder cubic resampling (1)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2269 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2270 .IPs 2xsai
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2271 Benutzt den 2x-Skalier- und Interpolationsalgorithmus für die Skalierung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2272 und Glättung des Bildes.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2273 .IPs 1bpp
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
2274 Konvertierung von 1bpp\-Bitmaps nach YUV/BGR 8/15/16/32
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2275 .IPs "bmovl=hidden:opaque:<fifo>"
8846
e293d5eccd41 bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
mosu
parents: 8833
diff changeset
2276 Liest Bitmaps von einem FIFO und zeigt sie im Fenster an.
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2277 .
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2278 .RSss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2279 hidden: setzt den Standardwert des 'hidden'-Flag (Boolean)
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2280 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2281 opaque: schaltet zwischen Alphablending (transparent) und opaque (schnell)
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2282 um
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2283 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2284 fifo: Pfad und Dateiname des FIFOs (eine named pipe, die mplayer -vop bmovl
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2285 mit der kontrollierenden Anwendung verknüpft)
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2286 .REss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2287
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2288 .RS
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2289 FIFO-Kommandos:
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2290 .RE
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2291 .RSss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2292 RGBA32 Breite Höhe xpos ypos alpha clear
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2293 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2294 gefolgt von Breite*Höhe*4 Bytes RGBA32-Daten.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2295
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2296 ABGR32 Breite Höhe xpos ypos alpha clear
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2297 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2298 gefolgt von Breite*Höhe*4 Bytes ABGR32-Daten.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2299
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2300 RGB24 Breite Höhe xpos ypos alpha clear
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2301 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2302 gefolgt von Breite*Höhe*3 Bytes RGB32-Daten.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2303
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2304 BGR24 Breite Höhe xpos ypos alpha clear
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2305 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2306 gefolgt von Breite*Höhe*3 bytes BGR32-Daten.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2307
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2308 ALPHA Breite Höhe xpos ypos alpha
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2309 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2310 ändert Alpha für den Bereich
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2311
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2312 CLEAR Breite Höhe xpos ypos
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2313 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2314 löscht den Bereich
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2315
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2316 OPAQUE
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2317 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2318 deaktiviert die Alphatransparenz.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2319 Schicke "ALPHA 0 0 0 0 0", um sie wieder zu aktivieren.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2320
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2321 HIDE
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2322 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2323 versteckt die Bitmap
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2324
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2325 SHOW
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2326 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2327 zeigt die Bitmap an
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2328 .REss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2329
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2330 .RS
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2331 Argumente:
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2332 .RE
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2333 .RSss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2334 Breite, Höhe: Größe des Bildes/Bereiches.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2335 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2336 xpos, ypos: fange an Position X/Y an
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2337 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2338 alpha: setzt die Alphadifferenz. 0 bedeutet gleich wie beim Quellbild,
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2339 255 keine Transparenz, -255 komplett transparent.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2340 Wenn du den Wert auf -255 setzt, dann kannst du mit einer Sequenz von
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2341 ALPHA-Kommandos den Bereich auf -225, -200, -175 etc setzen, um einen netten
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2342 Fade-In-Effekt zu erzielen ;)
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2343 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2344 clear: löscht den Framebuffer vor dem Blitten.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2345 1 beduetet löschen. Bei 0 wird das Bild einfach auf das vorhandene geschrieben,
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2346 sodass du nicht immer 1,8MB RGBA32-Daten schicken musst, wenn sich nur ein
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2347 kleiner Teil des Bildschirms ändert.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2348 .REss
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
2349 .RE
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2350 .
5265
jonas
parents: 5185
diff changeset
2351 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2352 .B \-x <x> (nur bei MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2353 Skaliert das Bild auf eine Breite von x (falls Software\-/\:Hardwareskalierung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2354 verfügbar ist). Deaktiviert die Berechnung des Höhen\-/\:Breitenverhältnisses.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2355 s.TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2356 .B \-xvidopts <option1:option2:...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2357 Gibt zusätzliche Parameter für die Decodierung mti XviD an.
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: 6755
diff changeset
2358
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2359 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2360 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2361 .IPs dr2\ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2362 Aktiviert das direkte Rendern mit Methode 2.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2363 .IPs nodr2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2364 Deaktiviert das direkte Rendern mit Methode 2.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2365 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2366 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2367 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2368 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2369 .B \-xy <x>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2370 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2371 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2372 .IPs "x<=8"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2373 Skaliert das Bild um den Faktor <x>.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2374 .IPs "x>8\ "
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2375 Setzt die Bildbreite auf <x> und berechnet die Höhe so, dass das urpsrüngliche
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2376 Höhen\-/\:Breitenverhältnis beibehalten wird.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2377 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2378 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2379 .
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: 6755
diff changeset
2380 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2381 .B \-y <y> (nur bei MPLAYER)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2382 Skaliert das Bild auf eine Höhe von x (falls Software\-/\:Hardwareskalierung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2383 verfügbar ist). Deaktiviert die Berechnung des Höhen\-/\:Breitenverhältnisses.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2384 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2385 .B \-zoom \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2386 Lässt Softwareskalierung zu, wo sie verfügbar ist. Kann benutzt werden,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2387 um Skalierung mit \-vop scale zu erzwingen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2388
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2389 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2390 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2391 \-vop scale IGNORIERT die Optionen \-x / \-y / \-xy / \-fs / \-aspect, wenn
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2392 \-zoom nicht angegeben wird.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2393
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2394
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2395 .SH "ENCODING-OPTIONEN (NUR BEI MENCODER)"
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: 6755
diff changeset
2396 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2397 .B \-audio-density <1\-50>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2398 Anzahl der Audioblöcke pro Sekunde (Standard ist 2, was in 0.5s langen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2399 Audioblöcken resultiert).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2400
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2401 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2402 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2403 Nur bei CBR (konstanter Bitrate). VBR (variable Bitrate) ignoriert diese
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2404 Einstellung, da jedes Paket in einen eigenen Block kommt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2405 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2406 .B \-audio-delay <0.0\-...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2407 Setzt das Audioverzögerungsfeld im Dateikopf. Standardwert ist 0.0. Negative
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2408 Werte funktionieren nicht.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2409 Diese Option verzögert den Ton nicht während des Encodierens, sondern der
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2410 Player wird beim Abspielen den Ton verzögern, sodass du dann nicht mehr
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2411 \-delay angeben musst.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2412 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2413 .B \-audio-preload <0.0\-2.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2414 Setzt Audiopuffer-Zeitintervall (Standardwert: 0.5s).
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: 6755
diff changeset
2415 .TP
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: 6755
diff changeset
2416 .B \-divx4opts <option1:option2:...>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2417 Wenn du mit DivX4 encodierst, dann kannst du hier die Parameter angeben.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2418 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2419 Die verfügbaren Parameter lauten:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2420 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2421 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2422 .IPs help
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2423 gibt einen Hilfstext aus
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2424 .IPs br=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2425 gibt die Bitrate in
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2426 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2427 kbit <4\-16000> oder in
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
2428 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2429 bit <16001\-24000000> an
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2430 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2431 .IPs key=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2432 maximale Anzahl Bilder zwischen zwei Schlüsselbildern (key frames)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2433 .IPs deinterlace
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2434 aktiviert Deinterlacing (vermeide das, da es bei DivX4 buggy ist. Nimm lieber
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2435 einen der Nachbearbeitungsfilter dafür.)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2436 .IPs q=<1\-5>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2437 Qualitätslevel (1\-am schnellsten, 5\-am besten)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2438 .IPs min_quant=<1\-31>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2439 minimaler Quantizer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2440 .IPs max_quant=<1\-31>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2441 maximaler Quantizer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2442 .IPs rc_period=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2443 Bitratenkontrollzeitrahmen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2444 .IPs rc_reaction_period=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2445 Reaktionszeitrahmen für die Bitratenkontrolle
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2446 .IPs rc_reaction_ratio=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2447 Reaktionsverhältnis für die Bitratenkontrolle
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2448 .IPs crispness=<0\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2449 gibt Schärfe/\:Glätte an
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2450 .IPs pass=<1\-2>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2451 Mit dieser Option können DivX4-Dateien in zwei Durchläufen erstellt werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2452 Zuerst encodierst du mit pass=1, dann mit denselben Parametern und pass=2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2453 anstelle von pass=1.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2454 .IPs vbrpass=<0\-2>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2455 Überschreibt die pass\-Option und aktiviert den VBR\-Code von XviD anstelle
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2456 des DivX4\-VBR\-Codes. Verfügbare Optionen sind:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2457 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2458 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2459 0: Encodieren in einem Durchlauf (als ob pass überhaupt nicht verwendet würde)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2460 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2461 1: Analyse bzw. erster Durchlauf. Das erstellte AVI kann nach /dev/null
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2462 umgeleitet werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2463 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2464 2: Finaler zweiter Durchlauf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2465 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2466 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2467 .
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
2468 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2469 .B \-endpos <[[hh:]mm:]ss[.ms]|Größe[b|kb|mb]> (siehe auch \-ss und \-sb)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2470 Beende das Encodieren nach der angegeben Zeit oder Byteposition. Kann auf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2471 verschiedene Art angegeben werden:
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
2472
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2473 .I ANMERKUNG:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2474 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2475 Die Byteposition ist nicht exakt, da mencoder nur an Bildgrenzen mit dem
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2476 Encodieren aufhören kann.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
2477
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
2478 .I BEISPIEL:
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2479 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2480 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2481 .IPs "\-endpos 56"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2482 Encodiere nur 56 Sekunden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2483 .IPs "\-endpos 01:10:00"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2484 Encodiere nur 1 Stunde 10 Minuten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2485 .IPs "\-endpos 100mb"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2486 Encodiere nur 100 MBytes
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2487 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2488 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2489 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2490 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2491 .B \-ffourcc <fourcc>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2492 Hiermit wird die Video\-FourCC der Ausgabedatei überschrieben.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
2493
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2494 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2495 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2496 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2497 .IPs "-ffourcc div3"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2498 setzt das FourCC\-Feld in der Ausgabedatei auf 'div3'.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2499 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2500 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2501 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2502 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2503 .B \-include <Konfigurationsdatei>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2504 Gibt eine nach den Standardkonfigurationsdateien zu lesende Datei an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2505 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2506 .B \-info <option1:option2:...> (nur für .AVIs)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2507 Gibt die Werte für den Info\-Header des resultierenden .AVIs an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2508 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2509 Verfügbare Optionen sind:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2510 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2511 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2512 .IPs help
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2513 zeigt diese Beschreibung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2514 .IPs name=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2515 Titel oder Thema des Films
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2516 .IPs artist=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2517 Artist oder Autor des Originalfilms
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2518 .IPs genre=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2519 Kategorie oder Genre des Films
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2520 .IPs subject=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2521 Inhalt der Datei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2522 .IPs copyright=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2523 Copyright\-Informationen für diese Datei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2524 .IPs srcform=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2525 Urpsrungsform des digitalisierten Materials
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2526 .IPs comment=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2527 allgemeine Kommentare über die Datei oder den thematischen Inhalt
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2528 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2529 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2530 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2531 .B \-lameopts <option1:option2:...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2532 Wenn Audio nach MP3 mit der libmp3lame encodiert wird, kannst du hier die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2533 Parameter angeben.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2534 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2535 Verfügbare Optionen sind:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2536 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2537 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2538 .IPs help
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2539 liefert einen Hilfstext
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2540 .IPs vbr=<0\-4>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2541 zu verwendender Bitratenmodus
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2542 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2543 0: cbr
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2544 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2545 1: mt
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2546 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2547 2: rh (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2548 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2549 3: abr
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2550 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2551 4: mtrh
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2552 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2553 .IPs abr\ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2554 durchschnittliche (average) Bitrate
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2555 .IPs cbr\ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2556 konstante Bitrate
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2557 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2558 Erzwingt also CBR\-Modus auch bei ABR\-Presets.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2559 .IPs br=<0\-1024>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2560 gibt die Bitrate in kBit/s an (nur bei CBR und ABR)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2561 .IPs q=<0\-9>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2562 Qualität (0\-höchste, 9\-niedrigste) (nur bei VBR)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2563 .IPs aq=<0\-9>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2564 Qualität des Algorithmus (0\-am besten/\:langsamsten, 9\-am
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2565 schlechtesten/\:schnellsten)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2566 .IPs ratio=<1\-100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2567 Kompressionsverhältnis
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2568 .IPs vol=<0\-10>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2569 setzt die Audioeingangsverstärkung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2570 .IPs mode=<0\-3>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2571 (Standardwert: auto)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2572 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2573 0: stereo
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2574 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2575 1: joint-stereo
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2576 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2577 2: dualchannel
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2578 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2579 3: mono
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2580 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2581 .IPs padding=<0\-2>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2582 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2583 0: kein Padding
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2584 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2585 1: alles
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2586 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2587 2: automatische Anpassung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2588 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2589 .IPs fast
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2590 Aktiviert schnelles encoding bei nachfolgenden VBR\-Presets. Etwas schlechtere
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2591 Qualität und höhere Bitraten sind die Nachteile.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2592 .IPs preset=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2593 Stellt Presets für die bestmöglichen Qualitätseinstellungen zur Verfügung:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2594 +.RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2595 medium: VBR\-Encodierung, gute Qualität, Bitrate ca. 150\-180 kbps.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2596 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2597 standard: VBR\-Encodierung, hohe Qualität, Bitrate ca. 170\-210 kbps.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2598 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2599 extreme: VBR\-Encodierung, sehr hohe Qualität, Bitrate ca. 200\-140 kbps.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2600 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2601 instane: CBR\-Encodierung, Preset mit der besten Qualität, Bitrate 320 kbps.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2602 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2603 <8-320>: ABR\-Encodierung mit der gegebenen Bitrate.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2604 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2605 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2606 .RE
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
2607
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2608 .I BEISPIELE:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2609 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2610 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2611 .IPs "\-lameopts fast:preset=standard"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2612 Für die meisten Leute reicht das aus und bietet schon ziemlich gute Qualität.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2613 .IPs "\-lameopts cbr:preset=192"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2614 Encodiere mit ABR\-Preset bei 192 kbps und konstanter Bitrate.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2615 .IPs "\-lameopts preset=172"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2616 Encodiere mit ABR\-Preset bei einer durchschnittlichen Bitrate von 172 kbps.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2617 .IPs "\-lameopts preset=extreme"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2618 Für Menschen mit einem sehr guten Gehör und entsprechender HiFi\-Ausstattung.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2619 .IPs "\-lameopts preset=help"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2620 Gibt Informationen über die Presets und über weitere Optionen aus.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2621 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2622 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2623 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2624 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2625 .B \-lavcopts <option1:option2:...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2626 Wenn du mit libavcodec encodierst, kannst du hiermit die Optionen angeben.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
2627
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2628 .I BEISPIEL:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2629 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2630 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2631 \-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2632 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2633 .PD 1
7079
jonas
parents: 6987
diff changeset
2634
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2635 .RS
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2636 Verfügbare Optionen sind:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2637 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2638 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2639 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2640 .IPs vcodec=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2641 benutzt den angegeben Codec (kein Standardwert, du musst einen angeben):
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2642 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2643 mjpeg: Motion JPEG
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2644 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2645 h263: H263
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2646 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2647 h263p: H263 Plus
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2648 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2649 mpeg4: DivX 4/\:5
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2650 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2651 msmpeg4: DivX 3
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2652 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2653 rv10: ein alter RealVideo\-Codec
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2654 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2655 mpeg1video: MPEG1\-Video :)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2656 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2657 .IPs vqmin=<2\-31>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2658 minimaler Quantizer (bei Durchgang 1/\:2) (Standardwert: 2)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2659 .IPs vqscale=<2\-31>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2660 konstate Quantizer (wählt einen Modus mit fest vorgegebenen Quantizern)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2661 (Standardwert: 0 (ausgeschaltet))
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2662 .IPs vqmax=<1\-31>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2663 maximaler Quantizer (bei Durchgang 1/\:2) (Standardwert: 31)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2664 .IPs mbqmin=<1\-31>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2665 minimale Makroblock\-Quantizer (bei Durchgang\ 1/\:2) (Standardwert: 2)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2666 .IPs mbqmax=<1\-31>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2667 maximale Makroblock\-Quantizer (bei Durchgang\ 1/\:2) (Standardwert: 31)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2668 .IPs vqdiff=<1\-31>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2669 maximale Differenz der Quantizer zwischen I\- oder P\-Bildern (bei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2670 Durchgang 1/\:2) (Standardwert: 3)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2671 .IPs vmax_b_frames=<0\-4>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2672 maximale Anzahl von B\-Frames zwischen Nicht\-B\-Frames:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2673 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2674 0: keine B\-Frames (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2675 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2676 0\-2: sinnvolle Werte
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2677 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2678 .IPs vme=<0\-5>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2679 Modus der Bewegungsvoraussage:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2680 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2681 0: keine (sehr niedrige Qualität)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2682 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2683 1: voll (langsam)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2684 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2685 2: log (lq)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2686 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2687 3: phods (lq)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2688 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2689 4: EPZS (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2690 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2691 5: X1 (experimentell)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2692 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2693 .IPs vhq\ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2694 Modus für hohe Qualität. Encodiert jeden Makroblock in allen Modi und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2695 wählt dann das kleinste Ergebnis (langsam) (Standard: hohe Qualität
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2696 deaktiviert)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2697 .IPs v4mv
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2698 vier Bewegungsvektoren pro Makroblock (etwas bessere Qualität)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2699 (standardmäßig deaktivert).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2700 .IPs keyint=<0\-300>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2701 Maximale Anzahl von Bildern zwischen zwie Schlüsselbildern (key frames).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2702 Größere Intervalle resultieren in kleineren Dateien aber ungenauerem Spulen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2703 Ein Wert von 0 bedeutet keine Schlüsselbilder, und Werte > 300 sind nicht
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2704 empfehlenswert. Bei strikter Einhaltung des MPEG1/\:2/\:4\-Standards muss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2705 der Wert <= 132 sein (Standardwert: 250, was einem Schlüsselbild alle
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2706 zehn Sekunden bei einem 25fps\-Film bedeutet).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2707 .IPs vb_strategy=<0\-1>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2708 Strategie, mit der zwischen I/\:P/\:B\-Frames gewählt wird (beim zweiten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2709 Durchgang).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2710 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2711 0: Benutzt immer die maximale Anzahl von B\-Frames (Standard).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2712 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2713 1: Vermeidet B\-Frames in Szenen mit viel Bewegung (was zu falschen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2714 Vorhersagen bei der Bitrate führt).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2715 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2716 .IPs vpass=<1\-2>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2717 Aktiviert den internen Modus für zwei Durchgänge (standardmäßig deaktiviert):
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2718 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2719 1: erster Durchgang
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2720 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2721 2: zweiter Durchgang
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2722 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2723 .IPs aspect=<x.x/y.y>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2724 Speichert das Höhen\-/:Breitenverhältnis intern im Videostream, genauso wie
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2725 bei MPEG1/\:2. Deutlich bessere Lösung als Skalierung, da hierbei die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2726 Qualität nicht gemindert wird. Momentan kann nur MPlayer solche Dateien
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2727 mit dem richtigen Verhältnis wiedergeben, andere Player zeigen ein falsches
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2728 Verhältnis.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2729 Beispiel:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2730 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2731 aspect=16.0/9.0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2732 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2733 .IPs vbitrate=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2734 gibt die Bitrate (bei Durchgang 1/\:2) in
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2735 specify bitrate (pass\ 1/\:2) in
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2736 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2737 kBit <4\-16000> oder
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2738 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2739 Bit <16001\-24000000> an
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2740 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2741 (Warnung: 1kBit = 1000 Bits)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2742 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2743 (Standardwert: 800)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2744 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2745 .IPs vratetol=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2746 ungefähre Dateigrößentoleranz in kbit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2747 (Warnung: 1kBit = 1000 Bits)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2748 (Standardwert: 8000)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2749 .IPs vrc_maxrate=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2750 maximale Bitrate in kbit/\:sec (Durchgang 1/\:2)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2751 .IPs vrc_minrate=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2752 minimale Bitrate in kbit/\:sec (Durchgang 1/\:2)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2753 .IPs vrc_buf_size=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2754 Puffergröße in kbit (Durchgang 1/\:2)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2755 Anmerkung: vratetol sollte während des zweiten Durchgangs nicht zu hoch
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2756 gesetzt werden, da ansonsten Probleme auftreten können, wenn vrc_(min|max)rate
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2757 benutzt wird.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2758 .IPs vb_qfactor=<-31.0\-31.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2759 Quantizer\-Faktor zwischen B\- und Nicht\-B\-Frames (Durchgang 1/\:2)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2760 (Standardwert: 1.25)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2761 .IPs vi_qfactor=<-31.0\-31.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2762 Quantizer\-Faktor zwischen I\- und Nicht\-I\-Frames (Durchgang 1/\:2)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2763 (Standardwert: 0.8)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2764 .IPs vb_qoffset=<-31.0\-31.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2765 Quantizer\-Offset zwischen B\- und Nicht\-B\-Frames (Durchgang 1/\:2)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2766 (Standardwert: 1.25)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2767 .IPs vi_qoffset=<-31.0\-31.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2768 Quantizer\-Offset zwischen I\- und Nicht\-I\-Frames (Durchgang 1/\:2)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2769 (Standardwert: 0.0)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2770 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2771 if v{b|i}_qfactor > 0 then
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2772 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2773 I/\:B-Frame\-Quantizer = P-Frame\-Quantizer * v{b|i}_qfactor + v{b|i}_qoffset
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2774 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2775 else
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2776 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2777 benutze die normale Bitratenkontrolle (lege den nächsten P\-Frame\-Quantizer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2778 nicht fest) und setze
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2779 q= -q * v{b|i}_qfactor + v{b|i}_qoffset
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2780 .IPs vqblur=<0.0\-1.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2781 Quantizer\-Glättung (Durchgang 1):
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2782 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2783 0.0: qblur deaktiviert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2784 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2785 0.5 (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2786 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2787 1.0: wähle einen Durchschnittsquantizer aller vorhergehender Frames. Größere
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2788 Werte bilden den Durchschnitt über mehr Frames (langsamerer Wechsel).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2789 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2790 .IPs vqblur=<0.0\-99.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2791 Gaußsche Unschärfe für die Quantizer. Größere
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2792 Werte bilden den Durchschnitt über mehr Frames (langsamerer Wechsel)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2793 (Durchgang 2) (Standardwert: 0.5).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2794 .IPs vqcomp=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2795 Quantizer\-Kompression, hängt von vrc_eq ab (Durchgang 1/\:2) (Standardwert:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2796 0.5)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2797 .IPs vrc_eq=<equation>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2798 hauptsächlich verwendete Gleichung für die Bitratenkontrolle (Durchgang 1/\:2):
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
2799
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2800 1: konstant Bitrate
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2801 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2802 tex: konstante Qualität
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2803 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2804 1+(tex/\:avgTex-1)*qComp: ungefähr die Gleichung der alten Bitratenkontrolle
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2805 code
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2806 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2807 tex^qComp: mit qcomp = 0.5 oder einem ähnlichen Wert (Standard)
7079
jonas
parents: 6987
diff changeset
2808
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2809 Infixoperatoren: +,-,*,/,^
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
2810
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2811 Variables:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2812 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2813 tex: Texturkomplexität
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2814 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2815 iTex,pTex: Intra\- und Nicht\-Intra\-Texturkomplexität
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2816 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2817 avgTex: durchschnittliche Texturkomplexität
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2818 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2819 avgIITexaverage: Intra\-Texturkomplexität bei I\-Frames
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2820 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2821 avgPITexaverage: Intra\-Texturkomplexität bei P\-Frames
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2822 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2823 avgPPTexaverage: Nicht\-Intra\-Texturkomplexität bei P\-Frames
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2824 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2825 avgBPTexaverage: Nicht\-Intra\-Texturkomplexität bei B\-Frames
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2826 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2827 mv: für Bewegungsvektoren verwendete Bits
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2828 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2829 fCode: maximale Länge der Bewegungsvektoren (log2)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2830 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2831 iCount: Anzahl der Intra\-Makroblöcke / Anzahl der Makroblöcke
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2832 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2833 var: räumliche Komplexität
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2834 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2835 mcVar: zeitliche Komplexität
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2836 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2837 qComp: auf der Kommandozeile angegebener Wert von qcomp
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2838 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2839 isI, isP, isB: is 1 if picture type is I/\:P/\:B else 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2840 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2841 Pi,E: schau in dein Lieblingsmathebuch
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
2842
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2843 Functions:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2844 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2845 max(a,b),min(a,b): Maximum / Minimum
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2846 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2847 gt(a,b): (greater than) ist 1, falls a>b, ansonsten 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2848 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2849 lt(a,b): (less than) ist 1, falls a<b, ansonsten 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2850 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2851 eq(a,b): (equak) ist 1, falls a==b, ansonten 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2852 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2853 sin, cos, tan, sinh, cosh, tanh, exp, log, abs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2854 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2855 .IPs vrc_override=<Optionen>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2856 Benutzerdefinierte Qualität für bestimmte Abschnitte (Durchgang 1/\:2).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2857 Die Optionen haben folgenden Aufbau: <Startframe, Endframe,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2858 Qualität[/\:Startframe, Endframe, Qualität[/...]]>:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2859 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2860 Qualität 2\-31: Quantizer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2861 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2862 Qualität \-500\-0: Qualitätskorrektur in %
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2863 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2864 .IPs vrc_init_cplx=<0\-1000>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2865 anfägnliche Komplexität (Durchgang 1)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2866 .IPs vqsquish=<0\-1>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2867 Gibt an, wie die Quantizer zwischen qmin und qmax gehalten werden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2868 (Durchgang 1/\:2):
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2869 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2870 0: mit Clipping
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2871 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2872 1: benutzt eine schöne ableitbare Funktion (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2873 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2874 .IPs vlelim=<-1000\-1000>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2875 Schwelle für die Eliminierung von einzelnen Koeffizienten beim
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2876 Helligkeitsanteil. Bei negativen Werten werden auch die dc-Koeffizienten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2877 betrachtet (sollte mindestens -4 or niedriger sein, wenn mit quant=1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2878 encodiert wird):
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2879 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2880 0: deaktiviert (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2881 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2882 -4 (JVT\-Empfehlung)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2883 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2884 .IPs vcelim=<-1000\-1000>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2885 Schwelle für die Eliminierung von einzelnen Koeffizienten beim
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2886 Farbanteil. Bei negativen Werten werden auch die dc-Koeffizienten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2887 betrachtet (sollte mindestens -4 or niedriger sein, wenn mit quant=1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2888 encodiert wird):
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2889 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2890 0 deaktiviert (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2891 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2892 7 (JVT\-Empfehlung)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2893 .REss
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2894 .IPs vstrict=<-1\-1>
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2895 Strikte Einhaltung der Standards.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2896 .RSss
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2897 0: deaktiviert (Standardeinstellung)
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2898 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2899 1: Nur empfehlenswert, wenn die Ausgabe mit einem MPEG4 Referenzdekoder
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2900 dekodiert werden soll.
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2901 .br
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2902 -1: Erlaubt nichstandardkonforme YV12-Huffyuv-Encodierung (20% kleinere
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2903 Dateien, die aber nicht mit dem offiziellen Huffyuv-Codec abgespielt
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2904 werden können).
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
2905 .REss
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2906 .IPs vdpart
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2907 Datenpartitionierung. Fügt zwei Bytes pro Videopaket hinzu und erhöht die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2908 Fehlerresistenz beim Transfer über unzuverlässige Kanäle (z.B.\& Streaming
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2909 über's Internet).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2910 .IPs vpsize=<0\-10000>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2911 Videopaketgröße, erhöht die Fehlerresistenz (siehe auch \-vdpart):
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2912 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2913 0: deaktiviert (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2914 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2915 100-1000: gute Wahl
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2916 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2917 .IPs gray
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2918 Encodierung zu Graustufenbildern (schneller) (Standard: deaktiviert)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2919 .IPs vfdct=<0\-10>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2920 DCT-Algorithmus (diskrete Cosinustransformation):
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2921 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2922 0: automatische Wahl (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2923 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2924 1: schneller Integeralgorithmus
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2925 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2926 2: genauer Integeralgorithmus
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2927 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2928 3: mmx
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2929 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2930 4: mlib
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2931 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2932 .IPs idct=<0\-99>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2933 IDCT-Algorithmus (inverse diskrete Cosinustransformation).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2934 Anmerkung: All diese IDCT-Algorithmen bestehen die IEEE1180\-Tests:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2935 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2936 0: automatische Wahl (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2937 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2938 1: JPEG\-Referenzalgorithmus (Integer)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2939 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2940 2: simple
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2941 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2942 3: simplemmx
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2943 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2944 4: libmpeg2mmx (ungenau, benutze ihn NICHT mit einem keyint > 100)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2945 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2946 5: ps2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2947 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2948 6: mlib
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2949 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2950 7: arm
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2951 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2952 .IPs lumi_mask=<0.0\-1.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2953 Helligkeitsmaskierung.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2954 Warnung: Sei vorsichtig! Zu große Werte können desaströse Ergebnisse liefern.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2955 Warnung2: Große Werte mögen auf einigen Monitoren gut aussehen, können aber
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2956 auch schrecklich auf anderen aussehen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2957 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2958 0.0: deaktiviert (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2959 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2960 0.0\-0.3: sinnvoller Bereich
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2961 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2962 .IPs dark_mask=<0.0\-1.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2963 Dunkelheitsmaskierung.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2964 Warnung: Sei vorsichtig! Zu große Werte können desaströse Ergebnisse liefern.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2965 Warnung2: Große Werte mögen auf einigen Monitoren gut aussehen, können aber
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2966 auch schrecklich auf anderen Monitoren / Fernsehern / TFTs aussehen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2967 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2968 0.0: deaktiviert (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2969 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2970 0.0\-0.3: sinnvoller Bereich
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2971 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2972 .IPs tcplx_mask=<0.0\-1.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2973 Maskierung der zeitlichen Komplexität (Standardwert: 0.0 (deaktiviert))
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2974 .IPs scplx_mask=<0.0\-1.0>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2975 Maskierung der räumlichen Komplexität.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2976 Größere Werte helfen bei Blockartefakten, falls bei der Decodierung kein
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2977 Filter gegen Blockartefakte eingesetzt wird.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2978 Schneide alle schwarzen Balken weg, um eine bessere Qualität zu erzielen:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2979 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2980 0.0: deaktiviert (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2981 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2982 0.0\-0.5: sinnvoller Bereich
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2983 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2984 .IPs naq\ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2985 Normalisierte adaptive Quantisierung (experimentell).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2986 Wenn adaptive Quantisierung benutzt wird (*_mast), dann wird der
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2987 durchschnittliche Quantizer pro Makroblock eventuell nicht mehr dem
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2988 geforderten Bild\-Quantizer entsprechen. NAQ versucht dann, den pro Makroblock
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2989 verwendeten Quantizer anzupassen, um den geforderten Durschnitt zu erreichen.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
2990
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2991 .IPs ildct
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2992 benutze die interlaced DCT
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2993 .IPs format=<value>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2994 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2995 YV12: Standard
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2996 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2997 422P: für huffyuv
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2998 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
2999 .IPs pred
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3000 (für huffyuv)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3001 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3002 0: left prediction
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3003 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3004 1: plane/gradient prediction
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3005 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3006 2: median prediction
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3007 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3008 .IPs qpel
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3009 benutze quarter pel motion compensation
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3010 .IPs precmp=<0\-2000>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3011 Vergleichsfunktion für motion estimation pre pass
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3012 .IPs cmp=<0\-2000>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3013 Vergleichsfunktion für full pel motion estimation
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3014 .IPs subcmp=<0\-2000>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3015 Vergleichsfunktion für sub pel motion estimation
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3016 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3017 0 (SAD): Summe der absoluten Differenzen, schnell (standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3018 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3019 1 (SSE): Summe der quadratischen Fehler
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3020 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3021 2 (SATD): Summe der absoluten Hadamard\-transformierten Differenzen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3022 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3023 3 (DCT): Summe der absoluten DCT\-transformierten Differenzen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3024 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3025 4 (PSNR): Summe der quadratischen Quantisierungsfehler
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3026 .br
9285
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
3027 5 (BIT): Anzahl der für den Block benötigten Bits
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
3028 .br
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
3029 6 (RD): rate distoration optimal, langsam
6e3501a1233b translation sync until 2003-02-03 23:27
mosu
parents: 8956
diff changeset
3030 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3031 7 (ZERO): 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3032 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3033 +256: benutze auch die Farbinformation. Funktioniert momentan nicht mit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3034 B\-Frames.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3035 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3036 .IPs predia=<\-99\-6>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3037 Diamantentyp und \-größe für motion estimation pre pass
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3038 .IPs dia=<\-99\-6>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3039 Diamantentyp und \-größe für motion estimation.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3040 Anmerkung: Die Größe von normalen Diamanten und von shape adaptiven Diamanten
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3041 sind nicht das gleiche.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3042 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3043 \-3: shape adaptiver (schnell) Diamant mit einer Größe von 3
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3044 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3045 \-2: shape adaptiver (schnell) Diamant mit einer Größe von 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3046 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3047 \-1: experimentell
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3048 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3049 1: normaler Diamant mit Größe 1 (Standard) = EPZS\-Typ\-Diamant
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3050 .nf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3051 .ne
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3052 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3053 000
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3054 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3055 .fi
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3056 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3057 2: normaler Diamant mit Größe 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3058 .nf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3059 .ne
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3060 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3061 000
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3062 00000
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3063 000
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3064 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3065 .fi
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3066 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3067 .IPs trell
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3068 Trellis\-Quantisierung.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3069 Hiermit wird die optimale Encodierung für jeden 8x8\-Block gefunden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3070 Die Trellis\-Quantisierung ist im Sinne von 'PSNR vs Bitrate' einfahc die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3071 optimale Quantisierung (unter der Annahme, dass durch die IDCT keine
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3072 Rundungsfehler ins Spiel kommen \- was natürlich nicht der Fall ist).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3073 Sie findet einfach einen Block für das Minimum von Fehler und lambda * bits.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3074 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3075 lambda: qp\-abhängige Konstante
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3076 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3077 bits: für die Encodierung des Blockes benötigte Anzahl Bits
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3078 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3079 error: Summe der quadratischen Quantisierungsfehler
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3080 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3081 .IPs last_pred=<0\-99>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3082 Menge der motion predictors vom letzten Bild
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3083 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3084 0: (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3085 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3086 a: benutzt 2a+1 x 2a+1 MB\-Quadrat von MV predictors vom vorherigen Bild
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3087 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3088 .IPs preme=<0\-2>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3089 motion estimation pre-pass
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3090 .RSss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3091 0: deaktiviert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3092 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3093 1: nur nach I\-Frames (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3094 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3095 2: immer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3096 .REss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3097 .IPs subq=<1\-8>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3098 subpel refinement quality (für qpel) (Standardwert: 8).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3099 Anmerkung: Diese Einstellung hat eine signifikante Auswirkung auf die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3100 Geschwindigkeit.
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
3101 .IPs psnr
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
3102 Gibt den maximalen Signal-zu-Rauschabstand (peak signal to noise ratio) für
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
3103 das komlpette Video nach dem Encodieren aus und speichert die psnr-Werte für
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
3104 jedes Bild in der Datei 'psnr_012345.log'.
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3105 .IPs mpeg_quant
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3106 benutze MPEG\-Quantizer anstelle der H.263\-Quantizer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3107 (Standard: deaktiviert = benutze H.263\-Quantizer)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3108 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3109 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3110 .TP
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3111 .B \-noskip
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3112 Verwerfe keine Bilder.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3113 .TP
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3114 .B \-o <Dateiname>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3115 Schreibt in die angegebene Datei anstatt in 'test.avi'.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3116 .TP
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3117 .B \-oac <Codecname>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3118 Encodiere Audio mit dem angegebenen Codec.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3119 Mit \-ovc help erhälst du eine Liste verfügbarer Codecs (kein Standardwert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3120 vorhanden).
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
3121
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3122 .I BEISPIEL:
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3123 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3124 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3125 .IPs "-oac copy"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3126 kein Encodieren, sondern nur Kopie des Streams
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3127 .IPs "-oac pcm"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3128 encodiere in unkomprimiertes PCM
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3129 .IPs "-oac mp3lame"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3130 encodiere nach MP3 (mit Lame)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3131 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3132 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3133 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3134 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3135 .B \-of <Format> (BETA\-CODE!)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3136 Gib in dem angegebenen Format aus.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3137 Mit \-of help bekommst du eine Liste vorhandener Formate.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3138
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3139 .I BEISPIELE:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3140 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3141 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3142 .IPs "-of avi"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3143 Gib ein AVI aus (Standard).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3144 .IPs "-of mpeg"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3145 Gib ein MPEG aus.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3146 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3147 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3148 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3149 .TP
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3150 .B \-ofps <fps>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3151 Die Ausgabedatei wird eine andere Anzahl Bilde pro Sekunde haben als die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3152 Quelldatei. Diese Option MUSS gesetzt werden, wenn eine Quelldatei mit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3153 variabler FPS (ASF, einige MOV) oder ein progressiver Film (29.97fps
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3154 telecined MPEG) encodiert wird.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3155 .TP
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3156 .B \-ovc <Codecname>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3157 Encodiere Video mit dem angegebenen Codec.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3158 Mit \-ovc help erhälst du eine Liste verfügbarer Codecs (kein Standardwert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3159 vorhanden).
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
3160
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3161 .I BEISPIEL:
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3162 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3163 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3164 .IPs "\-ovc copy"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3165 kein Encodieren, sondern nur Kopie des Streams
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3166 .IPs "\-ovc divx4"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3167 encodiere mit DivX4/\:DivX5
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3168 .IPs "\-ovc rawrgb"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3169 encodiere zu unkomprimierten RGB24\-Bildern
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3170 .IPs "\-ovc lavc"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3171 encodiere mit einem Codec aus der libavcodec
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3172 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3173 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3174 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3175 .TP
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3176 .B \-passlogfile <Dateiname>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3177 Wenn mit zwei Durchgängen encodiert wird, dann schreibt MEncoder die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3178 Informationen des ersten Durchgangs in die angegebene Datei und nicht
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3179 nach divx2pass.log.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3180 .TP
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3181 .B \-skiplimit <Wert>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3182 Maximale Anzahl ausgelassener Bilder nach einem nicht ausgelassenen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3183 (mit \-noskiplimit gibt es ein solches Limit nicht).
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3184 .TP
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3185 .B \-v, \-\-verbose
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3186 Aktiviert die ausführliche Ausgabe (mehrere \-v bedeuten mehr Meldungen).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3187
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3188 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3189 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3190 .IPs 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3191 nur einige Informationen (Standard)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3192 .IPs 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3193 grundlegende Debuginformationen, AVI-Header, Funktionswerte (init debug)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3194 .IPs 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3195 Ausgabe von AVI\-Indizes, gelesenen Blöcken, mehr Debuginformationen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3196 (player debug)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3197 .IPs 3
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3198 Gibt alles, was mit Eingabeparsersn zu tun hat aus (parser debug)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3199 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3200 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3201 .
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: 6755
diff changeset
3202 .TP
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: 6755
diff changeset
3203 .B \-vobsubout <Basisname>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3204 Gibt den Basisnamen für die Ausgabe der .idx und .sub\-Dateien.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3205 Damit wird das Rendern der Untertitel im encodierten Film deaktiviert, und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3206 die Untertitel werden stattdessen in eine Vobsub\-Datei umgeleitet.
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: 6755
diff changeset
3207 .TP
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: 6755
diff changeset
3208 .B \-vobsuboutindex <Index>
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3209 Gibt den Index der ausgegebenen Vobsub\-Untertitel an (Standardwert: 0).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3210 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3211 .B \-vobsuboutid <Sprach\-ID>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3212 Gibt den zweibuchstabigen Sprachcode der Untertitel an. Dieser Wert
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3213 überschreibt, was von der DVD oder der .ifo\-Datei gelesen wurde.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3214 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3215 .B \-xvidencopts <option1:option2:...>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3216 Wenn mit XviD encodiert wird, können hier die Parameter dafür angegeben werden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3217 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3218 Es gibt drei Modi: konstante Bitrate (CBR), feste Quantizer und
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3219 Encodieren in zwei Durchgängen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3220 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3221 Verfügbare Optionen sind:
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3222 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3223 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3224 .IPs pass=<1|2>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3225 Gibt die Nummer des Durchgangs an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3226 .IPs bitrate=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3227 Setzt die zu benutzende Bitrate in kbit/s an, wenn Wert < 16000 ist, oder in
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3228 bit/s, wenn Wert > 16000 ist (nur bei CBR oder bei zwei Durchgängen,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3229 Standardwert: 687 kbit/s).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3230 .IPs fixed_quant=<1\-31>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3231 Aktiviert den Modus mit festen Quantizern und gibt den zu benutzenden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3232 Quantizer an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3233 .IPs me_quality=<0\-6>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3234 Gibt die Qualität der Bewegungserkennung an (Standardwert: 4).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3235 .IPs 4mv
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3236 Benutzt vier Bewegungsvektoren pro Makroblock, was eine bessere Kompression
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3237 auf Kosten der Encodiergeschwindigkeit bringen kann (standardmäßig aus).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3238 .IPs rc_reaction_delay_factor=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3239 Gibt an, wie schnell die Bitratenkontrolle reagiert. Niedrigere Werte stehen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3240 für schnellere Reaktion.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3241 .IPs rc_averaging_period=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3242 Zeitraum zum Erreichen des geforderten Durchschnitts.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3243 .IPs rc_buffer=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3244 Größe des Bitratenkontrollpuffers
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3245 .IPs quant_range=<1\-31>\-<1\-31>[/<1\-31>\-<1\-31>]
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3246 minimale und maximale Quantizer für alle Bilder (Standard: 2\-31 im CBR-Modus)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3247 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3248 minimale und maximale Quantizer für I\-/\:P\-Frames (Standard: 2\-31/2\-31 im
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3249 Modus mit zwei Durchgängen)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3250 .IPs min_key_interval=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3251 minimale Anzahl Bilder zwischen zwei Schlüsselbildern (Standardwert 0, nur
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3252 im Modus mit zwei Durchgängen)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3253 .IPs max_key_interval=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3254 maximale Anzahl Bilder zwischen zwei Schlüsselbildern (Standardwert 10 * FPS,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3255 nur im Modus mit zwei Durchgängen)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3256 .IPs mpeg_quant
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3257 benutze MPEG\-Quantizer anstelle von H.263\-Quantizern (Standard: aus)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3258 .IPs mod_quant
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3259 Entscheide für jedes Bild, ob MPEG\- oder H.263\-Quantizer zu verwenden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3260 sind (standardmäßig aus, nur beim Modus mit zwei Durchgängen).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3261 .IPs lumi_mask
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3262 Benutze einen Algorithmus zur Helligkeitsmaskierung (standardmäßig aus,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3263 scheint buggy zu sein)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3264 .IPs hintedme
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3265 Speichert während des ersten Durchgangs die Bewegungsvektoren in einer Datei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3266 und benutzt diese Datei beim zweitn Durchgang (standardmä-ig aus, scheint
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3267 buggy zu sein, nur beim Modus mit zwei Durchgängen).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3268 .IPs hintfile
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3269 Gibt die temporäre Datei an, die bei 'hintedme' benutzt wird
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3270 (Standard: ./xvid_hint_me.dat, nur beim Modus mit zwei Durchgängen)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3271 .IPs debug
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3272 Speichert Bildstatistiken in xvid.dbg (standardmäßig aus).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3273 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3274 Hierbei handelt es sich NICHT um die Kontrolldatei für den Modus mit zwei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3275 Durchgängen.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3276 .IPs keyframe_boost=<0\-1000>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3277 (Standardwert 0, nur im Modus mit zwei Durchgängen)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3278 .IPs kfthreshold=<Wert>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3279 (Standardwert 10, nur im Modus mit zwei Durchgängen)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3280 .IPs kfreduction=<0-\100>
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3281 (Standardwert 30, nur im Modus mit zwei Durchgängen)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3282 .RE
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
3283
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
3284
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3285 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3286 .\" Tastatursteuerung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3287 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3288 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3289 .SH "TASTATURSTEUERUNG"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3290 .I ANMERKUNG:
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3291 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3292 MPlayer verfügt über eine weitgehend konfigurierbare und ereignisgesteuerte
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3293 Eingabeschicht, durch die MPlayer per Tastatur, Maus, Joystick oder
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3294 Fernbedienung (mittels lirc) gesteuert werden kann.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3295 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3296 Die Standardkonfigurationsdatei für das Steuerungssystem ist
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3297 ~/.mplayer/\:input.conf. Mit \-input kann aber auch eine andere Datei angegeben
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3298 werden.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3299 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3300 Die Tasten sind wie folgt belegt (funktioniert abhängig vom Videoausgabetreiber
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3301 mal, mal auch nicht):
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3302 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3303 .B allgemeine Steuerung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3304 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3305 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3306 .IPs "<\- und \->"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3307 spule 10 Sekunden zurück/\:vor
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3308 .IPs "<Cursor runter> und <Cursor hoch>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3309 spule 1 Minute zurück/\:vor
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3310 .IPs "<Bild runter> und <Bild hoch>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3311 spule 10 Minuten zurück/\:vor
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3312 .IPs "< und >"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3313 zurück/\:vorwärts in der Playliste
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3314 .IPs "<Pos1> und <Ende>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3315 gehe zum nächsten/\:vorherigen Playtree\-Eintrag in der übergeordneten Liste
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3316 .IPs "<Einfg> und <Entf>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3317 gehe zur nächsten/\:vorherigen alternativen Quelle (nur bei ASX-Playlisten)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3318 .IPs "p / <Leertaste>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3319 Pause (beliebige Taste für's Beenden der Pause)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3320 .IPs "q / <Esc>C"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3321 beendet MPlayer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3322 .IPs "+ und \-"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3323 verändert die Audioverzögerung um +/\:\- 0.1 Sekunden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3324 .IPs "/ und *"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3325 verringert/\:erhöht die Lautstärke
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3326 .IPs "9 und 0"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3327 verringert/\:erhöht die Lautstärke
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3328 .IPs m\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3329 schaltet den Ton stumm
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3330 .IPs f\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3331 wechselt zwischen Vollbild und Fenstermodus
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3332 .IPs "w und e"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3333 verkleinert/\:vergrößert den Bereich für panscan
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3334 .IPs o\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3335 schaltet durch die OSD-Modi kein OSD / nur Suchleisten / Suchleisten + Zeit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3336 .IPs d\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3337 schaltet Verwerfen von Bildern an/\:aus
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3338 .IPs v\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3339 de\-/\:aktiviert die Anzeige von Untertiteln
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3340 .IPs j\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3341 schaltet durch die vorhandenen Untertitelsprachen
8956
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
3342 .IPs a\ \ \ \
9787abc8039e bunkus: Updates until 2003-01-14 13:54
mosu
parents: 8912
diff changeset
3343 wechselt die Ausrichtung der Untertitel: oben, mittig, unten
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3344 .IPs "z und x"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3345 verändert die Untertitelverzögerung um +/\:\- 0.1 Sekunden
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3346 .IPs "r und t"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3347 passt die Position der Untertitel an
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3348 .IPs "i"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3349 setzt eine EDL\-Markierung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3350
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3351 .PP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3352 (Die folgenden Tasten sind nur bei \-vo xv, \-vo [vesa|fbdev]:vidix,
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3353 \-vo xvidix, \-vo (x)mga oder bei \-vc divxds (langsam) gültig.)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3354
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3355 .IPs "1 und 2"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3356 Kontrastanpassung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3357 .IPs "3 und 4"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3358 Helligkeitsanpassung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3359 .IPs "5 und 6"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3360 Farbanpassung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3361 .IPs "7 und 8"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3362 Sättigungsanpassung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3363 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3364 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3365 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3366 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3367 .B Tastaturbelegung des GUIs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3368 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3369 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3370 .IPs "ENTER"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3371 starte das Abspielen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3372 .IPs s\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3373 beende das Abspielen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3374 .IPs l\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3375 lädt eine Datei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3376 .IPs c\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3377 zeigt alle verfügbaren Skins an
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3378 .IPs p\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3379 de\-/\:aktiviert die Playlist
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3380 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3381 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3382 .
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3383 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3384 .B TV\-Kontrollen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3385 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3386 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3387 .IPs "h und k"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3388 wählt den vorherigen/\:nächsten Kanal
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3389 .IPs n\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3390 ändert den TV\-Standard
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3391 .IPs u\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3392 ändert die Senderliste
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3393 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3394 .PD 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3395 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3396 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3397 .B DVDNAV\-Kontrollen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3398 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3399 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3400 .IPs "K,J,H,L"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3401 Bewegung nach oben/\:unten/\:links/\:rechts
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3402 .IPs M\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3403 gehe zum Hauptmenü
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3404 .IPs S\ \ \ \
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3405 Auswahl
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3406 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3407 .PD 1
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
3408
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3409
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3410 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3411 .\" Slave-Modus-Protokoll
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3412 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3413 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3414 .SH "SLAVE\-MODUS\-PROTOKOLL"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3415 Wenn die Option \-slave angegeben wurde, dann wird die Wiedergabe durch
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3416 ein zeilenbasiertes Protokoll geregelt.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3417 Jede Zeile muss genau ein Kommando enthalten.
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
3418 .TP
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3419 .B Kommanods
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3420 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3421 .IPs "seek <Wert> [Typ=<0/\:1/\:2>]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3422 Spult an eine Stelle im Film.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3423 Typ 0 ist ein relatives Spulen um +/\:- <Wert. Sekunden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3424 Typ 1 springt an <Wert> % des Films.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3425 Typ 2 ist eine absolute Position von <Wert> Sekunden.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3426 .IPs "audio_delay <Wert>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3427 Passt die Audioverzögerung um <Wert> Sekunden an.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3428 .IPs quit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3429 beendet MPlayer
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3430 .IPs pause
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3431 pausiert die Wiedergabe bzw. setzt sie fort
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3432 .IPs grap_frames
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3433 Weiß das jemand?
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3434 .IPs "pt_step <Wert> [force=<Wert>]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3435 Springe zum nächsten/\:vorherigen Eintrag im Playtree.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3436 .IPs "pt_up_step <Wert> [force=<Wert>]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3437 Wie pt_step, aber der Sprung erfolgt zum nächsten/\:vorherigen Eintrag
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3438 in der übergeordneten Liste.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3439 .IPs "alt_src_step <Wert>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3440 Wenn mehr als eine Quelle verfügbar ist, so wird hiermit die
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3441 nächste/\:vorherige angewählt (nur bei ASX-Playlisten).
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3442 .IPs "sub_delay <Wert> [abs=<Wert>]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3443 Ändert die Verzögerung der Untertitel um +/\:- <Wert> Sekunden oder setzt sie
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3444 auf <Wert> Sekunden, wenn abs ungleich 0 ist.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3445 .IPs "osd [level=<Wert>]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3446 Schaltet durch die OSD-Modi oder setzt ihn auf <Wert>, wenn <Wert> > 0 ist.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3447 .IPs "volume <dir>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3448 Erhöht/\:verringert die Lautstärke
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3449 .IPs "[contrast|brightness|hue|saturation] <\-100\-100> [abs=<Wert>]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3450 Setzt/\:Ändert die Videoparameter.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3451 .IPs "frame_drop [type=<Wert>]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3452 Schaltet das Verwerfen von Bildern an/\:aus.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3453 .IPs "sub_visibility"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3454 Schaltet die Untertitel ein/\:aus.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3455 .IPs "sub_pos <Wert>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3456 Verändert die Position der Untertitel.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3457 .IPs vo_fullscreen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3458 Wechselt zwischen Vollbild und Fenstermodus.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3459 .IPs "tv_step_channel <dir>"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3460 Wählt den nächsten/\:vorherigen TV\-Kanal.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3461 .IPs "tv_step_norm"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3462 Ändert den TV\-Standard.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3463 .IPs "tv_step_chanlist"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3464 Ändert die Kanalliste.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3465 .IPs "gui_[loadsubtitle|about|play|stop]"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3466 GUI\-Befehle
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3467 .RE
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3468
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3469
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3470 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3471 .\" Dateien
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3472 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3473 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3474 .SH DATEIEN
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3475 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3476 /etc/\:mplayer/\:mplayer.conf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3477 systemweite Einstellungen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3478 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3479 ~/.mplayer/\:config
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3480 Benutzereinstellungen
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3481 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3482 ~/.mplayer/\:input.conf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3483 Eingabebelegungen (siehe '\-input keylist' für eine vollständige Auflistung
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3484 aller Tastennamen)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3485 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3486 ~/.mplayer/\:gui.conf
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3487 GUI\-Konfigurationsdatei
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3488 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3489 ~/.mplayer/\:gui.pl
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3490 GUI\-Playliste
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3491 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3492 ~/.mplayer/\:font/
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3493 Schriftartenverzeichnis (es müssen sich eine Datei font.desc und Dateien mit
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3494 der Erweiterung .RAW in dem Verzeichnis befinden)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3495 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3496 ~/.mplayer/\:DVDkeys/
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3497 geknackte CSS\-Schlüssel
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3498 .PD 0
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3499 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3500 Untertiteldateien werden in dieser Reihenfolge gesucht (bei z.B.\& einem
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3501 Film namens /mnt/\:cdrom/\:film.avi):
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3502 .RSs
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3503 /mnt/\:cdrom/\:film.sub
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3504 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3505 ~/.mplayer/\:sub/\:film.sub
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3506 .br
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3507 ~/.mplayer/\:default.sub
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3508 .RE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3509 .PD 1
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3510
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3511
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3512 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3513 .\" Beispiele
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3514 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3515 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3516 .SH BEISPIELE
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3517 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3518 .B Simples Kommando für DVD
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3519 mplayer \-dvd 1
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3520 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3521 .B Audio auf japanisch mit englischen Untertiteln
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3522 mplayer \-dvd 1 \-alang ja \-slang en
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3523 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3524 .B Spiele nur Kapitel 5, 6, 7
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3525 mplayer \-dvd 1 \-chapter 5\-7
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3526 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3527 .B bei DVDs mit mehreren Kameraperspektiven
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3528 mplayer \-dvd 1 \-dvdangle 2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3529 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3530 .B Abspielen von einem anderen DVD\-Gerät
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3531 mplayer \-dvd 1 \-dvd\-device /dev/\:dvd2
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3532 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3533 .B Abspielen mit alter DVD\-Unterstützung (VOB)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3534 mplayer \-dvdauth /dev/\:dvd /mnt/\:dvd/\:VIDEO_TS/\:VTS_02_4.VOB
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3535 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3536 .B Streaming per HTTP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3537 mplayer http://mplayer.hq/\:example.avi
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3538 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3539 .B Streaming mit RTSP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3540 mplayer rtsp://server.example.com/\:streamName
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3541 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3542 .B Konvertiere Untertitel in's MPsub\-Format (nach ./\:dump.mpsub)
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3543 mplayer dummy.avi \-sub source.sub \-dumpmpsub
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3544 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3545 .B Lies vom Standard\-V4L\-Gerät
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3546 mplayer \-tv on:driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3547 \-vo xv
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3548 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3549 .B Encodiere Titel Nr. 2 der DVD, aber nur ausgewählte Kapitel
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3550 mencoder \-dvd 2 \-chapter 10-15 \-o title2.avi \-oac copy \-ovc divx4
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3551 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3552 .B Encodiere Titel Nr. 2 der DVD und skaliere auf 640x480
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3553 mencoder \-dvd 2 \-vop scale=640:480 \-o title2.avi \-oac copy \-ovc divx4
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3554 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3555 .B Encodiere Titel Nr. 2 der DVD und skaliere auf 512xHHH unter Beibehaltung des Höhen\-/\:Breitenverhältnisses
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3556 mencoder \-dvd 2 \-vop scale \-zoom \-xy 512 \-o title2.avi \-oac copy
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3557 \-ovc divx4
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3558 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3559 .B Das gleiche, aber mit libavcodecs MPEG4\-Codec
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3560 mencoder \-dvd 2 \-o title2.avi \-ovc lavc
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3561 \-lavcopts vcodec=mpeg4:vhq:vbitrate=1800 \-oac copy
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3562 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3563 .B Das gleiche, aber mit libavcodecs MJPEG\-Codec
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3564 mencoder \-dvd 2 \-o titel2.avi \-ovc lavc
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3565 \-lavcopts vcodec=mjpeg:vhq:vbitrate=1800 \-oac copy
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3566 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3567 .B Encodiere alls .jpg\-Dateien im aktuellen Verzeichnis
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3568 mencoder \\*.jpg \-mf on:fps=25 \-o output.avi \-ovc divx4
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3569 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3570 .B Encodiere das Fernsehsignal
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3571 mencoder \-tv on:driver=v4l:width=640:height=480 \-o tv.avi \-ovc rawrgb
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3572 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3573 .B Encodiere und lies von einer Pipe
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3574 rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3575 \-\- \-
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3576 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3577 .B Encodiere mehrere .vob\-Dateien
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3578 cat *.vob | mencoder <options> \-
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3579
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3580
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3581 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3582 .\" Fehler, Autoren, Haftunsausschluss
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3583 .\" --------------------------------------------------------------------------
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3584 .
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3585 .SH FEHLER
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3586 Gibt's wahrscheinlich. BITTE: Lies die Dokumentation (speziell bugreports.html),
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3587 die FAQ und die Mailarchive mindestens zweimal!
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3588 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3589 Schick deine vollständigen Fehlerberichte an die MPlayer\-users\-Mailingliste
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3590 <mplayer-users@mplayerhq.hu>.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3591 Wir lieben vollständige Fehlerberichte :)
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
3592
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3593
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3594 .SH AUTOREN
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3595 Lies die Dokumentation.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3596 .TP
8912
jaf
parents: 8846
diff changeset
3597 MPlayer is (C) 2000\-2003
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3598 .B Arpad Gereoffy
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3599 .TP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3600 Diese Manpage wurge geschrieben und wird gepflegt von
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3601 .B Gabucino
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3602 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3603 .B Diego Biurrun
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3604 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3605 .B Jonas Jermann
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3606 .br
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3607 .B Moritz Bunkus
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3608 .PP
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3609 Schicke Mails über die Page bitte an die MPlayer\-users\-Mailingliste.
6362
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3610
1d592c2fb5c5 big update to english version
jonas
parents: 5541
diff changeset
3611
8833
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3612 .SH "STANDARD\-HAFTUNGSAUSSCHLUSS"
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3613 Betnuze das Programm auf eigene Gefahr!
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3614 Es könnte Fehler und Ungenauigkeiten enthalten, die dein System oder deine
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3615 Augen beschädigen können.
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3616 Sehr also vorsichtig, und obwohl es sehr unwahrscheinlich ist, dass etwas
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3617 passiert, übernehmen die Autoren keine Verantwortung dafür!
e4c5ee3aa3e9 bunkus: Updated/newly translated German version of the docs
mosu
parents: 8708
diff changeset
3618 .\" Ende der Datei
4748
c2adcb81c4ca german manpage
jonas
parents:
diff changeset
3619