7 hours ago
# matrix smpte170m
# transfer bt601
# primaries smpte170m
# colorrange limitedQuote:Insert before:=>
Select the position the custom script addition should be inserted before.
In custom sections you can use:
- '# scantype <tff|bff|telecine|progressive>' to let Hybrid know that the scan type changed.
- '# colorformat <YUV420P8|...YUV444P16|RGB24|..|RGBS>' to let Hybrid know the color format changed.
-'# width <48-16384>' to let Hybrid know the width changed.
-'# height <48-16384>' to let Hybrid know the height changed.
-'# framerate <0.01-1000>' to let Hybrid know the frame rate changed.
-'# colormatrix <Rec.709|FCC|Rec.601/470bg/470m|..|Chroma cl>' to let Hybrid know the color matrix changed.
-'# requires mod <1-..>' to let Hybrid know the custom addition requires modX.
-'# requires colorformat <YUV420P8|...YUV444P16|RGB24|..|RGBS>' to let Hybrid know the custom addition requires a specific color format.
-'# requires colormatrix <Rec.709|FCC|Rec.601/470bg/470m|..|Chroma cl>' to let Hybrid know the custom addition requires a specific color matrix.
- '# additional output <variablename> [, colorformat: <Vapoursynth>][, width: <48-16384>][, height: <48-16384>][, fps: <0.01-1000>][, colormatrix: <Rec.709|FCC|Rec.601/470bg/470m|..|Chroma cl>][, yuvluminancescale: <limited|full>][, scanorder: <progressive|tff|bff|telecine>]' add an additional output with characteristics, all not specified characteristics will be copied from the current variable
Hybrid will also replace:
- %FILTERPATH% with the current filter base path
- %SCRIPTPATH% with the current script base path
- %INPUTFILE%" with the path to the current input
0. use 'code'-tags
1. There is no way in Hybrid to change primaries and transform other than in the encoder settings, if the encoder has VUI parameters which support it.Hybrid does not change these in the script.
2. There is a bug in the handling, will try to look at it tomorrow after work
3. like I wrote use Filtering->Misc->Overwrite
4. Hybrid does not care about SetFrameProps
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.

