mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 10:17:31 +00:00
qpel and ilme lavc options are mutually exclusive.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12971 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a725639c93
commit
bf2ccb9b41
@ -5082,7 +5082,7 @@ average.
|
|||||||
use interlaced dct
|
use interlaced dct
|
||||||
.TP
|
.TP
|
||||||
.B ilme\ \ \
|
.B ilme\ \ \
|
||||||
use interlaced motion estimation
|
Use interlaced motion estimation (mutually exclusive with qpel).
|
||||||
.TP
|
.TP
|
||||||
.B alt\ \ \ \
|
.B alt\ \ \ \
|
||||||
use alternative scantable
|
use alternative scantable
|
||||||
@ -5164,8 +5164,8 @@ large context model
|
|||||||
.PD 1
|
.PD 1
|
||||||
.TP
|
.TP
|
||||||
.B qpel\ \ \
|
.B qpel\ \ \
|
||||||
use quarter pel motion compensation
|
Use quarter pel motion compensation (mutually exclusive with ilme).
|
||||||
Tip: This seems only useful for high bitrate encodings.
|
Hint: This seems only useful for high bitrate encodings.
|
||||||
.TP
|
.TP
|
||||||
.B ildctcmp=<0\-2000>
|
.B ildctcmp=<0\-2000>
|
||||||
comparison function for interlaced dct decision
|
comparison function for interlaced dct decision
|
||||||
|
Loading…
Reference in New Issue
Block a user