From 6449a8ddab101e2ae8b297ac5cfd1b12e166a06a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 May 2025 17:46:46 +0200 Subject: Document video range option in manual (#3044). --- doc/manual/dcpomatic.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 82e5d6a3f..7ff5d2ea9 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -928,7 +928,7 @@ and DCP-o-matic will pick up the appropriate frames from each. Colour conversion -The Colour conversion setting specifies what +The Colour setting specifies what colour transforms and gamma correction DCP-o-matic will use when converting the selected content into the XYZ colourspace for the DCP. @@ -995,6 +995,20 @@ detail in a separate document colour.pdf. + +The Range should be set to the range of values +used by your content. If your content specifies its colours using the full +range of possible values (for example, for 8-bit RGB if black is at 0 and +white is at 255) specify Full (JPEG, 0-255). If your +content uses the limited range (for example, 16 for Y as black and 235 for +Y as white) you should specify Video (MPEG, 16-235). + + + +In most cases DCP-o-matic will guess the correct Range +setting from your content, so you should not usually need to adjust it. + + -- cgit v1.2.3