6 hours ago
Quote:hyvrid still sets the primaries to 470bg,Correct. ColorMatrix, Primaries and Transfer are totally different things.
Changing the ColorMatrix does not change the other two.
Also for clarification:
# setting color transfer (vs.TRANSFER_BT601), if it is not set.
if validate.transferIsInvalid(clip):
clip = core.std.SetFrameProps(clip=clip, _Transfer=vs.TRANSFER_BT601)
# setting color primaries info (to vs.PRIMARIES_BT470_BG), if it is not set.
if validate.primariesIsInvalid(clip):
clip = core.std.SetFrameProps(clip=clip, _Primaries=vs.PRIMARIES_BT470_BG)Quote:But when i add a job and hit start is crashes. Actually it doesnt matter what output i set they all crash with "set absolute paths crashed.."Can't reproduce that here. Uninstall Hybrid, reinstall the dev and if the problem still occurs, share proper details, then I can look at it.
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.

