Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Incorrect error message on y8 input #19

Open
tp7 opened this issue Apr 20, 2014 · 2 comments
Open

Incorrect error message on y8 input #19

tp7 opened this issue Apr 20, 2014 · 2 comments

Comments

@tp7
Copy link
Owner

tp7 commented Apr 20, 2014

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 tp7 added bug labels Apr 20, 2014
@tophf
Copy link

tophf commented Apr 20, 2014

'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

?

@tp7
Copy link
Owner Author

tp7 commented Apr 20, 2014

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants