From c9a87535652defa2328b160a47741d9d2b14849b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 10 Apr 2017 00:00:37 +0100 Subject: [PATCH] Thinko fix; thanks neemx. --- doc/manual/dcpomatic.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 093de1792..5eac9a315 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -3027,7 +3027,7 @@ to the cinema which is showing your DCP. dcpomatic2_cli runs the transcode process on these film directories. - + Some applications will benefit from setting up the films using the main DCP-o-matic GUI and then using dcpomatic2_cli to @@ -3038,24 +3038,24 @@ to the cinema which is showing your DCP.
<code>dcpomatic2_create</code> - + The syntax for dcpomatic2_create is: - + dcpomatic2_create [OPTION] [CONTENT] [<CONTENT> ...] - + [CONTENT] are the files that you want to use in the DCP (e.g. MP4 or MOV files). - + The options are: - + -v, --version — show DCP-o-matic version -h, --help — show this help @@ -3070,15 +3070,15 @@ to the cinema which is showing your DCP. --no-sign— do not sign the DCP -o, --output <dir> — output directory - + For example, to setup a film using a MP4 file you might do: - + - dcpomatic2_cli -o my_film --container-ratio 185 --content-ratio 185 -c FTR -n "My Film" Stuff.mp4 + dcpomatic2_create -o my_film --container-ratio 185 --content-ratio 185 -c FTR -n "My Film" Stuff.mp4 - + This will create a folder called my_film which is ready for a DCP to be made by dcpomatic2_cli. @@ -3090,11 +3090,11 @@ to the cinema which is showing your DCP.
<code>dcpomatic2_cli</code> - + The syntax for dcpomatic2_cli is: - + dcpomatic2_cli [OPTION] [FILM] @@ -3124,7 +3124,7 @@ to the cinema which is showing your DCP.
- + -- 2.30.2