comparison help_mp.h @ 1212:739f4245c421

updated for release
author arpi_esp
date Sat, 23 Jun 2001 20:04:59 +0000
parents e9138e79ca69
children 94a564660308
comparison
equal deleted inserted replaced
1211:e21c61b2313e 1212:739f4245c421
1 static char* banner_text= 1 static char* banner_text=
2 "\n\n" 2 "\n\n"
3 "MPlayer " VERSION " (C) 2000-2001 Arpad Gereoffy <arpi@thot.banki.hu>\n" 3 "MPlayer " VERSION "(C) 2000-2001 Arpad Gereoffy <arpi@thot.banki.hu>\n"
4 "\n"; 4 "\n";
5 5
6 static char help_text[]= 6 static char help_text[]=
7 "\nUsage: mplayer [options] [path/]name\n" 7 "Usage: mplayer [options] [path/]name\n"
8 "\n" 8 "\n"
9 " Options:\n" 9 "Options:\n"
10 " -vo <driver> select video output driver (see '-vo help' for driver list)\n" 10 " -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n"
11 " -ao <driver> select audio output driver (see '-ao help' for driver list)\n" 11 " -ao <drv[:dev]> select audio output driver & device (see '-ao help' for list)\n"
12 " -vcd <track> play video cd track from device instead of plain file\n" 12 " -vcd <trackno> play VCD (video cd) track from device instead of plain file\n"
13 //" -bg play in background (X11 only!)\n" 13 #ifdef HAVE_LIBCSS
14 " -ss <timepos> seek to second position (with timestamp)\n" 14 " -dvdauth <dev> specify DVD device for authentication (for encrypted discs)\n"
15 " -nosound don't play sound\n" 15 #endif
16 " -ss <timepos> seek to given (seconds or hh:mm:ss) position\n"
17 " -nosound don't play sound\n"
16 #ifdef USE_FAKE_MONO 18 #ifdef USE_FAKE_MONO
17 " -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n" 19 " -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n"
18 #endif 20 #endif
19 " -fs -vm -zoom fullscreen playing options (fullsc,vidmode chg,softscale)\n" 21 " -fs -vm -zoom fullscreen playing options (fullscr,vidmode chg,softw.scale)\n"
20 " -sub <file> specify subtitle file to use\n" 22 " -x <x> -y <y> scale image to <x> * <y> resolution [if -vo driver supports!]\n"
21 " -x <x> -y <y> scale image to <x> * <y> resolution [if scalable!]\n" 23 " -sub <file> specify subtitle file to use (see also -subfps, -subdelay)\n"
22 " -aid -vid change audio/video stream to play\n" 24 " -vid x -aid y options to select video (x) and audio (y) stream to play\n"
23 " -fps -srate change video/audio rate\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"
24 "\n" 29 "\n"
25 " Keys:\n" 30 "Keys:\n"
26 " <- or -> seek backward/forward 10 seconds\n" 31 " <- or -> seek backward/forward 10 seconds\n"
27 " up or down seek backward/forward 1 minute\n" 32 " up or down seek backward/forward 1 minute\n"
28 " p or SPACE pause movie (press any key to continue)\n" 33 " p or SPACE pause movie (press any key to continue)\n"
29 " q or ESC stop playing and quit program\n" 34 " q or ESC stop playing and quit program\n"
30 " + or - adjust audio delay by +/- 0.1 second\n" 35 " + or - adjust audio delay by +/- 0.1 second\n"
31 " o toggle OSD: none / seek / seek+timer\n" 36 " o cycle OSD mode: none / seekbar / seekbar+timer\n"
32 " * or / increase or decrease volume\n" 37 " * or / increase or decrease volume (press 'm' to select master/pcm)\n"
33 " m use mixer master or pcm channel\n" 38 " z or x adjust subtitle delay by +/- 0.1 second\n"
34 " z or x adjust subtitle delay by +/- 0.1 second\n"
35 "\n" 39 "\n"
36 " * SEE MANPAGE FOR DETAILS/FURTHER OPTIONS AND KEYS !\n" 40 " * * * SEE MANPAGE FOR DETAILS, FURTHER OPTIONS AND KEYS ! * * *\n"
37 "\n"; 41 "\n";