What frame rate controls are available?

Looking to gain some control over your encodes, especially if your content varies in frame rates. Check out our threshold settings. If your source frame rate is lower then the framerate_upper_threshold, your source frame rate will be used. For example, if your source frame rate is 23.98 fps, and the threshold is set to 30, the resulting file will be 23.98 fps. If your source frame rate is 30, and your threshold is 23.98, then the resulting file will be 23.98.

<?xml version="1.0"?>
<query>
    <format>
        <!-- Format fields -->
        <framerate_upper_threshold>[Frame Rate Upper Threshold]</framerate_upper_threshold>
        ...
    </format>
</query>

There is no default value for this tag. You can supply any non zero integer for the value.

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4.50 out of 5)
Loading...

edchelp