annotate DOCS/mencoder.1 @ 2673:1d79b0f4889a

*** empty log message ***
author gabucino
date Sun, 04 Nov 2001 10:42:32 +0000
parents a7256a107d1f
children aadcae54d45c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
1 .\" MEncoder (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
2 .\" This manpage was/is done by Gabucino
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
3 .\"
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
4 .TH MEncoder
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
5 .SH NAME
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
6 mencoder \- Movie Encoder for Linux
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
7 .SH SYNOPSIS
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
8 .B mencoder
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
9 .RB [ \-vcd\ <track\ number> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
10 .RB [ \-dvd\ <titleid> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
11 .RB [ \-chapter\ <chapterid> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
12 .RB [ \-dvdangle\ <angleid> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
13 .RB [ \-dvdkey\ <key> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
14 .RB [ \-nobps ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
15 .RB [ \-aid\ <id> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
16 .RB [ \-vid\ <id> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
17 .RB [ \-pp\ <quality> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
18 .RB [ \-vc\ <video\ codec\ name> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
19 .RB [ \-ac\ <audio\ codec\ name> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
20 .RB [ \-vfm\ <video\ codec\ family> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
21 .RB [ \-afm\ <audio\ codec\ family> ]
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
22 .RB [ \-include\ <configfile> ]
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
23 .RB [ \-v ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
24 .RB [ \-mp3file\ <filename> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
25 .RB [ \-ac3file\ <filename> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
26 .RB [ \-ovc\ <video\ codec\ name> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
27 .RB [ \-oac\ <audio\ codec\ name> ]
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
28 .RB [ \-divx4opts\ <codec\ options> ]
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
29 .RB [ \-lameopts\ <codec\ options> ]
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
30 .RB [ \-pass\ <1/2> ]
2603
cbba27e200a2 any other?
gabucino
parents: 2602
diff changeset
31 .RB [ \-ofps\ <fps> ]
cbba27e200a2 any other?
gabucino
parents: 2602
diff changeset
32 .RB [ \-o\ <filename> ]
2664
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
33 .RB [ \-frames\ <number> ]
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
34 .I - or file or device
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
35 .PP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
36 .SH DESCRIPTION
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
37 .I mencoder
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
38 Encoder.
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
39 .LP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
40 .SH "GENERAL OPTIONS"
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
41 .TP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
42 .I NOTE
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
43 Every "flag" option has "noflag" pair, e.g. -flag opposite is -noflag
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
44 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
45 .B \-vcd <track number>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
46 Encode the specified VCD track.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
47 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
48 .B \-dvd <title number>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
49 Encode the specified DVD title.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
50 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
51 .B \-chapter <chapter id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
52 Use with -dvd option (see above). Start encoding at the specified chapter.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
53 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
54 .B \-dvdangle <angle id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
55 Use with -dvd option (see above), and if the DVD disc has multiple angles.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
56 It will encode the angle specified here.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
57 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
58 .B \-dvdkey <key>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
59 Used to decrypt CSS-encrypted streams on hard disk (with given CSS decrypt
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
60 key).
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
61 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
62 .B \-nobps
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
63 Used only for AVIs. Do not use the bps value in the AVI header, instead
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
64 calculate it.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
65 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
66 .B \-aid <audio stream id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
67 If source media contains multiple audio streams (for example DVDs), encode
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
68 the specified one.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
69 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
70 .B \-vid <video stream id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
71 If source media contains multiple video streams, encode the specified one.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
72 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
73 .B \-pp <value>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
74 Apply a postprocess filter to enhance image quality. (values?)
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
75 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
76 .B \-vc <codec name>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
77 Use specified codec (according to codecs.conf) for decoding input video
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
78 stream.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
79 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
80 .B \-ac <codec name>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
81 Use specified codec (according to codecs.conf) for decoding input audio
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
82 stream.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
83 .TP
2666
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
84 .B \-vfm <video codec family>
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
85 Force decoding by using a specific codec FAMILY, and FALLBACK to default
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
86 if failed. For examples see MPlayer manpage.
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
87 .TP
2666
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
88 .B \-afm <audio codec family>
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
89 Force decoding by using a specific codec FAMILY, and FALLBACK to default
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
90 if failed. For examples see MPlayer manpage.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
91 .TP
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
92 .B \-include
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
93 Include what? Configfile.
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
94 .TP
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
95 .B \-v
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
96 Increase verbosity.
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
97 .TP
2666
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
98 .B \-ovc <codecname>
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
99 Encode with the given codec (codec names are from codecs.conf).
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
100 Examples:
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
101
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
102 -ovc help get help
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
103 -ovc copy no encoding, just streamcopy
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
104 -ovc divx4 encode to DivX4
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
105 .TP
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
106 .B \-oac <codecname>
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
107 Encode with the given codec (codec names are from codecs.conf).
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
108 Examples:
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
109
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
110 -oac help get help
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
111 -oac copy no encoding, just streamcopy
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
112 -oac pcm encode to uncompressed PCM
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
113 -oac mp3lame encode to MP3 (using Lame)
a7256a107d1f ovc oac
gabucino
parents: 2664
diff changeset
114 .TP
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
115 .B \-divx4opts
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
116 If encoding to DivX4, you can specify its parameters here, like:
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
117
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
118 -divx4opts br=1800:deinterlace:key=250
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
119
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
120 Available options:
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
121
2631
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
122 help get help (TODO!)
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
123 br=XXX specify bitrate in
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
124 kbit <4-16000> or
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
125 bit <16001-24000000>
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
126 key=XXX maximum keyframe interval
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
127 (in frames)
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
128 deinterlace enable deinterlacing
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
129 q=XXXX quality (1-fastest, 5-best)
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
130 min_quant=XXX minimum quantizer (0-32)
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
131 max_quant=XXX maximum quantizer (0-32)
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
132 rc_period=XXX rate control period
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
133 rc_reaction_period=XXX rate control
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
134 reaction period
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
135 rc_reaction_ratio=XXX rate control
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
136 reaction ratio
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
137
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
138 .TP
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
139 .B \-lameopts
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
140 If encoding to MP3 with libmp3lame, you can specify its parameters here, like:
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
141
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
142 -lameopts vbr=192
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
143
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
144 Available options:
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
145
2631
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
146 help get help (TODO!)
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
147 br=XXX specify bitrate in
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
148 kbit <0-1024>
2664
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
149 q=XXX Quality
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
150 (0-highest, 9-fastest)
2631
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
151 vbr=XXX variable bitrate method
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
152 0=cbr
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
153 1=mt
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
154 2=rh(default)
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
155 3=abr
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
156 4=mtrh
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
157 cbr constant bitrate
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
158 mode=XXX 0=stereo
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
159 1=joint-stereo
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
160 2=dualchannel
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
161 3=mono
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
162 (default: auto)
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
163 padding=XXX 0=no
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
164 1=all
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
165 2=adjust
d0490d3aa5e1 formatting (drive C:)
gabucino
parents: 2630
diff changeset
166 ratio=XXX compression ratio <1-100>
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
167
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
168 .TP
2664
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
169 .B \-pass <1/2>
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
170 With this you can encode 2pass DivX4 files. First encode with -pass 1, then
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
171 with the same parameters, encode with -pass 2.
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
172 .TP
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
173 .B \-ofps <fps>
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
174 The output file will have different frame/sec than the source.
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
175 .TP
2673
1d79b0f4889a *** empty log message ***
gabucino
parents: 2666
diff changeset
176 .B \-o <filename>
1d79b0f4889a *** empty log message ***
gabucino
parents: 2666
diff changeset
177 Outputs to the given filename, instead of the default 'test.avi' .
1d79b0f4889a *** empty log message ***
gabucino
parents: 2666
diff changeset
178 .TP
2664
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
179 .B \-frames <number>
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
180 Encode only given number of frames.
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
181 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
182 .B \-OTHERS
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
183 TODO
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
184 .IP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
185 .SH FILES AND DIRECTORIES
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
186 .IP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
187 .SH "EXAMPLES"
2664
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
188 .B Encoding DVD title #2
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
189 mencoder -dvd 2 -o title2.avi
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
190 .TP
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
191 .B Encoding from HTTP
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
192 mencoder http://mplayer.hq/example.avi -o example.avi
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
193 .TP
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
194 .B Encoding from pipe
f23882410024 decreasing my todo list
gabucino
parents: 2656
diff changeset
195 rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
196 .IP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
197 .SH BUGS
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
198 Probably. Check the documentation.
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
199
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
200 Bugreports should be addressed to the MPlayer-users mailing list
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
201 (mplayer-users@mplayerhq.hu) ! If you want to submit a bugreport
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
202 (which we love to receive!), please double-check the bugreports.html, and
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
203 tell us all that we need to know to identify your problem.
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
204
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
205 .LP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
206 .SH AUTHORS
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
207 Check documentation !
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
208
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
209 MPlayer is (C) 2000-2001
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
210 .I Arpad Gereoffy <arpi@thot.banki.hu>
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
211
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
212 This manpage is written and maintained by
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
213 .I Gabucino .
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
214 .LP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
215 .SH STANDARD DISCLAIMER
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
216 Use only at your own risk! There may be errors and inaccuracies that could
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
217 be damaging to your system or your eye. Proceed with caution, and although
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
218 this is highly unlikely, the author doesn't take any responsibility for that!
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
219 .\" end of file