by Joe Maller on 13 Oct, 2002 20:51, Applies to: FCP 3.04 from:
The duration value returned by GetLimits is whole frames, not fields, regardless of whether the script calling the function uses the fullframe tag or not. This also means that the returned image data is full height, and not field-height.
When calling frame data for field-based effects, some sort of field-extraction routine should be used to guarantee that the desired field is returned.
This is one of the most confusing aspects of working with video data from other points in time.
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.
The duration value returned by GetLimits is whole frames, not fields, regardless of whether the script calling the function uses the fullframe tag or not. This also means that the returned image data is full height, and not field-height.
When calling frame data for field-based effects, some sort of field-extraction routine should be used to guarantee that the desired field is returned.
This is one of the most confusing aspects of working with video data from other points in time.