Mercurial > mplayer.hg
changeset 1212:739f4245c421
updated for release
author | arpi_esp |
---|---|
date | Sat, 23 Jun 2001 20:04:59 +0000 |
parents | e21c61b2313e |
children | df33e8d1e2f7 |
files | help_mp.h |
diffstat | 1 files changed, 30 insertions(+), 26 deletions(-) [+] |
line wrap: on
line diff
--- a/help_mp.h Sat Jun 23 19:58:32 2001 +0000 +++ b/help_mp.h Sat Jun 23 20:04:59 2001 +0000 @@ -1,37 +1,41 @@ static char* banner_text= "\n\n" -"MPlayer " VERSION " (C) 2000-2001 Arpad Gereoffy <arpi@thot.banki.hu>\n" +"MPlayer " VERSION "(C) 2000-2001 Arpad Gereoffy <arpi@thot.banki.hu>\n" "\n"; static char help_text[]= -"\nUsage: mplayer [options] [path/]name\n" +"Usage: mplayer [options] [path/]name\n" "\n" -" Options:\n" -" -vo <driver> select video output driver (see '-vo help' for driver list)\n" -" -ao <driver> select audio output driver (see '-ao help' for driver list)\n" -" -vcd <track> play video cd track from device instead of plain file\n" -//" -bg play in background (X11 only!)\n" -" -ss <timepos> seek to second position (with timestamp)\n" -" -nosound don't play sound\n" +"Options:\n" +" -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n" +" -ao <drv[:dev]> select audio output driver & device (see '-ao help' for list)\n" +" -vcd <trackno> play VCD (video cd) track from device instead of plain file\n" +#ifdef HAVE_LIBCSS +" -dvdauth <dev> specify DVD device for authentication (for encrypted discs)\n" +#endif +" -ss <timepos> seek to given (seconds or hh:mm:ss) position\n" +" -nosound don't play sound\n" #ifdef USE_FAKE_MONO -" -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n" +" -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n" #endif -" -fs -vm -zoom fullscreen playing options (fullsc,vidmode chg,softscale)\n" -" -sub <file> specify subtitle file to use\n" -" -x <x> -y <y> scale image to <x> * <y> resolution [if scalable!]\n" -" -aid -vid change audio/video stream to play\n" -" -fps -srate change video/audio rate\n" +" -fs -vm -zoom fullscreen playing options (fullscr,vidmode chg,softw.scale)\n" +" -x <x> -y <y> scale image to <x> * <y> resolution [if -vo driver supports!]\n" +" -sub <file> specify subtitle file to use (see also -subfps, -subdelay)\n" +" -vid x -aid y options to select video (x) and audio (y) stream to play\n" +" -fps x -srate y options to change video (x fps) and audio (y Hz) rate\n" +" -pp <quality> enable postprocessing filter (0-4 for DivX, 0-63 for mpegs)\n" +" -bps use alternative A-V sync method for AVI files (may help!)\n" +" -framedrop enable frame-dropping (for slow machines)\n" "\n" -" Keys:\n" -" <- or -> seek backward/forward 10 seconds\n" -" up or down seek backward/forward 1 minute\n" -" p or SPACE pause movie (press any key to continue)\n" -" q or ESC stop playing and quit program\n" -" + or - adjust audio delay by +/- 0.1 second\n" -" o toggle OSD: none / seek / seek+timer\n" -" * or / increase or decrease volume\n" -" m use mixer master or pcm channel\n" -" z or x adjust subtitle delay by +/- 0.1 second\n" +"Keys:\n" +" <- or -> seek backward/forward 10 seconds\n" +" up or down seek backward/forward 1 minute\n" +" p or SPACE pause movie (press any key to continue)\n" +" q or ESC stop playing and quit program\n" +" + or - adjust audio delay by +/- 0.1 second\n" +" o cycle OSD mode: none / seekbar / seekbar+timer\n" +" * or / increase or decrease volume (press 'm' to select master/pcm)\n" +" z or x adjust subtitle delay by +/- 0.1 second\n" "\n" -" * SEE MANPAGE FOR DETAILS/FURTHER OPTIONS AND KEYS !\n" +" * * * SEE MANPAGE FOR DETAILS, FURTHER OPTIONS AND KEYS ! * * *\n" "\n";