19 September 2011 - Audio sync option

OptionDescriptionAllowed ValuesDefault 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 integerNone

12 August 2011

S3 source option

01 July 2011 - Ability to specify the region where file should be processed

<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.

ActionDescription
RestartMediaComplete restart the entire job
RestartMediaErrorsOnly retry tasks ended with error
RestartMediaTaskOnly restart the specified task (format). Additional parameter must be specified.

24 May 2011 - Twin-turbo encoding speed now available

<?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

Note: muxing is supported for only two sources now.
Sample XML to mux video from one source and audio from another one:

21 April 2011

Custom presets in API call

13 February 2011 - New image format (tiff)

| Format Name | Description | Allowed values: | Default values: |
| image_format | [required] — Format of resulting image. | jpg, png, gif, tiff | jpg |

24 December 2010

Multiple source (combine several video files to one file)

18 November 2010 - Specifying AWS user ID and content-type for S3 object

Thumbnail time in percentage rate