30 May 2013
over 12 years ago by Encoding.com Product Team
| Format Name | Description | Allowed Values |
| region | Allow you to specify instance's region where your file should be processed | oak-private-clive - Private Cloud (California) |
<?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"
}
}
}