From d34041569e71fc9bd772354e94dc9d16061072a5 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Sat, 24 Feb 2001 20:28:24 +0000 Subject: Initial revision git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help_avp.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 help_avp.h (limited to 'help_avp.h') diff --git a/help_avp.h b/help_avp.h new file mode 100644 index 0000000000..23175f6d2f --- /dev/null +++ b/help_avp.h @@ -0,0 +1,32 @@ +static char* banner_text= +"\n" +"MPlayer v0.10 [AVI parser] (C) 2000. Arpad Gereoffy \n" +"\n"; + +static char* help_text= +"Usage: aviparse [options] [path/]name\n" +"\n" +" Options:\n" +//" -o select output driver (see '-o help' for driver list)\n" +//" -vcd play video cd track from device instead of plain file\n" +//" -bg play in background (X11 only!)\n" +//" -sb seek to byte position\n" +//" -ss seek to second position (with timestamp)\n" +//" -nosound don't play sound\n" +//" -abs audio buffer size (in bytes, default: measuring)\n" +//" -delay audio delay in seconds (may be +/- float value)\n" +//" -alsa enable timing code (works better with ALSA)\n" +" -aid <1-99> select audio channel\n" +" -afile dump raw audio data to file\n" +" -vfile dump raw video data to file\n" +//" -vid <0-15> select video channel\n" +//" -fps force frame rate (if value is wrong in mpeg header)\n" +//" -mc maximum sync correction per 5 frames (in seconds)\n" +//" -afm <1-3> force audio format 1:MPEG 2:PCM 3:AC3 4:Win32\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 ^C stop playing and quit program\n" +"\n"; -- cgit v1.2.3