summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-07-30 02:06:39 +0200
committerwm4 <wm4@nowhere>2012-07-30 02:06:39 +0200
commiteb75758138847c657dbaab9836764f3893bc62e7 (patch)
tree4fa9afff894339ea6814de2f1133c03469c31773
parent5c630c96cd9fdfdd33c85706b2e68af9bd521c60 (diff)
downloadmpv-eb75758138847c657dbaab9836764f3893bc62e7.tar.bz2
mpv-eb75758138847c657dbaab9836764f3893bc62e7.tar.xz
mplayer: de-crapify builtin help text
Remove all the options that mattered in 2001 only. Use new option syntax.
-rw-r--r--mplayer.c42
1 files changed, 6 insertions, 36 deletions
diff --git a/mplayer.c b/mplayer.c
index ef352ad34f..38f4543fcf 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -166,42 +166,12 @@ static const char help_text[] = _(
"Usage: mplayer [options] [url|path/]filename\n"
"\n"
"Basic options: (complete list in the man page)\n"
-" -vo <drv> select video output driver ('-vo help' for a list)\n"
-" -ao <drv> select audio output driver ('-ao help' for a list)\n"
-#ifdef CONFIG_VCD
-" vcd://<trackno> play (S)VCD (Super Video CD) track (raw device, no mount)\n"
-#endif
-#ifdef CONFIG_DVDREAD
-" dvd://<titleno> play DVD title from device instead of plain file\n"
-#endif
-" -alang/-slang select DVD audio/subtitle language (by 2-char country code)\n"
-" -ss <position> seek to given (seconds or hh:mm:ss) position\n"
-" -nosound do not play sound\n"
-" -fs fullscreen playback (or -vm, -zoom, details in the man page)\n"
-" -x <x> -y <y> set display resolution (for use with -vm or -zoom)\n"
-" -sub <file> specify subtitle file to use (also see -subfps, -subdelay)\n"
-" -playlist <file> specify playlist file\n"
-" -vid x -aid y select video (x) and audio (y) stream to play\n"
-" -fps x -srate y change video (x fps) and audio (y Hz) rate\n"
-" -pp <quality> enable postprocessing filter (details in the man page)\n"
-" -framedrop enable frame dropping (for slow machines)\n"
-"\n"
-"Basic keys: (complete list in the man page, also check input.conf)\n"
-" <- or -> seek backward/forward 10 seconds\n"
-" down or up seek backward/forward 1 minute\n"
-" pgdown or pgup seek backward/forward 10 minutes\n"
-" < or > step backward/forward in playlist\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 PCM volume\n"
-" x or z adjust subtitle delay by +/- 0.1 second\n"
-" r or t adjust subtitle position up/down, also see -vf expand\n"
-" double click toggle fullscreen\n"
-" right click pause (press again to continue)\n"
-"\n"
-" * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n"
+" --ss=<position> seek to given (seconds or hh:mm:ss) position\n"
+" --no-audio do not play sound\n"
+" --no-video do not play video\n"
+" --fs fullscreen playback\n"
+" --sub=<file> specify subtitle file to use\n"
+" --playlist=<file> specify playlist file\n"
"\n");