changeset 10700:517dd95f5fb2

-nuvopts documentation by Albeu
author diego
date Tue, 26 Aug 2003 09:49:45 +0000
parents c0125c036c76
children 3ee7da8ee7d5
files DOCS/en/mplayer.1
diffstat 1 files changed, 26 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/en/mplayer.1	Mon Aug 25 23:19:08 2003 +0000
+++ b/DOCS/en/mplayer.1	Tue Aug 26 09:49:45 2003 +0000
@@ -4066,9 +4066,34 @@
 Tip: a more positive bias (-32 - -16 instead of -64) seems to improve the PSNR
 .RE
 
+.SS nuv (-nuvopts)
+
+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)
-.br
+
 There are three modes available: constant bitrate (CBR), fixed quantizer and
 2pass.
 .TP