Maybe there is another way to determine the proper original media size? In Motion (and other hosts), this is usually (image_size / scale_size), but not in FCPX. We worked around this by clamping the scale factors at 1. Scales less than 1 usually seem to be correct and indicate downsampling. Scales greater than 1 are always bogus, and when they occur the real scale factor is always 1. _______________________________________________ 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: https://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com That's what I ended up doing as well. Seems "wrong" but I couldn't think of another way around this. I agree with you, it's definitely "bogus"!