Changelog

16 September 2010 - Hinting MP4 files

Format NameDescriptionAllowed ValuesDefault Values
hintMP4 only. Whether to add RTP data (for streaming servers).yes, no.All: Nonemp4: no

29 July 2010 - Android preset added

| Format Name | Description | Allowed Values |
| output | [<span style="color:#ff0000;">required</span>] — output format. Specify format of encoded file. | flv, fl9, wmv, 3gp, mp4, m4v, ipod, iphone, ipad, android, appletv, psp, zune, mp3, wma, m4a, thumbnail*, image , mpeg2 *, iphone_stream, ipad_stream ****. |

14 July 2010 - New defaults and preset for iPhone Streaming

Format NameDescriptionAllowed ValuesDefault Values
outputoutput format. Specify format of encoded file.flv, fl9, wmv, 3gp, mp4, m4v, ipod, iphone, ipad, appletv, psp, zune, mp3, wma, m4a, thumbnail*, image , mpeg2 *, iphone_stream, ipad_stream ****.none

20 May 2010 - Audio-only stream for iPhone Streaming

<?xml version="1.0"?>
<query>
    <userid><<id>></userid> <!-- required-->
    <userkey><<key>></userkey> <!-- required-->
    <action>[Action]</action> <!-- required-->
    <format>
        <!-- Format fields -->
        <output>iphone_stream</output>
        <bitrates>[CommaSeparatedList]</bitrates> 
        <segment_duration>[Duration]</segment_duration>
        <pack_files>[yes|no]</pack_files>
        <add_audio_only>[yes|no]</add_audio_only>
        <still_image>[no|each_segment|first_segment]</still_image>
        <still_image_time>[Time]</still_image_time>
        <still_image_size>[Size]</still_image_size>
        <!-- Destination fields -->
        <destination>[DestFile]</destination> <!-- optional -->
        <!-- ... -->
    </format>
</query>
{
    "query": {
        "userid": "<<id>>",
        "userkey": "<<key>>",
        "action": "[Action]",
        "format": {
            "output": "iphone_stream",
            "bitrates": "[CommaSeparatedList]",
            "segment_duration": "[Duration]",
            "pack_files": "[yes|no]",
            "add_audio_only": "[yes|no]",
            "still_image": "[no|each_segment|first_segment]",
            "still_image_time": "[Time]",
            "still_image_size": "[Size]",
            "destination": "[DestFile]"
        }
    }
}

06 April 2010 - iPad preset added

Format NameDescriptionAllowed Values
output(required) — output format. Specify format of encoded file.flv, fl9, wmv, 3gp, mp4, m4v, ipod, iphone, ipad, appletv, psp, zune, mp3, wma, m4a, thumbnail*, image , mpeg2 *, iphone_stream ****.

03 February 2010

iPhone Streaming Features

18 November 2009

AAC added as an option for FLV

24 June 2009 - 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 -->
        <turbo>yes</turbo>
        <!-- ... -->
    </format>
</query>
{
    "query": {
        "userid": "<<id>>",
        "userkey": "<<key>>",
        "action": "[Action]",
        "format": {
            "turbo": "yes"
        }
    }
}