mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 20:46:28 +02:00
[nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes
This commit is contained in:
parent
d0cebbe2b0
commit
ae0ca71c1c
53 changed files with 70 additions and 63 deletions
|
@ -39,7 +39,7 @@ class DividedInputNodeSize(desc.DynamicNodeSize):
|
|||
return s / divParam.value
|
||||
|
||||
|
||||
class LdrToHdrSampling(desc.CommandLineNode):
|
||||
class LdrToHdrSampling(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_LdrToHdrSampling {allParams}'
|
||||
size = DividedInputNodeSize('input', 'nbBrackets')
|
||||
parallelization = desc.Parallelization(blockSize=2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue