Functions Index :: C :: ColorSpace
Module:
Definition:
ColorSpace(clip base)
Description:
Returns the colorspace of base as a string in the format used by Overlay().
The return value is one of "RGB32", "RGB24", "YUY2" and "YV12"
Examples:
c = BlankClip().ConvertToYUY2()
s = c.ColorSpace() # s == "YUY2"