over 13 years ago by Encoding.com Product Team
<?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
almost 14 years ago by Encoding.com Product Team
about 14 years ago by Encoding.com Product Team
over 14 years ago by Encoding.com Product Team
over 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 | |
over 14 years ago by Encoding.com Product Team
over 14 years ago by Encoding.com Product Team
<query>
<userid><<id>></userid> <!-- required-->
<userkey><<key>></userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<region>[us-east-1|us-west-1]</region>
<format>
<!-- Format fields -->
</format>
</query>
{
"query": {
"userid": "<<id>>",
"userkey": "<<key>>",
"action": "[Action]",
"region": "[us-east-1|us-west-1]",
"format": {}
}
}
over 14 years ago by Encoding.com Product Team
| Action | Description |
|---|
| RestartMedia | Complete restart the entire job |
| RestartMediaErrors | Only retry tasks ended with error |
| RestartMediaTask | Only restart the specified task (format). Additional parameter <taskid> must be specified. |
almost 15 years ago by Encoding.com Product Team
<?xml version="1.0"?>
<query>
<userid><<id>></userid> <!-- required-->
<userkey><<key>></userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<format>
<!-- Format fields -->
<twin_turbo>yes</twin_turbo>
<!-- ... -->
</format>
</query>
{
"query": {
"userid": "<<id>>",
"userkey": "<<key>>",
"action": "[Action]",
"format": {
"twin_turbo": "yes"
}
}
}