summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-19 16:26:58 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-19 16:26:58 +0000
commit9a1bfa7ec1ef32e1ab316024e93fc6f8f059ce87 (patch)
tree1dead2dd55c536e477d6470b99a3fa490527cad9 /DOCS
parent391a1c6e729774f965673844fb593a56c55c902e (diff)
downloadmpv-9a1bfa7ec1ef32e1ab316024e93fc6f8f059ce87.tar.bz2
mpv-9a1bfa7ec1ef32e1ab316024e93fc6f8f059ce87.tar.xz
hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9621 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.125
1 files changed, 25 insertions, 0 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index 4b69fdbcf5..0406fcce93 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -787,6 +787,31 @@ 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.
+.IPs mjpeg
+Use hardware mjpeg compression (if the card supports it).
+When using this option, you do not need to specify the width and height
+of the output window, because mplayer will determine it automatically
+from the decimation value (see below).
+.IPs decimation=<1,2,4>
+choose the size of the picture that will be compressed by hardware
+mjpeg compression:
+.RSss
+1: full size
+ 704x576 PAL
+ 704x480 NTSC
+.br
+2: medium size
+ 352x288 PAL
+ 352x240 NTSC
+.br
+4: small size
+ 176x144 PAL
+ 176x120 NTSC
+.REss
+.IPs quality=<0-100>
+choose the quality of the jpeg compression
+.br
+(quality < 60 recommended for full size)
.RE
.
.TP