27.03.2024, 13:25
To keep things manageable, Hybrid does require a fixed order for Crop, Rotate, Resize, Letterbox (Crop < Rotate < Resize < Letterbox).
Allowing multiple free placeable resize steps would (extremly) complicate tons of things regarding the code validation&generation and the ui integration.
So I don't plan to change that.
I probably could add options to the 'Stepped Resize' for additional (specific) filters and maybe even add a way to add custom code between the resize steps.
Would need details what really is needed, before I think about whether this is worth the effort.
If you know your way around Vapoursynth you could also do what you want in a custom section, but you should let Hybrid know if your code changed some of the characteristics, etc.
In custom sections:
tells Hybrid that the custom section requires the clip to be <colorspace name> for the custom section.
requires modX.
lets Hybrid know that after the custom section the width is always X.
lets Hybrid know that after the custom section the width is always Y.
lets Hybrid know that after the custom section the scan type is changed to a specific value.
lets Hybrid know that after the custom section the color format is always as specified.
lets Hybrid know that after the custom section the frame rate is always X.
Cu Selur
Allowing multiple free placeable resize steps would (extremly) complicate tons of things regarding the code validation&generation and the ui integration.
So I don't plan to change that.
I probably could add options to the 'Stepped Resize' for additional (specific) filters and maybe even add a way to add custom code between the resize steps.
Would need details what really is needed, before I think about whether this is worth the effort.
If you know your way around Vapoursynth you could also do what you want in a custom section, but you should let Hybrid know if your code changed some of the characteristics, etc.
In custom sections:
# requires colorformat <colorspace name>
# requires mod<X>
# width X
# Height Y
# scantype <progressive/tff/top filed first/bff/bottom field first/telecine>
# colorformat <colorspace name>
# framerate <X>
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.