mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-18 11:36:27 +02:00
[nodes] KeyframeSelection: Update description of "outputSfmDataFrames"
Indicate that this file is not written as an output if the input is a video or a list of videos.
This commit is contained in:
parent
a5b578a5c0
commit
ffa3d9f6d1
1 changed files with 2 additions and 1 deletions
|
@ -351,7 +351,8 @@ You can extract frames at regular interval by configuring only the min/maxFrameS
|
|||
desc.File(
|
||||
name="outputSfMDataFrames",
|
||||
label="Frames SfMData",
|
||||
description="Output SfMData file containing all the frames that were not selected as keyframes.",
|
||||
description="Output SfMData file containing all the frames that were not selected as keyframes.\n"
|
||||
"If the input contains videos, this file will not be written since all the frames that were not selected do not actually exist on disk.",
|
||||
value=desc.Node.internalFolder + "frames.sfm",
|
||||
uid=[]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue