summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.h
AgeCommit message (Collapse)Author
2023-09-30Allow SMPTE/interop setting from template to work.Carl Hetherington
2023-09-30Add --no-encrypt with the same idea as the previous commit.Carl Hetherington
2023-09-30Add --twod option to create CLI and stop 2D from being forced overCarl Hetherington
a template if --threed is not specified (#2620/GH#22).
2023-09-30Cleanup: add some _ prefixes.Carl Hetherington
2023-09-30Cleanup: make some variables private.Carl Hetherington
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
2022-12-13Add video_{range,frame_type}.{cc,h} and remove some types.h includes.Carl Hetherington
2022-09-17Allow specification of the CPL ID to use in a DCP with _create (#2302).Carl Hetherington
2022-03-09Add --kdm option to dcpomatic_createCarl 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-05-03C++11 tidying.Carl Hetherington
2020-06-08Always sign DCPs (#1760).Carl Hetherington
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-04-30Add --j2k-bandwidth to dcpomatic_create.v2.13.158Carl Hetherington
2019-04-30Add --fourk to dcpomatic_create.Carl 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.