summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-18 14:48:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-18 14:48:58 +0000
commit758b86265b8368f54aad7ca0fcfa1553cd1317cc (patch)
treec70d7c2487a9287d8c733c64513e1e6dbadc5cd8 /DOCS
parente2e5f63009bc5053270ce86f36ba155600ea980c (diff)
downloadmpv-758b86265b8368f54aad7ca0fcfa1553cd1317cc.tar.bz2
mpv-758b86265b8368f54aad7ca0fcfa1553cd1317cc.tar.xz
Applied patch by Alban Bedel <albeu@free.fr>.
http://mplayerhq.hu/pipermail/mplayer-dev-eng/2002-June/008873.html Documents -dxr2 and -rawaudio options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6748 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.136
1 files changed, 35 insertions, 1 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 7da0d9f07a..43839d4f44 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -107,9 +107,14 @@ Available options are:
speed=n set CD spin speed
paranoia=n set paranoia level (0-2)
+ 0: disable checking
+ 1: overlap checking only
+ (default)
+ 2: full data verification
+ and correction
generic-dev=/dev/ use specified generic scsi
device
- sector-size=n
+ sector-size=n atomic read size
overlap=n force minimum overlap search
during verification to <n>
sectors.
@@ -216,6 +221,16 @@ of some bad AVI files).
Do not use average byte/sec value for A\-V sync (AVI).
Helps with some AVI files with broken header.
.TP
+.B \-rawaudio <option1:option2:...>
+This option lets you play raw audio files. It may also be used to
+play audio CDs wich are not 44KHz 16 bit stereo.
+
+ on use raw audio demuxer
+ channels=<value> number of channels
+ rate=<value> rate in samples per second
+ samplesize=<value> sample size in byte
+ format=<value> fourcc in hex
+.TP
.B \-skipopening
Skip DVD opening (dvdnav only).
.TP
@@ -651,6 +666,25 @@ than a single buffer, so it won't work on cards with very few video memory.
Turns on direct rendering (not supported by all codecs and video outputs)
(default is off).
.TP
+.B \-dxr2 <option1:option2:...>
+This option is used to control the dxr2 driver.
+
+ overlay enable the overlay
+ overlay-ratio tune the overlay
+ ucode=<value> path to the microcode
+ norm=<value> TV norm
+ ar-mode=<value> aspect ratio mode
+ macrovision=<value> macrovision mode
+ 75ire enable 7.5 IRE
+ bw b/w TV output
+ color color TV output
+ interlaced interlaced TV output
+ square/ccir601-pixel TV pixel mode
+ iec958-encoded/decoded iec958 output mode
+ mute mute sound output
+ ignore-cache do not use VGA cache
+ update-cache recreate VGA cache
+.TP
.B \-fb <device> (fbdev or DirectFB only)
Specifies the framebuffer device to use. By default it uses /dev/fb0.
.TP