Functions Index :: C :: ColorSpace

[<< up one level]

Module:

clip :: core

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"

 

[<< top]