

# Framerate


Object specifying a framerate.

## Contents

+ **denominator**
  + Number of seconds for the calculation of frames per second.
  + Type: Integer
  + Valid Values: `1`
  + Required: Yes
+ **numerator**
  + Number of frames for the calculation of frames per second.
  + Type: Integer
  + Valid Values: `24 | 25 | 30 | 48 | 50 | 60`
  + Required: Yes