19 September 2011 - Audio sync option
over 13 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 |
01 July 2011 - Ability to specify the region where file should be processed
over 13 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": {}
}
}
17 June 2011 - Restarting jobs and tasks.
over 13 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 must be specified. |
24 May 2011 - Twin-turbo encoding speed now available
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 -->
<twin_turbo>yes</twin_turbo>
<!-- ... -->
</format>
</query>
{
"query": {
"userid": "<<id>>",
"userkey": "<<key>>",
"action": "[Action]",
"format": {
"twin_turbo": "yes"
}
}
}
05 May 2011 - Muxing from different sources
over 13 years ago by Encoding.com Product Team
Note: muxing is supported for only two sources now.
Sample XML to mux video from one source and audio from another one:
13 February 2011 - New image format (tiff)
almost 14 years ago by Encoding.com Product Team
| Format Name | Description | Allowed values: | Default values: |
| image_format | [required] — Format of resulting image. | jpg, png, gif, tiff | jpg |
24 December 2010
about 14 years ago by Encoding.com Product Team
Multiple source (combine several video files to one file)
18 November 2010 - Specifying AWS user ID and content-type for S3 object
about 14 years ago by Encoding.com Product Team