summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-10 21:57:06 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-10 21:57:06 +0000
commitcf1d0ebb4ad72f2146c1980fb801929ab26f4b41 (patch)
tree4d2f74374d2c85d03cd11cf0e8b42fa7e0bcc7e6 /DOCS
parent399b33e97418baba622091de47f41740f6dda866 (diff)
downloadmpv-cf1d0ebb4ad72f2146c1980fb801929ab26f4b41.tar.bz2
mpv-cf1d0ebb4ad72f2146c1980fb801929ab26f4b41.tar.xz
document Arpi's #2,3,7 (fps, immediatemode, eq2). #6,9,10,11 still
need to be addressed and I don't know all the details on them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8880 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.112
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index b180faf874..7e7b412d9d 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -679,6 +679,8 @@ i420)
width of the output window
.IPs height=<value>
height of the output window
+.IPs fps=<value>
+framerate at which to capture video (frames per second)
.IPs buffersize=<value>
maximum size of the capture buffer in megabytes (default: half of the
physical memory)
@@ -731,6 +733,11 @@ choose an audio output of the capture card, if it has more of them
.IPs "[volume|bass|treble|balance]=<0\-65535>"
These options set parameters of the mixer on the video capture card.
They will have no effect, if your card doesn't have one.
+.IPs immediatemode=<bool>
+A value of 0 means capture and buffer audio and video together
+(default for mencoder). A value of 1 (default for mplayer) means to do
+video capture only and let the audio go through a loopback cable from
+the TV card to the soundcard.
.RE
.
.TP
@@ -1954,6 +1961,11 @@ p: mix random noise with a (semi)regular pattern
Activates the software equalizer with interactive controls like the hardware
eq controls.
The values can be from -100 to 100.
+.IPs eq2[=gamma:cont:bright]
+Alternative software equalizer that uses lookup tables (very slow),
+allowing gamma correction in addition to simple brightness and
+contrast adjustment. The parameters are given as floating point
+values. Defaults are gamma=1.0, contrast=1.0, and brightness=0.0.
.IPs halfpack[=f]
Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but
keeping all chroma samples.