1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00

help updated

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1973 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-09-26 18:51:55 +00:00
parent 8f7170e9dd
commit bb02b53665

View File

@ -1,11 +1,15 @@
#ifdef HELP_MP_DEFINE_STATIC #ifdef HELP_MP_DEFINE_STATIC
static char* banner_text= static char* banner_text=
"\n\n" "\n\n"
"MPlayer " VERSION "(C) 2000-2001 Arpad Gereoffy (see DOCS/AUTHORS)\n" "MPlayer " VERSION "(C) 2000-2001 Arpad Gereoffy (see DOCS!)\n"
"\n"; "\n";
static char help_text[]= static char help_text[]=
"Usage: mplayer [options] [path/]name\n" #ifdef HAVE_NEW_GUI
"Usage: mplayer [-gui] [options] [path/]filename\n"
#else
"Usage: mplayer [options] [path/]filename\n"
#endif
"\n" "\n"
"Options:\n" "Options:\n"
" -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n" " -vo <drv[:dev]> select video output driver & device (see '-vo help' for list)\n"
@ -14,10 +18,13 @@ static char help_text[]=
#ifdef HAVE_LIBCSS #ifdef HAVE_LIBCSS
" -dvdauth <dev> specify DVD device for authentication (for encrypted discs)\n" " -dvdauth <dev> specify DVD device for authentication (for encrypted discs)\n"
#endif #endif
#ifdef USE_DVDREAD
" -dvd <titleno> play DVD title/track from device instead of plain file\n"
#endif
" -ss <timepos> seek to given (seconds or hh:mm:ss) position\n" " -ss <timepos> seek to given (seconds or hh:mm:ss) position\n"
" -nosound don't play sound\n" " -nosound don't play sound\n"
#ifdef USE_FAKE_MONO #ifdef USE_FAKE_MONO
" -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n" " -stereo <mode> select MPEG1 stereo output (0:stereo 1:left 2:right)\n"
#endif #endif
" -fs -vm -zoom fullscreen playing options (fullscr,vidmode chg,softw.scale)\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" " -x <x> -y <y> scale image to <x> * <y> resolution [if -vo driver supports!]\n"
@ -25,7 +32,7 @@ static char help_text[]=
" -vid x -aid y options to select video (x) and audio (y) stream to play\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" " -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" " -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" " -nobps use alternative A-V sync method for AVI files (may help!)\n"
" -framedrop enable frame-dropping (for slow machines)\n" " -framedrop enable frame-dropping (for slow machines)\n"
"\n" "\n"
"Keys:\n" "Keys:\n"
@ -38,7 +45,7 @@ static char help_text[]=
" * or / increase or decrease volume (press 'm' to select master/pcm)\n" " * or / increase or decrease volume (press 'm' to select master/pcm)\n"
" z or x adjust subtitle delay by +/- 0.1 second\n" " z or x adjust subtitle delay by +/- 0.1 second\n"
"\n" "\n"
" * * * SEE MANPAGE FOR DETAILS, FURTHER OPTIONS AND KEYS ! * * *\n" " * * * SEE MANPAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS ! * * *\n"
"\n"; "\n";
#endif #endif