13.02.2022, 10:31
If you add a custom section through "Filtering->Vapoursynth->Custom", be aware that you are responsible for
To let Hybrid know you changed one of the characteristics add:
for example:
Cu Selur
- importing everything that your script needs.
- taking care of any color conversion, etc. .
- letting Hybrid know if your custom section changed the clips characteristics (width, height, scantype, colorformat, framerate).
To let Hybrid know you changed one of the characteristics add:
# characteristicName characteristicValue
# width 400
# height 400
# scantype tff
# colorformat YUV448
# framerate 120
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.