Mercurial > mplayer.hg
annotate help_mp.h @ 1432:62b9f4b52b4f
*** empty log message ***
author | gabucino |
---|---|
date | Wed, 01 Aug 2001 20:12:18 +0000 |
parents | 94a564660308 |
children | 435f0a0e6a5c |
rev | line source |
---|---|
1 | 1 static char* banner_text= |
340 | 2 "\n\n" |
1418 | 3 "MPlayer " VERSION "(C) 2000-2001 Arpad Gereoffy (see DOCS/AUTHORS)\n" |
1 | 4 "\n"; |
5 | |
737 | 6 static char help_text[]= |
1212 | 7 "Usage: mplayer [options] [path/]name\n" |
1 | 8 "\n" |
1212 | 9 "Options:\n" |
10 " -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n" | |
11 " -ao <drv[:dev]> select audio output driver & device (see '-ao help' for list)\n" | |
12 " -vcd <trackno> play VCD (video cd) track from device instead of plain file\n" | |
13 #ifdef HAVE_LIBCSS | |
14 " -dvdauth <dev> specify DVD device for authentication (for encrypted discs)\n" | |
15 #endif | |
16 " -ss <timepos> seek to given (seconds or hh:mm:ss) position\n" | |
17 " -nosound don't play sound\n" | |
732
e14114170e01
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents:
514
diff
changeset
|
18 #ifdef USE_FAKE_MONO |
1212 | 19 " -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n" |
732
e14114170e01
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents:
514
diff
changeset
|
20 #endif |
1212 | 21 " -fs -vm -zoom fullscreen playing options (fullscr,vidmode chg,softw.scale)\n" |
22 " -x <x> -y <y> scale image to <x> * <y> resolution [if -vo driver supports!]\n" | |
23 " -sub <file> specify subtitle file to use (see also -subfps, -subdelay)\n" | |
24 " -vid x -aid y options to select video (x) and audio (y) stream to play\n" | |
25 " -fps x -srate y options to change video (x fps) and audio (y Hz) rate\n" | |
26 " -pp <quality> enable postprocessing filter (0-4 for DivX, 0-63 for mpegs)\n" | |
27 " -bps use alternative A-V sync method for AVI files (may help!)\n" | |
28 " -framedrop enable frame-dropping (for slow machines)\n" | |
1 | 29 "\n" |
1212 | 30 "Keys:\n" |
31 " <- or -> seek backward/forward 10 seconds\n" | |
32 " up or down seek backward/forward 1 minute\n" | |
33 " p or SPACE pause movie (press any key to continue)\n" | |
34 " q or ESC stop playing and quit program\n" | |
35 " + or - adjust audio delay by +/- 0.1 second\n" | |
36 " o cycle OSD mode: none / seekbar / seekbar+timer\n" | |
37 " * or / increase or decrease volume (press 'm' to select master/pcm)\n" | |
38 " z or x adjust subtitle delay by +/- 0.1 second\n" | |
808 | 39 "\n" |
1212 | 40 " * * * SEE MANPAGE FOR DETAILS, FURTHER OPTIONS AND KEYS ! * * *\n" |
1 | 41 "\n"; |