diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-30 10:05:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-30 10:05:13 +0100 |
| commit | 5bb7cf0132f37e2eea67c72f61d1f2b23b440596 (patch) | |
| tree | db6370fc9a72f97f199f8c82932d46a941a43040 /src/tools | |
| parent | 6a92ad180163bf84aeedc5f955edc13557e6848c (diff) | |
Add --fourk to dcpomatic_create.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_create.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_create.cc b/src/tools/dcpomatic_create.cc index 1dfabd296..6d36735e1 100644 --- a/src/tools/dcpomatic_create.cc +++ b/src/tools/dcpomatic_create.cc @@ -100,6 +100,7 @@ main (int argc, char* argv[]) film->set_signed (!cc.no_sign); film->set_encrypted (cc.encrypt); film->set_three_d (cc.threed); + film->set_resolution (cc.fourk ? RESOLUTION_4K : RESOLUTION_2K); BOOST_FOREACH (CreateCLI::Content i, cc.content) { boost::filesystem::path const can = boost::filesystem::canonical (i.path); |
