By default, the keyframes' name is their index within the input sequence /
video. A new option is added to name them as consecutive frames, starting
from 0, instead.
Split the existing "rescaledWidth" parameter into "rescaledWidthSharpness"
and "rescaledWidthFlow" to allow independent rescaling of the frames used
to compute the sharpness and motion scores.
Keyframes will be written as JPG, PNG or EXR files (by default, JPG).
If EXR is the selected output extension, the storage data type can also
be chosen.
Group the keyframe selection parameters together depending on the method
(regular or smart) they belong to.
Parameters for a method are only shown if that method is the currently
selected one.
This commit removes most of the existing parameters for the keyframe
selection and adds new ones to enable the regular keyframe selection.
Since the regular method is the only one available for now, the parameter
that allows the user to enable it or not is disabled.
Set the value of the string parameters in the nodes' description as
the unevaluated variable instead of the evaluated variable. The
evaluation will be made later, when the nodes with such parameters
will be computed.