summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-04-16 22:05:24 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-16 22:05:24 +0200
commit9bbd8891f9d043fd96a565c74016ee29143899cc (patch)
tree98185ef6bd15fd40cc223e01fd1956c63f627b18 /src/lib/create_cli.h
parent2fc3908ca3d7a01aee43db7e28f99fb6ec553a68 (diff)
Add --fill-crop to create CLI (#3008).
This can be used to extract images from letterboxed/pillarboxed frames.
Diffstat (limited to 'src/lib/create_cli.h')
-rw-r--r--src/lib/create_cli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h
index 00abf85e5..cde8598cd 100644
--- a/src/lib/create_cli.h
+++ b/src/lib/create_cli.h
@@ -42,6 +42,7 @@ public:
boost::filesystem::path path;
VideoFrameType frame_type = VideoFrameType::TWO_D;
bool auto_crop = false;
+ bool fill_crop = false;
boost::optional<std::string> colour_conversion;
boost::optional<dcp::Channel> channel;
boost::optional<float> gain;