mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +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
|
||||
YV12: default
|
||||
.br
|
||||
422P: for huffyuv
|
||||
422P: for huffyuv or lossless jpeg
|
||||
.br
|
||||
411P,410P,BGR32: for lossless jpeg
|
||||
.REss
|
||||
.IPs pred
|
||||
.IPs pred
|
||||
(for huffyuv)
|
||||
.RSss
|
||||
0: left prediction
|
||||
@ -3515,6 +3517,19 @@ YV12: default
|
||||
.br
|
||||
2: median prediction
|
||||
.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
|
||||
use quarter pel motion compensation
|
||||
Tip: This seems only useful for high bitrate encodings.
|
||||
|
Loading…
Reference in New Issue
Block a user