Re: Where is this warning message coming from?
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com On Jan 13, 2009, at 4:42 PM, Brad Wright wrote: Darrin -- Darrin Cardani dcardani@apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... I'm getting an error message with my plug-ins from Final Cut saying that the effect failed to render, because the hardware cannot render at the requested size and depth. My sequence settings video processing is set to "Render all YUV material in high-precision YUV". My plug-in is supporting R4FL, as well as, all the other rendering formats. I'm rendering in hardware only in the plug-in. If I switch back to, "Render in 8-bit YUV" the message goes away. Why is this message happening? I'm using a MacPro with an ATI Radeon HD 2600. I'm performing the rendering in Core Image. Why is Final Cut giving me this error message? The graphics card should be able to support higher than 8 bit rendering, right? I'm using the latest version of FCP, 6.05. Yes, that hardware can render in high precision. I usually see this message when a filter is accidentally returning NO from either - frameSetup: or -renderOutput:. Is it possible that you do something slightly different in one of those methods in the 32-bit case, and accidentally return NO? This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani