Skip to content

KeyframeSelection: Add new parameter value to disable the export of keyframes#2036

Merged
mugulmd merged 2 commits into
developfrom
dev/noKeyframeExport
Jun 9, 2023
Merged

KeyframeSelection: Add new parameter value to disable the export of keyframes#2036
mugulmd merged 2 commits into
developfrom
dev/noKeyframeExport

Conversation

@cbentejac

Copy link
Copy Markdown
Contributor

Description

Related AliceVision pull request: alicevision/AliceVision#1454

This PR adds the support of the none value for the outputExtension parameter in the KeyframeSelection node, and sets it as the default value. Setting outputExtension to none disables the export of the selected keyframes, meaning that only the SfMData files will be written on disk as outputs of the KeyframeSelection node.

The description of the parameter is updated accordingly and mentions that it should not be used with video inputs, as this would lead to no output at all.

cbentejac added 2 commits June 6, 2023 18:19
…frames

The `outputExtension` parameter now supports a new value, `none`, that
disables the export of the keyframes, and becomes the new default value.

The `renameKeyframes` parameter, which changes the way keyframes are named
when they are written, is automatically disabled when `outputExtension` is
set to `none`.
@mugulmd mugulmd merged commit 349f488 into develop Jun 9, 2023
@mugulmd mugulmd deleted the dev/noKeyframeExport branch June 9, 2023 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants