Changelog

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

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 <taskid> 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"
        }
    }
}

13 February 2011 - New image format (tiff)

| Format Name | Description | Allowed values: | Default values: |
| image_format | [<span style="color:#ff0000;">required</span>] — Format of resulting image. | jpg, png, gif, tiff | jpg |