[Mplayer-cvslog] CVS: main/DOCS/en mplayer.1,1.419,1.420

Diego Biurrun CVS diego at mplayerhq.hu
Tue Aug 26 11:51:11 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/en
In directory mail:/var/tmp.root/cvs-serv9027/en

Modified Files:
	mplayer.1 
Log Message:
-nuvopts documentation by Albeu


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/mplayer.1,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -r1.419 -r1.420
--- mplayer.1	25 Aug 2003 18:13:16 -0000	1.419
+++ mplayer.1	26 Aug 2003 09:49:45 -0000	1.420
@@ -4066,9 +4066,34 @@
 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



More information about the MPlayer-cvslog mailing list