summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_create.cc
AgeCommit message (Collapse)Author
2025-03-19Move most of the create CLI into create_cli.cc to make it more testable.Carl Hetherington
2024-07-06Add some missing ArgFixers for Windows command lines (#2844).Carl Hetherington
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
anything that is passed to read_file() from libcxml. This should fix #2623 and other similar problems.
2023-09-30Cleanup: extract some stuff to a method in CreateCLI.Carl Hetherington
2023-04-11Give an error if a non-number is passed to dcpomatic2_create -s (#2488).Carl Hetherington
2023-03-29Add create support for some more audio channels.Carl Hetherington
2022-09-17Allow specification of the CPL ID to use in a DCP with _create (#2302).Carl Hetherington
2022-09-17Don't dump empty error details.Carl Hetherington
2022-07-12Fix stupid crash in dcpomatic_create when adding a DCP without a KDM.Carl Hetherington
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2022-04-17Add more missing override labels.Carl Hetherington
2022-03-09Add --kdm option to dcpomatic_createCarl Hetherington
2022-03-09Cleanup: use some better variable names.Carl Hetherington
2022-01-16Add --twok option to dcpomatic2_create.Carl Hetherington
2021-11-29Add --gain option to dcpomatic_create.Carl Hetherington
2021-11-29Add --channel option to dcpomatic_create.Carl Hetherington
2021-11-29Tidying.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-06-08Always sign DCPs (#1760).Carl Hetherington
2020-05-12Guess DCP container size and resolution when content is addedCarl Hetherington
or removed such that there is one piece of video content left in the project. Container size and resolution are never again guessed once the user has set them to something.
2020-05-11Change video content scaling so that it either:Carl Hetherington
1. scales the content up to fit the DCP container, preserving aspect ratio, or 2. stretches the content to a custom aspect ratio, or 3. scales the content to some custom size.
2019-12-10dcpomatic_create should respond to --version on stdout, not stderr (#1686).Carl Hetherington
2019-10-21Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.Carl Hetherington
2019-09-03Fix missing log in dcpomatic_create (#1597).Carl Hetherington
2019-09-03Exit with code 0 on dcpomatic2_create --version (#1599).Carl Hetherington
2019-04-30Add --j2k-bandwidth to dcpomatic_create.v2.13.158Carl Hetherington
2019-04-30Add --fourk to dcpomatic_create.Carl Hetherington
2019-04-14Store successful DCP encodes.Carl Hetherington
2019-01-17Fix 3D in dcpomatic_create.v2.13.104Carl Hetherington
2019-01-16Rework command-line parser for dcpomatic_create to allow optionsv2.13.103Carl Hetherington
to be specified per content. Use this to support 3D.
2019-01-15Add --encrypted/-e to dcpomatic_create.Carl Hetherington
2018-12-07Fix -t option to dcpomatic_create.Carl Hetherington
2018-11-21Add and use new FrameRateChange constructors.Carl Hetherington
2018-11-21Fix short option name for --template.Carl Hetherington
2018-04-29Allow command-line configuration of config location (#1284).Carl Hetherington
2017-07-07Another fix for dcpomatic_create with image sequences.Carl Hetherington
2017-07-07Fix addition of image sequence directories with dcpomatic2_create.Carl Hetherington
2017-06-29Fix failure to add file-based content in dcpomatic2_create.Carl Hetherington
2017-05-23Speculative fix for adding DCPs to projects with dcpomatic2_create.Carl Hetherington
2017-04-10Add --dcp-frame-rate option to dcpomatic2_create.Carl Hetherington
2017-04-10Fix dcpomatic_create with no output directory specified.Carl Hetherington
2016-12-20Allow content factory to return multiple content.Carl Hetherington
2016-11-11Calm a busy-wait in dcpomatic_create.Carl Hetherington
2016-08-24Basic template support (#485).Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington