mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 10:21:59 +02:00
[nodes] add some nodes documentation
This commit is contained in:
parent
0e606eef4e
commit
64a4c9426a
30 changed files with 352 additions and 18 deletions
|
@ -7,6 +7,13 @@ from meshroom.core import desc
|
|||
class KeyframeSelection(desc.CommandLineNode):
|
||||
commandLine = 'aliceVision_utils_keyframeSelection {allParams}'
|
||||
|
||||
documentation = '''
|
||||
Allows to extract keyframes from a video and insert metadata.
|
||||
It can extract frames from a synchronized multi-cameras rig.
|
||||
|
||||
You can extract frames at regular interval by configuring only the min/maxFrameStep.
|
||||
'''
|
||||
|
||||
inputs = [
|
||||
desc.ListAttribute(
|
||||
elementDesc=desc.File(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue