masktools icon indicating copy to clipboard operation
masktools copied to clipboard

Incorrect error message on y8 input

Open tp7 opened this issue 11 years ago • 2 comments

c=BlankClip(pixel_type="YV12")
c.ConvertToY8().mt_merge(c,c.ConvertToY8(), u=3, v=3, luma=true)

Outputs "luma is not supported in 422".

tp7 avatar Apr 20 '14 20:04 tp7

'luma' parameter is not supported for input clip without chroma channel

is this better or

'luma' parameter is ignored for input clip without chroma channel

?

tophf avatar Apr 20 '14 22:04 tophf

First one works. I'll add it together with some more major bugfix if discovered.

tp7 avatar Apr 20 '14 23:04 tp7