summaryrefslogtreecommitdiffstats
path: root/help_mp.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-02-24 20:28:24 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-02-24 20:28:24 +0000
commitd34041569e71fc9bd772354e94dc9d16061072a5 (patch)
tree8f481cae1c70f32d1756fbe5f39000577b73042d /help_mp.h
parente95a95ece09bac96bdfd37322f96c6f57ef79ebc (diff)
downloadmpv-d34041569e71fc9bd772354e94dc9d16061072a5.tar.bz2
mpv-d34041569e71fc9bd772354e94dc9d16061072a5.tar.xz
Initial revision
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp.h')
-rw-r--r--help_mp.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/help_mp.h b/help_mp.h
new file mode 100644
index 0000000000..a8de5045fc
--- /dev/null
+++ b/help_mp.h
@@ -0,0 +1,44 @@
+static char* banner_text=
+"\n"
+"MPlayer " VERSION " (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu>\n"
+"\n";
+
+static char* help_text=
+"Usage: mplayer [options] [path/]name\n"
+"\n"
+" Options:\n"
+" -vo <driver> select output driver (see '-vo 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"
+" -sb <bytepos> seek to byte position\n"
+//" -ss <timepos> seek to second position (with timestamp)\n"
+" -nosound don't play sound\n"
+" -abs <bytes> audio buffer size (in bytes, default: measuring)\n"
+" -delay <secs> audio delay in seconds (may be +/- float value)\n"
+#ifdef AVI_SYNC_BPS
+" -nobps do not use avg. byte/sec value for A-V sync (AVI)\n"
+#else
+" -bps use avg. byte/sec value for A-V sync (AVI)\n"
+#endif
+#ifdef ALSA_TIMER
+" -noalsa disable timing code\n"
+#else
+" -alsa enable timing code (works better with ALSA)\n"
+#endif
+" -aid <id> select audio channel [MPG: 0-31 AVI: 1-99]\n"
+" -vid <id> select video channel [MPG: 0-15 AVI: -- ]\n"
+" -fps <value> force frame rate (if value is wrong in the header)\n"
+" -mc <s/5f> maximum sync correction per 5 frames (in seconds)\n"
+" -afm <1-5> force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw\n"
+#ifdef X11_FULLSCREEN
+" -fs fullscreen playing (only gl, xmga and xv drivers)\n"
+#endif
+" -x <x> -y <y> scale image to <x> * <y> resolution [if scalable!]\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"
+"\n";