site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=Tw/5q40a0N1IoYzqSnn/wNyf15oomU7l2GlzWyHJpyjpbcDgyr3T4OP5B5vlS5sq; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-ELNK-Trace:X-Originating-IP; In what format are the FxBitmap pixels, when viewing in Motion 3, with View->Render Quality->Best ? My FxPlugin views properly with "Normal" Render Quality, at Depth of both 8 bit int and 32 bit float. But, with "Best", the image is dimmed, and pure black goes bright green. I'm mostly just doing a memcpy per scanline from inData to outData. Is there something special I need to do to handle "best"? -- Brian PS: In my Project Settings, depth is 8-bit. (Source video is uncompressed 10-bit YUV. My FxPlug-in doesn't handle YUV, so it should get 8-bit ARGB.) Stepping through debugger, it does. FxBitmap is 8-bit ARGB. ([inMap pixelFormat] == kFxPixelFormat_ARGB) So, I'm stumped. _______________________________________________ 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... This email sent to site_archiver@lists.apple.com