From 179d803a11042077c5e431f44e1aea8e917ec357 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 8 May 2025 00:29:16 +0200 Subject: Add details to the manual about the available tools. --- doc/manual/dcpomatic.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'doc') diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 4523d7c04..82e5d6a3f 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -41,6 +41,39 @@ Hello, and welcome to DCP-o-matic! +
+Available tools + +The full set of DCP-o-matic tools is as follows: + + + +DCP-o-matic +Player +Verifier +Batch Converter +Combiner +Disk Writer +KDM Creator +Encode Server +Editor +Playlist Editor + +make DCPs from video, audio and text files (including VFs) and make KDMs. +play back DCPs and check them for errors. +check one or more DCPs for errors. +create DCPs from one or more projects previously created by the main DCP-o-matic tool. +take several DCPs and combine them into a single DCP folder. +format external hard drives to EXT2 format and copy DCPs onto them. +create KDMs from DKDMs that were previously made in the main DCP-o-matic tool, or that were sent by other people. +allow faster encoding of DCPs by connecting computers together over a network. +edit the metadata of existing DCPs without changing the video, audio or text assets. +create playlists to allow the player to be used for simple cinema-style playback. + + + +
+
-- cgit v1.2.3