Mercurial > mplayer.hg
annotate help_mp.h @ 928:263b153eb021
important changes
author | gabucino |
---|---|
date | Fri, 01 Jun 2001 16:58:10 +0000 |
parents | e174a142324b |
children | 7f32481f3b4e |
rev | line source |
---|---|
1 | 1 static char* banner_text= |
340 | 2 "\n\n" |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
3 "MPlayer " VERSION " (C) 2000-2001 Arpad Gereoffy <arpi@thot.banki.hu>\n" |
1 | 4 "\n"; |
5 | |
737 | 6 static char help_text[]= |
448
198b46b739d8
qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
arpi_esp
parents:
440
diff
changeset
|
7 "\nUsage: mplayer [options] [path/]name\n" |
1 | 8 "\n" |
9 " Options:\n" | |
10 " -vo <driver> select output driver (see '-vo help' for driver list)\n" | |
11 " -vcd <track> play video cd track from device instead of plain file\n" | |
12 //" -bg play in background (X11 only!)\n" | |
13 " -sb <bytepos> seek to byte position\n" | |
14 //" -ss <timepos> seek to second position (with timestamp)\n" | |
15 " -nosound don't play sound\n" | |
16 " -abs <bytes> audio buffer size (in bytes, default: measuring)\n" | |
17 " -delay <secs> audio delay in seconds (may be +/- float value)\n" | |
18 #ifdef AVI_SYNC_BPS | |
19 " -nobps do not use avg. byte/sec value for A-V sync (AVI)\n" | |
20 #else | |
21 " -bps use avg. byte/sec value for A-V sync (AVI)\n" | |
22 #endif | |
23 #ifdef ALSA_TIMER | |
24 " -noalsa disable timing code\n" | |
25 #else | |
26 " -alsa enable timing code (works better with ALSA)\n" | |
27 #endif | |
732
e14114170e01
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents:
514
diff
changeset
|
28 #ifdef USE_FAKE_MONO |
e14114170e01
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents:
514
diff
changeset
|
29 " -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n" |
e14114170e01
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
arpi_esp
parents:
514
diff
changeset
|
30 #endif |
1 | 31 " -aid <id> select audio channel [MPG: 0-31 AVI: 1-99]\n" |
32 " -vid <id> select video channel [MPG: 0-15 AVI: -- ]\n" | |
33 " -fps <value> force frame rate (if value is wrong in the header)\n" | |
34 " -mc <s/5f> maximum sync correction per 5 frames (in seconds)\n" | |
373 | 35 //" -afm <1-5> force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw\n" |
36 " -fs -vm -zoom fullscreen playing options (fullsc,vidmode chg,softscale)\n" | |
1 | 37 " -x <x> -y <y> scale image to <x> * <y> resolution [if scalable!]\n" |
38 "\n" | |
39 " Keys:\n" | |
40 " <- or -> seek backward/forward 10 seconds\n" | |
41 " up or down seek backward/forward 1 minute\n" | |
42 " p or SPACE pause movie (press any key to continue)\n" | |
43 " q or ESC stop playing and quit program\n" | |
44 " + or - adjust audio delay by +/- 0.1 second\n" | |
373 | 45 " o toggle OSD: none / seek / seek+timer\n" |
462 | 46 " * or / increase or decrease volume\n" |
514 | 47 " m use mixer master or pcm channel\n" |
808 | 48 "\n" |
49 " * SEE MANPAGE FOR DETAILS/FURTHER OPTIONS AND KEYS !\n" | |
1 | 50 "\n"; |