Movie

<movie> is the root tag of an XML template. It defines the width and height domain in which all other sizes and postions are defined.It also defines the framerate of the movie as the basis for all time and duration expressions.

SYNTAX

<movie
    width="number"
    height="number"
    framerate="framerate expression"
    version="ISO date string"
    >
    . . .
</movie>

CAN CONTAIN

<scene>
<transition>
<audio>
<resources>

ATTRIBUTES

width
The width in pixels of the movie.
height
The height in pixels of the movie.
framerate
Nominal framerate for this movie in frames per second, e.g. "25" for 25 frames per second. To specify fractional frame rates such as 29.97 frames per second, you can give the rate as a fraction in the form "numerator/denominator". E.g., "30000/1001" for 29.97 frames per second.
version
The version date of the XML template specification. If omitted, the latest version will be used. If provided, the closest version before the given date is used.

Terms of Use | © 2017, Impossible Software, or its affiliates. All rights reserved.