summaryrefslogtreecommitdiffstats
path: root/DOCS/en
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-26 09:49:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-26 09:49:45 +0000
commitf2c3dbfdeda4731e0a021df84dc73d1a7408dca5 (patch)
tree3917db2b93b5aaa21c2bb6a78671ff6e4266b452 /DOCS/en
parent0378af2449815081222aabfd0bd0b50f80f6b825 (diff)
downloadmpv-f2c3dbfdeda4731e0a021df84dc73d1a7408dca5.tar.bz2
mpv-f2c3dbfdeda4731e0a021df84dc73d1a7408dca5.tar.xz
-nuvopts documentation by Albeu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10701 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/en')
-rw-r--r--DOCS/en/mplayer.127
1 files changed, 26 insertions, 1 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index ebf71153ae..9dfd3188c0 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -4066,9 +4066,34 @@ Note: the h263 MMX quantizer cannot handle positive biases (set vfdct=1or2)
Tip: a more positive bias (-32 - -16 instead of -64) seems to improve the PSNR
.RE
+.SS nuv (-nuvopts)
-.SS xvidenc (-xvidencopts)
+Nuppel video is based on rtjpeg and lzo.
+By default frames are first encoded with rtjpeg and then compressed with lzo.
+But both passes can be enabled or not.
+So you can in fact output raw i420, lzo compressed i420, rtjpeg, or the
+default lzo compressed rtjpeg.
.br
+Note: The nuvrec documentation contains some advice and examples about the
+settings to use for the most common TV encodings.
+.TP
+.B c=<0\-20>
+chrominance threshold
+.TP
+.B l=<0\-20>
+luminance threshold
+.TP
+.B nolzo
+disable the lzo compression
+.TP
+.B q=<3\-255>
+set the quality level
+.TP
+.B raw
+disable rtjpeg encoding
+
+.SS xvidenc (-xvidencopts)
+
There are three modes available: constant bitrate (CBR), fixed quantizer and
2pass.
.TP