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