by Joe Maller on 22 Oct, 2002 17:33, Applies to: FCP 3.04 from:
Occasionally, ChannelCopy will incidentally reset a target image buffer's color format when copying channels. Even though in theory it shouldn't matter what color format either image buffer is in, I've seen instances where an otherwise unexplainable RGB/YUV error directly resulted from mismatched color formats in a ChannelCopy operation. Converting the source image buffer to the same pixel format as the destination image buffer fixed the problem.
Skipping Channels
by Joe Maller on 6 Jan, 2004 03:58, Applies to: FCP 4.1.1 from:
Source channels are selected by their corresponding FXScript constant; kAlpha, kRed, kGreen and kBlue. To leave a channel unchanged, use kNone instead of a color.
Authors own their submissions and grant full use rights to the site owner.
Commercial reproduction is prohibited without prior written permission (please ask first).
The FXScript Reference is an independent resource, created and funded through user contributions and my wallet. If you find the site useful, please donate to help keep this unique resource online.
Occasionally, ChannelCopy will incidentally reset a target image buffer's color format when copying channels. Even though in theory it shouldn't matter what color format either image buffer is in, I've seen instances where an otherwise unexplainable RGB/YUV error directly resulted from mismatched color formats in a ChannelCopy operation. Converting the source image buffer to the same pixel format as the destination image buffer fixed the problem.