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