mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 22:28:01 +00:00
-nuvopts documentation by Albeu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10701 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0378af2449
commit
f2c3dbfded
@ -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)
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user