From bfbe1342f7f9eebaf0fce7237f92e94987411528 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 30 Mar 2015 14:54:52 +0200 Subject: 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. --- DOCS/man/vf.rst | 4 ++++ DOCS/man/vo.rst | 14 ++++++++++++++ 2 files changed, 18 insertions(+) (limited to 'DOCS') 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 ```` 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=`` 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=`` Load an ICC profile and use it to transform linear RGB to screen output. -- cgit v1.2.3