With this call you can create a transcode profile.
/transcode/profile/create [POST]
|
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 |
/transcode/profile/1
name=standard_xid&tool=ffmpeg&file_extension=xid&command=videobitrate:500000;size:320x200;
<items>
<item id="1">
<profile_id>36</profile_id>
</item>
</items>
|
Field |
Description |
|
profile_id |
numeric id of an profile |