Skip to content

Conversation

cbentejac
Copy link
Contributor

Description

This PR fixes the lambdas used to evaluate the enabled value of some attributes contained in GroupAttributes. The access to such attributes is expected to be done by accessing all the parents first instead of the attribute itself directly.

@cbentejac cbentejac force-pushed the fix/enabledKeyframeSelection branch from cd4024c to 55f7c6f Compare September 30, 2025 13:41
Comment on lines +313 to +314
for ext in videoExts for
input in node.inputPaths.value)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for ext in videoExts for
input in node.inputPaths.value)
for ext in videoExts
for input in node.inputPaths.value)

Comment on lines -218 to +233
description="Width, in pixels, of the frame used for the sharpness score computation after a rescale.\n"
"Aspect ratio will be preserved. No rescale will be performed if equal to 0.",
description="Width, in pixels, of the frame used for the sharpness "
"score computation after a rescale.\n"
"Aspect ratio will be preserved. No rescale will be "
"performed if equal to 0.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was not bad to have the line return when we really have it in the description.

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.

2 participants