comparison help_mp.h @ 1206:e9138e79ca69

*** empty log message ***
author gabucino
date Sat, 23 Jun 2001 18:06:10 +0000
parents 34c1d8872420
children 739f4245c421
comparison
equal deleted inserted replaced
1205:b1580bf80600 1206:e9138e79ca69
9 " Options:\n" 9 " Options:\n"
10 " -vo <driver> select video output driver (see '-vo help' for driver list)\n" 10 " -vo <driver> select video output driver (see '-vo help' for driver list)\n"
11 " -ao <driver> select audio output driver (see '-ao help' for driver list)\n" 11 " -ao <driver> select audio output driver (see '-ao help' for driver list)\n"
12 " -vcd <track> play video cd track from device instead of plain file\n" 12 " -vcd <track> play video cd track from device instead of plain file\n"
13 //" -bg play in background (X11 only!)\n" 13 //" -bg play in background (X11 only!)\n"
14 " -sb <bytepos> seek to byte position\n" 14 " -ss <timepos> seek to second position (with timestamp)\n"
15 //" -ss <timepos> seek to second position (with timestamp)\n"
16 " -nosound don't play sound\n" 15 " -nosound don't play sound\n"
17 " -abs <bytes> audio buffer size (in bytes, default: measuring)\n"
18 " -delay <secs> audio delay in seconds (may be +/- float value)\n"
19 #ifdef AVI_SYNC_BPS
20 " -nobps do not use avg. byte/sec value for A-V sync (AVI)\n"
21 #else
22 " -bps use avg. byte/sec value for A-V sync (AVI)\n"
23 #endif
24 #ifdef ALSA_TIMER
25 " -noalsa disable timing code\n"
26 #else
27 " -alsa enable timing code (works better with ALSA)\n"
28 #endif
29 #ifdef USE_FAKE_MONO 16 #ifdef USE_FAKE_MONO
30 " -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n" 17 " -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n"
31 #endif 18 #endif
32 " -aid <id> select audio channel [MPG: 0-31 AVI: 1-99]\n"
33 " -vid <id> select video channel [MPG: 0-15 AVI: -- ]\n"
34 " -fps <value> force frame rate (if value is wrong in the header)\n"
35 " -mc <s/5f> maximum sync correction per 5 frames (in seconds)\n"
36 //" -afm <1-5> force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw\n"
37 " -fs -vm -zoom fullscreen playing options (fullsc,vidmode chg,softscale)\n" 19 " -fs -vm -zoom fullscreen playing options (fullsc,vidmode chg,softscale)\n"
20 " -sub <file> specify subtitle file to use\n"
38 " -x <x> -y <y> scale image to <x> * <y> resolution [if scalable!]\n" 21 " -x <x> -y <y> scale image to <x> * <y> resolution [if scalable!]\n"
22 " -aid -vid change audio/video stream to play\n"
23 " -fps -srate change video/audio rate\n"
39 "\n" 24 "\n"
40 " Keys:\n" 25 " Keys:\n"
41 " <- or -> seek backward/forward 10 seconds\n" 26 " <- or -> seek backward/forward 10 seconds\n"
42 " up or down seek backward/forward 1 minute\n" 27 " up or down seek backward/forward 1 minute\n"
43 " p or SPACE pause movie (press any key to continue)\n" 28 " p or SPACE pause movie (press any key to continue)\n"