almost 13 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) |
about 13 years ago by Encoding.com Product Team
about 13 years ago by Encoding.com Product Team
over 13 years ago by Encoding.com Product Team
XML JSON
<?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"
}
}
} over 13 years ago by Encoding.com Product Team
over 13 years ago by Encoding.com Product Team
almost 14 years ago by Encoding.com Product Team
about 14 years ago by Encoding.com Product Team
about 14 years ago by Encoding.com Product Team
Option Description Allowed Values Default Values audio_sync It adjusts the audio stream to match the timestamps, in # of samples per second. 1 is special value that means automatic.Positive integer None
about 14 years ago by Encoding.com Product Team