mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 15:28:35 +02:00
[nodes] KeyframeSelection: Update default minimum number of keyframes
This commit is contained in:
parent
dddd813135
commit
4d15e418ae
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ You can extract frames at regular interval by configuring only the min/maxFrameS
|
||||||
name="minNbOutFrames",
|
name="minNbOutFrames",
|
||||||
label="Min Nb Output Frames",
|
label="Min Nb Output Frames",
|
||||||
description="Minimum number of frames selected to be keyframes.",
|
description="Minimum number of frames selected to be keyframes.",
|
||||||
value=10,
|
value=40,
|
||||||
range=(1, 100, 1),
|
range=(1, 100, 1),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
enabled=lambda node: node.smartSelection.enabled,
|
enabled=lambda node: node.smartSelection.enabled,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue