I have a video in rec.709 (that is the usual SD video 1080p) 1st image. In After Effect I can choose workspace rec.2100 PQ the video image will become dim (second image). When I save it to ProRes, the video will be just as dim, as I need it to be. I need to do the same in Hybrid. How to do this in Hybrid or maybe in ffmpeg?
Filtering -> Vapoursynth -> Color-> Matrix -> TimeCube. Use bundled LUTs to transform one color space/gamma to another.
Note that Color Matrix filter is not the same as those LUTs and it don't transform color spaces/gammas. Color Matrix used for some special tasks when you upscale/downscale SD to HD content or similar...
you can also generate your own transformation LUTs with LUTCalc tool
https://cameramanben.github.io/LUTCalc/L...index.html
You are probably out if luck afaik neither ffmpeg, Avisynth, Vapoursynth (nor x265) supports Rec.2100 was color matrix, so Hybrid can't handle it properly.
Ignoring the signaling and using some LUT might work though,..
When ffmpeg&Co support it I can add support for it in Hybrid.
Cu Selur
It's also a question how the output is flagged, assuming you are not overwriting the color matrix in your NLE.
Cu Selur
If you save your setting as defaults, then every time you start Hybrid it starts with these settings.
That said, <ou might want to read
[INFO] About profiles and saving settings,.... and test the different methods to understand their differences and find the best way they fit what you want.
Cu Selur
I understand you, but I need these actions on the command line in order to then include it in a script that would perform all these actions when it starts.
Is it possible to register this in the command line or is Hybrid not designed for this?