Functions Index :: C :: ConvertToTarget
Module:
Definition:
ConvertToTarget(clip base, clip target)
Description:
Converts base to target's colorspace.
Examples:
ct = AVISource(...).ConvertToYV12
cb = AVISource(...)
cb = cb.ConvertToTarget(ct) # now cb is YV12