Pixel Aspect on input vs. temporal
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date:cc :x-mailer:sender; bh=SenPbsXr+QypKsB5GHOSqSM4fcBO/megYPGc1TYiDrs=; b=l3+WqE9dyHBy35eXq++JqE5fVlqa/KOArJ9Qzmxr90qZK2p8rV/SC6wZhd1hmJRyP3 YcdnkelOqfyE3fTxa5AEkc5PL5Eb8i9fmB6cJDvZKVlDAanaRCgmykFrQGTmbSoVAS9l UwqTUvdhQerDvHXibJDksgLeKwPIqBFh4sZ5I= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:cc:x-mailer:sender; b=QDXXIfYh6q1YYnOAnyXonNTxnLT3z5u8+grxa6pZbPCyNuL5yw3QvbLNqAFAQy34aD MGr6DEOonD8qcivWIum9Z0JzdTOjaaJ2rP7DpwxX87YwuT7QnO+Ux06poEmykPrqcy7f DGyeLwRruKwHukhG/wkWpspyyZ8mi/5MVJAHg= TIA. - Stoney -- Stonewall Ballard stoney@sb.org http://stoney.sb.org/ _______________________________________________ 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... In FCP 6.0.4, in a sequence set to a Pixel Aspect Ratio of NTSC-CCIR 601/DV (720x480), and a Frame size of 720x486 (CCIR 602 NTSC 40:27), the output image info says it has a pixelAspect of 0.444444. When the input is a 720x486 clip listed as Pixel Aspect NTSC-CCIR 601 in the browser, its imageInfo says it has a pixelAspect of 0.395062. The same input frame fetched via the temporal API using getBitmap:layerOffsetX:layerOffsetY:requestInfo:fromParm:atTime: reports a pixelAspect of 0.444444. At least getInputBitmap:withInfo:atTime: shows that same frame with a pixelAspect of 0.395062, the same as the regular input. Why does getBitmap:layerOffsetX:layerOffsetY:requestInfo:fromParm:atTime: produce a different pixelAspect than the other two methods? Is there any way to tell what the *real* pixel aspect of that frame? Interestingly, when I set the sequence to use square pixels, all the pixelAspects are 0.444444. BTW, 0.444444 is 640/720/2, while I would have expected to see 648/720/2, or 0.45. I don't see where 0.39506 comes from. Anyone know what's going on here? Is there any way to know what the *real* PAR of an image param is? This email sent to site_archiver@lists.apple.com
participants (1)
-
Stonewall Ballard