Mercurial > mplayer.hg
annotate DOCS/mplayer.1 @ 1755:ce3123d61380
ws.h/app.h
author | pontscho |
---|---|
date | Wed, 29 Aug 2001 17:45:40 +0000 |
parents | b42b78566029 |
children | 2ce062156969 |
rev | line source |
---|---|
1 | 1 .\" MPlayer (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu> |
2 .\" This manpage was/is done by Gabucino | |
3 .\" | |
733 | 4 .TH MPlayer-CVS |
1 | 5 .SH NAME |
6 mplayer \- Movie Player for Linux | |
7 .SH SYNOPSIS | |
8 .B mplayer | |
1714 | 9 .RB [ \-v ] |
10 .RB [ \-quiet ] | |
11 .RB [ \-vo\ <driver>[:<device>] ] | |
12 .RB [ \-ao\ <driver>[:<device>] ] | |
1 | 13 .RB [ \-vcd\ track\ number ] |
14 .RB [ \-sb\ byte\ position ] | |
1714 | 15 .RB [ \-nosound ] |
1 | 16 .RB [ \-abs\ seconds ] |
17 .RB [ \-delay\ secs ] | |
1714 | 18 .RB [ \-bps ] |
1 | 19 .RB [ \-aid\ id ] |
20 .RB [ \-vid\ id ] | |
21 .RB [ \-fps\ rate ] | |
22 .RB [ \-mc\ seconds/5f ] | |
1714 | 23 .RB [ \-fs ] |
24 .RB [ \-vm ] | |
25 .RB [ \-zoom ] | |
1 | 26 .RB [ \-x\ x ] |
27 .RB [ \-y\ y ] | |
28 .RB [ \-xy\ factor ] | |
45 | 29 .RB [ \-pp\ quality ] |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
30 .RB [ \-include\ configfile ] |
1153 | 31 .RB [ \-lircconf\ configfile ] |
222 | 32 .RB [ \-ffactor\ number ] |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
33 .RB [ \-sub\ file ] |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
34 .RB [ \-subfps\ rate ] |
484 | 35 .RB [ \-subdelay\ sec ] |
532
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
36 .RB [ \-z\ <0-8> ] |
574 | 37 .RB [ \-idx ] |
38 .RB [ \-forceidx ] | |
646 | 39 .RB [ \-nodshow ] |
40 .RB [ \-noxv ] | |
41 .RB [ \-forcexv ] | |
1714 | 42 .RB [ \-ss\ sec\] |
43 .RB [ \-dumpaudio] | |
44 .RB [ \-dumpvideo] | |
45 .RB [ \-noframedrop] | |
46 .RB [ \-framedrop] | |
47 .RB [ \-nodouble] | |
48 .RB [ \-double] | |
49 .RB [ \-stereo\ mode] | |
50 .RB [ \-srate\ Hz] | |
51 .RB [ \-osdlevel\ level] | |
52 .RB [ \-config\ file] | |
53 .RB [ \-display\ name] | |
54 .RB [ \-unicode] | |
55 .RB [ \-utf8] | |
56 .RB [ \-fsmode\ mode] | |
57 .RB [ \-vc\ video\ codec\ name] | |
58 .RB [ \-ac\ audio\ codec\ name] | |
59 .RB [ \-vfm\ video\ codec\ family] | |
60 .RB [ \-afm\ audio\ codec\ family] | |
61 .RB [ \-frames\ number] | |
62 .RB [ \-autoq\ quality] | |
63 .RB [ \-fb\ device] | |
64 .RB [ \-fbmode\ modename] | |
65 .RB [ \-fbmodeconfig\ filename] | |
66 .RB [ \-benchmark] | |
67 .RB [ \-dvd\ titleid] | |
68 .RB [ \-chapter\ chapterid] | |
69 .RB [ \-dvdangle\ angleid] | |
70 .RB [ \-dvdkey\ key] | |
71 .I - or file or device | |
1 | 72 .PP |
73 .SH DESCRIPTION | |
74 .I mplayer | |
75 Yes. Yet another movie player for linux. | |
76 What is the special with this? It works, at least for me :) | |
77 I've tried lots of players under linux (mtv,xmps,dvdview,livid/oms,VideoLAN, | |
78 xine,xanim,avifile,xmmp) but they all have some problem. Mostly with | |
79 special files or with audio/video sync. Most of them is unable to play | |
80 both mpeg1, mpeg2 and avi (DivX) files. Many players have image quality | |
81 or speed problems too. So I've decided to write/modify one... | |
82 .LP | |
83 .SH "GENERAL OPTIONS" | |
84 .TP | |
85 .I NOTE | |
86 MPlayer works out-of-the-box, so you generally don't have to mess with | |
87 any options. | |
88 .TP | |
790 | 89 .I NOTE |
90 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs | |
91 .TP | |
1714 | 92 .B \-dvd\ titleid |
93 tell MPlayer which movies (marked with titleid) to play. For example | |
94 sometimes '1' are trailers, and '2' is the real movie. | |
95 .TP | |
96 .B \-chapter\ chapterid | |
97 specify which chapter to start playing at. Examples can be found below. | |
98 .TP | |
99 .B \-dvdangle\ angleid | |
100 some DVD discs contain scenes that can be viewed from multiple angles. | |
101 Here you can tell MPlayer which angels to use. Examples can be found below. | |
102 .TP | |
1287 | 103 .B \-vo\ <driver>[:<device>] |
1288 | 104 select video output driver and optinaly device. "device" is valid with |
105 SDL and GGI too, it means sub-driver then (for example: -vo sdl:aalib). | |
1 | 106 |
107 you can get the list of available drivers executing | |
108 .I mplayer -vo help | |
109 | |
110 .TP | |
1287 | 111 .B \-ao\ <driver>[:<device>] |
1288 | 112 select audio output driver and optinaly device. "device" is valid with |
113 SDL and GGI too, it means sub-driver then (for example: -vo sdl:esd). | |
1208 | 114 |
115 If using OSS, you can specify which sound device to use like this : | |
1288 | 116 -ao oss:/dev/dsp1 (replaces the old -dsp option) |
986 | 117 |
118 you can get the list of available drivers executing | |
119 .I mplayer -ao help | |
120 | |
121 .TP | |
523 | 122 .B \-vcd\ track |
1 | 123 play video cd track from device instead of plain file |
124 .TP | |
523 | 125 .B \-nosound |
1 | 126 don't play sound |
127 .TP | |
128 .B \-fs | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
129 fullscreen playing (centers movie, and makes black |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
130 bands around it) |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
131 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
132 .B \-vm |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
133 use XF86VidMode extension for mode changing |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
134 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
135 .B \-zoom |
1035 | 136 use software scaling, where available (use with -nofs) |
1 | 137 .TP |
138 .B \-x\ x | |
139 scale image to x width [if driver suppports!] | |
140 .TP | |
141 .B \-y\ y | |
142 scale image to y height | |
143 .TP | |
144 .B \-xy\ factor | |
145 scale image by <factor> | |
146 .TP | |
45 | 147 .B \-pp\ quality |
1 | 148 apply postprocess filter on decoded image. |
149 You need a STRONG CPU in order to use this! | |
150 The supported formats and settings are: | |
151 | |
181 | 152 MPEG 1/2 0 (none), 1, 3, 7, 15, 31, 63 |
153 OpenDivX 0 (none), 1, 3, 7, 15, 31, 63 | |
1556 | 154 DivX4 0 (none) - 60 |
181 | 155 DivX 0 (none), 1, 2, 3, 4 |
1 | 156 |
157 .I NOTE | |
52 | 158 Maybe less/more. |
1493 | 159 .TP |
160 .B \-autoq\ quality | |
161 dynamically changes the level of postprocess, depending on spare CPU | |
162 time available. Uses the same value ranges as -pp . The number you | |
163 specify will be the maximum level used. Usually you can use some big | |
1714 | 164 number. You don't have to (and don't) use together with -pp ! |
1 | 165 .TP |
222 | 166 .B \-ffactor\ number |
167 resample alphamap of the font. Can be: | |
1 | 168 |
222 | 169 0 plain white fonts |
170 0.75 very narrow black outline [default] | |
171 1 narrow black outline | |
172 10 bold black outline | |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
173 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
174 .B \-sub\ file |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
175 use/display this subtitle file |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
176 .TP |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
177 .B \-subfps\ rate |
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
178 specify frame/sec rate of subtitle file |
521 | 179 (ONLY for frame-based SUB files, i.e. NOT MicroDVD format!) |
472
a25ba0fd865e
commiting yesterday's changes that accidently lost ;(((
gabucino
parents:
454
diff
changeset
|
180 (default: the same as the movie) |
484 | 181 .TP |
182 .B \-subdelay\ sec | |
183 delays subtitles by <sec> seconds. Can be negative. | |
1035 | 184 .TP |
185 .B \-osdlevel\ level | |
1037 | 186 specifies which mode the OSD should start in (0 : none, 1 : seek, 2: seek+timer) |
187 (default = 2) | |
1208 | 188 .TP |
1153 | 189 .B \-lircconf\ configfile |
1151 | 190 specifies a configfile for LIRC (see http://www.lirc.org) if you don't like the default ~/.lircrc |
1516 | 191 .TP |
1556 | 192 .B \-v |
1516 | 193 enable verbose output (more -v means more verbose) |
194 .TP | |
1556 | 195 .B \-quiet |
1516 | 196 display less output, status messages. |
1556 | 197 .TP |
198 .B \-benchmark | |
199 used in combination with -nosound and -vo null for benchmarking. | |
1 | 200 .IP |
201 .SH "ADVANCED OPTIONS" | |
202 .TP | |
203 .I NOTE | |
1714 | 204 These options can help you solve your particular problem.. Also, see the |
205 documentation ! | |
1 | 206 .TP |
1363 | 207 .B \-vc <name> |
208 force usage of a specific video codec, according to its name in codecs.conf, | |
209 for example : | |
210 | |
211 -vc divx use VFW DivX codec | |
212 -vc divxds use DirectShow DivX codec | |
213 -vc ffdivx use libavcodec's DivX codec | |
1714 | 214 -vc ffmpeg12 use libavcodec's MPEG1/2 codec |
1363 | 215 -vc divx4 use ProjectMayo's DivX codec |
216 .TP | |
217 .B \-ac <name> | |
218 force usage of a specific audio codec, according to its name in codecs.conf, | |
219 for example : | |
1 | 220 |
1363 | 221 -ac mp3 use libmp3 MP3 codec |
222 -ac mp3acm use l3codeca.acm MP3 codec | |
223 -ac ac3 use AC3 codec | |
1714 | 224 -ac hwac3 enable Hardware AC3 passthrough |
225 (see documentation) | |
1363 | 226 .TP |
227 .B \-vfm <1-5> | |
1380 | 228 force usage of a specific codec FAMILY, and FALLBACK to default if failed. |
1377 | 229 For example: |
1364 | 230 |
231 -vfm 2 use VFW (Win32) codecs | |
1714 | 232 -vfm 3 use OpenDivX/DivX4 codec (YV12) |
1380 | 233 (same as -vc odivx but fallback) |
1364 | 234 -vfm 4 use DirectShow (Win32) codecs |
235 -vfm 5 use libavcodec codecs | |
1714 | 236 -vfm 7 use DivX4 codec (YUY2) |
1380 | 237 (same as -vc divx4 but fallback) |
1377 | 238 |
1714 | 239 NOTE : if libdivxdecore support was compiled in, then type 3 and 7 now contains |
240 just the same DivX4 codec, but different APIs to reach it. For difference | |
241 between them and when to use which, check the DivX4 section in the | |
242 documentation. | |
1363 | 243 .TP |
244 .B \-afm <1-5> | |
245 force usage of a specific audio format. For example: | |
1364 | 246 |
1714 | 247 -afm 1 use libmp3 (mp2/mp3, |
248 but not mp1) | |
1364 | 249 -afm 2 suppose raw PCM audio |
250 -afm 3 use libac3 | |
251 -afm 4 use a matching Win32 codec | |
252 -afm 5 use aLaw/uLaw driver | |
1 | 253 .TP |
523 | 254 .B \-sb\ position |
1 | 255 seek to byte position |
1206 | 256 .TP |
656 | 257 .B \-ss\ second |
258 seek to second position | |
1 | 259 .TP |
523 | 260 .B \-abs\ bytes |
1 | 261 audio buffer size (in bytes, default: measuring) |
262 .TP | |
263 .B \-delay\ secs | |
264 audio delay in seconds (may be +/- float value) | |
265 .TP | |
266 .B \-bps | |
267 use avg. byte/sec value for A-V sync (AVI) | |
268 .TP | |
269 .B \-aid\ id | |
270 select audio channel [MPG: 0-31 AVI: 1-99] | |
271 .TP | |
272 .B \-vid\ id | |
273 select video channel [MPG: 0-15 AVI: -- ] | |
274 .TP | |
275 .B \-fps\ value | |
276 force frame rate (if value is wrong in the header) | |
277 .TP | |
278 .B \-mc\ seconds/5frame | |
279 maximum sync correction per 5 frames (in seconds) | |
280 .TP | |
281 .B \-ni | |
282 force usage of non-interleaved AVI parser | |
164
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
283 .TP |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
284 .B \-include |
2790235db59f
even more updates :) about time to crack a joke, eh? :))
gabucino
parents:
106
diff
changeset
|
285 specify config file to be parsed after the default |
532
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
286 .TP |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
287 .B \-z\ <0-8> |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
288 specifies compression level for PNG output |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
289 0 : no compression |
a8ab5e0f5560
do you think the stars see how hard we're fighting for them?
gabucino
parents:
523
diff
changeset
|
290 8 : max compression |
574 | 291 .TP |
292 .B \-idx | |
293 rebuilds INDEX of the AVI. Useful with broken downloads, or badly | |
294 created AVIs. | |
295 .TP | |
296 .B \-forceidx | |
297 force rebuilding of INDEX. Useful for testing, or AVIs with bad | |
298 indexes. | |
629 | 299 .TP |
300 .B \-nodshow | |
630 | 301 disables usage of DirectShow video codecs |
646 | 302 .TP |
303 .B \-noxv | |
304 disable XVideo hardware acceleration (with SDL only!) | |
305 .TP | |
306 .B \-forcexv | |
307 force using XVideo (SDL!) | |
791 | 308 .TP |
309 .B \-dumpaudio | |
793 | 310 writes audio stream of the file to ./stream.dump (mostly usable |
311 with mpeg/ac3) | |
801 | 312 .TP |
313 .B \-noframedrop | |
1160 | 314 no frame dropping : every frame is played, audio and video may be out of |
315 sync (default) | |
801 | 316 .TP |
317 .B \-framedrop | |
318 frame dropping : decode all frames, video may skip | |
319 .TP | |
1151 | 320 .B \-nodouble |
321 disable doublebuffering (default). Currently this is only honoured by the DGA driver. | |
322 With the DGA driver this also disables OSD support but yields some speed gain. | |
323 .TP | |
324 .B \-double | |
325 enable doublebuffering. Currently this is only honoured by the DGA driver. | |
326 .TP | |
822 | 327 .B \-dvdkey key |
328 key to decrypt stream encrypted with CSS. For example : -dvdkey F169072699 | |
1714 | 329 (this is NOT for DVD playing! For DVD use the -dvd option!) |
868 | 330 .TP |
331 .B \-stereo mode | |
1714 | 332 select type of MPEG1 stereo output. |
868 | 333 |
334 Stereo 0 | |
335 Left channel 1 | |
336 Right channel 2 | |
337 | |
986 | 338 .TP |
339 .B \-srate Hz | |
340 specifies Hz to playback audio on. Has effect on playback speed! | |
1036 | 341 .TP |
342 .B \-config configfile | |
343 specifies where to search for config file | |
1071 | 344 .TP |
345 .B \-display name | |
346 specify the hostname and display number of the X server you want | |
347 to display on. For example : -display xtest.localdomain:0 | |
1072 | 348 .TP |
349 .B \-unicode | |
1389 | 350 tells MPlayer to handle the subtitle file as UNICODE. |
1072 | 351 Contrary: -nounicode |
1206 | 352 .TP |
1389 | 353 .B \-utf8 |
354 tells MPlayer to handle the subtitle file as UTF8. | |
355 .TP | |
1273 | 356 .B \-fsmode\ mode |
357 This option workarounds some problems when using specific windowmanagers and | |
358 fullscreen mode. If you experience fullscreen problems, try changing this | |
359 value between 0 and 7. | |
1500 | 360 |
1714 | 361 -fsmode 0 new method |
362 -fsmode 1 ICCCWM patch | |
363 (for KDE2/icewm) | |
364 -fsmode 2 old method | |
365 -fsmode 3 ICCCWM patch | |
366 plus Motif method | |
1479 | 367 .TP |
368 .B \-frames\ number | |
369 MPlayer plays <number> frames, then quits. | |
1500 | 370 .TP |
371 .B \-fb\ device | |
372 Specifies the framebuffer device to use. By default it uses /dev/fb0 . | |
373 Only valid for the fbdev driver. | |
374 .TP | |
375 .B \-fbmode\ modename | |
376 Change videomode to the one that is labelled as <modename> in /etc/fb.modes . | |
377 Only valid for the fbdev driver. | |
378 .TP | |
379 .I NOTE | |
380 VESA framebuffer doesn't support mode changing. | |
381 .TP | |
382 .B \-fbmodeconfig\ filename | |
383 Use this config file instead of the default /etc/fb.modes . | |
384 Only valid for the fbdev driver. | |
1 | 385 .IP |
386 .SH "ALPHA/BETA CODE" | |
387 .TP | |
388 .I NOTE | |
389 These are included in this manpage just for completeness! If you don't | |
1714 | 390 know what are these, you DON'T need these! In either case, double-check the |
391 documentation ! | |
1 | 392 .TP |
393 .B \-br\ rate | |
394 used with '-vo odivx' . | |
395 Specifies the bitrate to encode OpenDivx at | |
396 (in bits! e.g: 780000). | |
397 .TP | |
398 .B \-encode\ file | |
399 used with '-vo odivx' . | |
400 Specifies the output OpenDivX file. Won't overwrite. | |
793 | 401 .TP |
402 .B \-dumpvideo | |
403 dump video stream to ./stream.dump (only with MPEG-PS) (not very usable) | |
1714 | 404 .TP |
405 .B \-sid | |
406 specify DVD subtitle (?) | |
1 | 407 .IP |
222 | 408 .SH KEYBOARD CONTROL |
409 .TP | |
410 .I NOTE | |
411 These keys may/may not work, depending on your video output driver. | |
412 .TP | |
413 <- or -> seek backward/forward 10 seconds | |
414 | |
415 up or down seek backward/forward 1 minute | |
416 | |
1578 | 417 pgup/pgdown seek backward/forward 10 minutes |
418 | |
222 | 419 p or SPACE pause movie (press any key) |
420 | |
421 q or ESC stop playing and quit program | |
422 | |
962 | 423 + or - adjust audio delay by +/- 0.1 second |
389 | 424 |
454 | 425 / or * decrease/increase volume |
426 | |
523 | 427 o toggle OSD: none / seek / seek+timer |
474 | 428 |
484 | 429 m toggle using master/pcm volume |
801 | 430 |
948 | 431 z or x adjust subtitle delay by +/- 0.1 second |
1556 | 432 |
433 (the following keys are valid only when using DirectShow DivX codec) | |
434 | |
435 1 or 2 adjust contrast | |
436 | |
437 3 or 4 adjust brightness | |
438 | |
1702 | 439 5 or 6 adjust hue |
1556 | 440 |
441 7 or 8 adjust saturation | |
442 | |
222 | 443 .IP |
444 .SH FILES AND DIRECTORIES | |
445 .TP | |
446 .I CONFIG FILES | |
447 Settings are stored system-wide in the /etc/mplayer.conf file, | |
448 and per-user in $HOME/.mplayer/config. The directory | |
449 $HOME/.mplayer and the 'config' are created if doesn't exist. | |
450 .TP | |
451 .I FONTS | |
452 Fonts are searched in $HOME/.mplayer/font. There must be a font.desc | |
453 file, and files with .RAW extension. | |
454 .TP | |
224 | 455 .I SUBTITLE FILES |
899 | 456 MPlayer currently supports 6 subtitle formats : MicroDVD, SubRip, unnamed, |
943 | 457 SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha). |
899 | 458 Sub files are searched in this priority : (for example /mnt/cdrom/movie.avi) |
459 /mnt/cdrom/movie.sub | |
1714 | 460 (utf/UTF/sub/SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT/ssa/SSA) |
899 | 461 $HOME/.mplayer/sub/movie.sub |
1714 | 462 (utf/UTF/sub/SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT/ssa/SSA) |
899 | 463 $HOME/.mplayer/default.sub |
222 | 464 .IP |
1 | 465 .SH "EXAMPLES" |
1714 | 466 .B Quickstart DVD playing |
467 mplayer -dvd 1 | |
468 .TP | |
469 .B Multiangle DVD playing | |
470 mplayer -dvd 1 -dvdangle 2 | |
471 .TP | |
472 .B Playing from a different DVD device | |
473 mplayer -dvd 1 /dev/dvd2 | |
474 .TP | |
475 .B Stream from HTTP | |
476 mplayer http://mplayer.hq/example.avi | |
1 | 477 .LP |
478 .SH BUGS | |
1714 | 479 Probably. Check the documentation. |
1 | 480 |
481 Bugreports should be addressed to the MPlayer-users mailing list | |
40 | 482 (mplayer-users@lists.sourceforge.net) ! If you want to submit a bugreport |
1714 | 483 (which we love to receive!), please double-check the bugreports.html, and |
1 | 484 tell us all that we need to know to identify your problem. |
485 | |
486 .LP | |
487 .SH AUTHORS | |
1714 | 488 Check documentation ! |
1 | 489 |
490 MPlayer is (C) 2000-2001 | |
491 .I Arpad Gereoffy <arpi@thot.banki.hu> | |
492 | |
493 This manpage is maintained by | |
1714 | 494 .I Gabucino . |
1 | 495 .LP |
496 .SH STANDARD DISCLAIMER | |
497 Use only at your own risk! There may be errors and inaccuracies that could | |
498 be damaging to your system or your eye. Proceed with caution, and although | |
499 this is highly unlikely, the author doesn't take any responsibility for that! | |
500 .\" end of file |