Skip to content

Conversation

@cbentejac
Copy link
Contributor

Description

For input videos, frames are not already available on disk, meaning the output SfMData files cannot be written unless the selected frames are also written on disk. By default, the outputExtension parameter is set to none, meaning that the selected frames are not going to be written on disk.

Prior to this pull request, the video would be fully processed, and an error would only be raised at the very end of the process, when attempting to write the SfMData files. With it, the check is performed beforehand, and the program immediately exits before starting to process the video if the output extension is set to none.

…videos

For input videos, frames are not already available on disk, meaning
the output SfMData files cannot be written unless the selected frames
are also written on disk. By default, the `outputExtension` parameter
is set to `none`, meaning that the selected frames are not going to be
written on disk.

Prior to this commit, the video would be fully processed, and an error
would only be raised at the very end of the process, when attempting to
write the SfMData files. With it, the check is performed beforehand,
and the program immediately exits before starting to process the video if
the output extension is set to `none`.
@cbentejac cbentejac added this to the 3.4.0 milestone Jan 2, 2026
@cbentejac cbentejac self-assigned this Jan 2, 2026
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.

3 participants