mirror of https://github.com/mpv-player/mpv
XviD supports "turbo" mode.
This is the last undocumented feature of XviD, so remove the TODO entry. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16466 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bc6baf5cbb
commit
8ad9a8794a
|
@ -7539,6 +7539,13 @@ two pass.
|
|||
Specify the pass in two pass mode.
|
||||
.
|
||||
.TP
|
||||
.B turbo (two pass only)
|
||||
Dramatically speeds up pass one using faster algorithms and disabling
|
||||
CPU-intensive options.
|
||||
This will probably reduce global PSNR a little bit and change individual
|
||||
frame type and PSNR little bit more.
|
||||
.
|
||||
.TP
|
||||
.B bitrate=<value> (CBR or two pass mode)
|
||||
Sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second
|
||||
if >16000.
|
||||
|
|
|
@ -68,7 +68,6 @@ DOCS:
|
|||
- video.html
|
||||
- documentation.html
|
||||
- enhance the FAQ
|
||||
- document missing XviD options
|
||||
- split man page into mplayer.1 and mencoder.1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue