21 June 2012 - Video sync method option

<?xml version="1.0"?>
<query>
    <userid><<id>></userid> <!-- required-->
    <userkey><<key>></userkey> <!-- required-->
    <action>[Action]</action> <!-- required-->
    <format>
        <!-- Format fields -->
        <video_sync>old|passthrough|cfr|vfr|auto</video_sync>
        <!-- ... -->
    </format>
</query>
{
    "query": {
        "userid": "<<id>>",
        "userkey": "<<key>>",
        "action": "[Action]",
        "format": {
            "video_sync": "old|passthrough|cfr|vfr|auto"
        }
    }
}
Format NameDescriptionAllowed ValuesDefault Values
video_syncVideo sync method.old - Keep old behavior (for compatibility)passthrough - Each frame is passed with its timestamp from the demuxer to the muxercfr - Frames will be duplicated and dropped to achieve exactly the requested constant frameratevfr - Frames are passed through with their timestamp or dropped so as to prevent 2 frames from having the same timestampauto - Chooses between cfr and vfr depending on muxer capabilitiesold