mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
lossless jpeg related docs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1cfb64af26
commit
669ca2803d
@ -3504,9 +3504,11 @@ use interlaced dct
|
|||||||
.RSss
|
.RSss
|
||||||
YV12: default
|
YV12: default
|
||||||
.br
|
.br
|
||||||
422P: for huffyuv
|
422P: for huffyuv or lossless jpeg
|
||||||
|
.br
|
||||||
|
411P,410P,BGR32: for lossless jpeg
|
||||||
.REss
|
.REss
|
||||||
.IPs pred
|
.IPs pred
|
||||||
(for huffyuv)
|
(for huffyuv)
|
||||||
.RSss
|
.RSss
|
||||||
0: left prediction
|
0: left prediction
|
||||||
@ -3515,6 +3517,19 @@ YV12: default
|
|||||||
.br
|
.br
|
||||||
2: median prediction
|
2: median prediction
|
||||||
.REss
|
.REss
|
||||||
|
.IPs pred
|
||||||
|
(for lossless jpeg)
|
||||||
|
.RSss
|
||||||
|
0: left prediction
|
||||||
|
.br
|
||||||
|
1: top prediction
|
||||||
|
.br
|
||||||
|
2: topleft prediction
|
||||||
|
.br
|
||||||
|
3: plane/gradient prediction
|
||||||
|
.br
|
||||||
|
6: mean prediction
|
||||||
|
.REss
|
||||||
.IPs qpel
|
.IPs qpel
|
||||||
use quarter pel motion compensation
|
use quarter pel motion compensation
|
||||||
Tip: This seems only useful for high bitrate encodings.
|
Tip: This seems only useful for high bitrate encodings.
|
||||||
|
Loading…
Reference in New Issue
Block a user