This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Custom Filter Queue
#2
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:
# requires colorformat <colorspace name>
tells Hybrid that the custom section requires the clip to be <colorspace name> for the custom section.
# requires mod<X>
requires modX.
# width X
lets Hybrid know that after the custom section the width is always X.
# Height Y
lets Hybrid know that after the custom section the width is always Y.
# scantype <progressive/tff/top filed first/bff/bottom field first/telecine>
lets Hybrid know that after the custom section the scan type is changed to a specific value.
# colorformat <colorspace name>
lets Hybrid know that after the custom section the color format is always as specified.
# framerate <X>
lets Hybrid know that after the custom section the frame rate is always X.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
Custom Filter Queue - by Euangelos - 27.03.2024, 12:58
RE: Custom Filter Queue - by Selur - 27.03.2024, 13:25
RE: Custom Filter Queue - by Euangelos - 27.03.2024, 14:24
RE: Custom Filter Queue - by Selur - 27.03.2024, 16:07
RE: Custom Filter Queue - by Euangelos - 27.03.2024, 17:19
RE: Custom Filter Queue - by Selur - 27.03.2024, 17:39
RE: Custom Filter Queue - by Selur - 27.03.2024, 23:10

Forum Jump:


Users browsing this thread: 1 Guest(s)