transcode/profile/create

03Nov2009

Create a transcode profile

With this call you can create a transcode profile.

Request URL

/transcode/profile/create [POST]

Request parameters

Parameter

Type

Description

Method

Obligatory/Optional

name

string

the unique name of the profile

POST

obligatory

tool

string

the tool that is used on this profile (e.g. ffmpeg)

POST

obligatory

default

'true' or 'false'

specify TRUE or FALSE for making this profile default (only allowed on global profiles)

POST

optional

version

integer

the version of the profile

POST

optional

command

string

the command options for the used tool

POST

obligatory

file_extension

string

use on extension (e.g. flv), max. length is 4 character

POST

obligatory

Example request URL

/transcode/profile/1

name=standard_xid&tool=ffmpeg&file_extension=xid&command=videobitrate:500000;size:320x200;

Example response

<items>
<item id="1">
<profile_id>36</profile_id>
</item>
</items>

Response fields

Field

Description

profile_id

numeric id of an profile