YomikoR/VapourSynth-Editor

Preview GRAY clip with YUV matrix

YomikoR opened this issue · 0 comments

GRAY clip won't be resampled to RGB if tagged with RGB matrix. For example,

# clip is RGB
y = core.std.ShufflePlanes(clip, 0, vs.GRAY)
y.set_output()

leads to runtime error

Error on frame 0 request:
Resize error 1026: GREY color family cannot have RGB matrix coefficients

In addition, since vapoursynth/vapoursynth#822 prefer_props is forced.