Footage attributes and methodsTo use footage from the Project window as an object in an expression, use the global footage() method, as in "footage("filename")" and then use any of the attributes below. You can also access a footage object using the source attribute on a layer whose source is a footage item. Number width Returns the width of the footage in pixels. Number height Returns the height of the footage in pixels. Number duration Returns the duration of the footage in seconds. Number frame_duration Returns the duration of a frame in seconds. Number pixel_aspect Returns the pixel aspect ratio of the footage, expressed as width/height. |