X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fdcpomatic.xml;h=bed0242f386bd77c2b65c685ce6f2f2aa72ec436;hb=5f51f0ce475aeff9ca0016473a3567f7ed6a2099;hp=093de17927dcbe549e172b158ba877043a383238;hpb=77da11b5e09820f8f5babac6d17ff35c0098c96e;p=dcpomatic.git diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 093de1792..bed0242f3 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,30 @@ 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). + [CONTENT] are the files or folders that you want to use in the + DCP. They can be: + + ‘Movie’ files in almost any common format (e.g. MP4, MOV, MKV, etc.) + A folder containing and image sequence in almost any common format (e.g. TIFF, DPX etc.) + Sound files (e.g. WAV, MP3, AIFF) + Subtitles files (e.g. .srt, DCP XML, .ssa etc.) + - + The options are: - + -v, --version — show DCP-o-matic version -h, --help — show this help @@ -3070,15 +3076,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 +3096,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 +3130,7 @@ to the cinema which is showing your DCP.
- +