The plugin for GIFs or Movies defines a FramesPerSecond attribute of type
int[2] (rational)
What does that mean? One possible interpretation I came up with is that the second item in the array holds the fractional part. Is that so? If yes, why not just use a float
instead?