Quote:@Selur: there is a bug in the dev version where the conversion to RGB24 format is not applied in case of "image sequence"Have you tried this, or did you just take a fast look at the generated script?
Usually image sequences should be imported as RGB24, so there should be no need to convert to RGB24.
Side note:
else:
clipa = clip.std.ModifyFrame(clip, ddeoldify_colorize)
clipa = Tweak(clip=clipa.resize.Bicubic(format=vs.YUV444PS, matrix_s="709", range_s="limited"), hue=hue[0], sat=sat[0], cont=1.00, coring=True)
color_clip = clipa.resize.Bicubic(format=vs.RGB24, range_s="limited")
should only be used when sat != 1 and hue != 0 (analog in the ddcolor section).
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.