summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-03-30 14:54:52 +0200
committerNiklas Haas <git@nand.wakku.to>2015-04-04 15:47:14 +0200
commitbfbe1342f7f9eebaf0fce7237f92e94987411528 (patch)
tree8d943a4a4c2975064328384ec03e8cdec131106e /DOCS
parentb51ff8702b24f58cc70a143deca5de7c6453d2c8 (diff)
downloadmpv-bfbe1342f7f9eebaf0fce7237f92e94987411528.tar.bz2
mpv-bfbe1342f7f9eebaf0fce7237f92e94987411528.tar.xz
csputils: add some missing colorspaces
With target-prim and target-trc it makes sense to include some common colorspaces that aren't strictly speaking used for video.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst4
-rw-r--r--DOCS/man/vo.rst14
2 files changed, 18 insertions, 0 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index f0c5a88b43..2af1e8fda0 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -300,6 +300,10 @@ Available filters are:
:bt.601-625: ITU-R BT.601 (SD) 625-line systems (PAL, SECAM)
:bt.709: ITU-R BT.709 (HD) (same primaries as sRGB)
:bt.2020: ITU-R BT.2020 (UHD)
+ :apple: Apple RGB
+ :adobe: Adobe RGB (1998)
+ :prophoto: ProPhoto RGB (ROMM)
+ :cie1931: CIE 1931 RGB
``<stereo-in>``
Set the stereo mode the video is assumed to be encoded in. Takes the
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 4b8c3d100c..e235aa9d70 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -616,6 +616,14 @@ Available video output drivers are:
ITU-R BT.709 (HD), IEC 61966-2-4 (sRGB), SMPTE RP177 Annex B
bt2020
ITU-R BT.2020 (UHD)
+ apple
+ Apple RGB
+ adobe
+ Adobe RGB (1998)
+ prophoto
+ ProPhoto RGB (ROMM)
+ cie1931
+ CIE 1931 RGB (not to be confused with CIE XYZ)
``target-trc=<value>``
Specifies the transfer characteristics (gamma) of the display. Video
@@ -629,8 +637,14 @@ Available video output drivers are:
IEC 61966-2-4 (sRGB)
linear
Linear light output
+ gamma18
+ Pure power curve (gamma 1.8), also used for Apple RGB
gamma22
Pure power curve (gamma 2.2)
+ gamma28
+ Pure power curve (gamma 2.8), also used for BT.470-BG
+ prophoto
+ ProPhoto RGB (ROMM)
``icc-profile=<file>``
Load an ICC profile and use it to transform linear RGB to screen output.