This call implements getting all of the available transcode profiles. The response is a list of profiles. Then you can pass a profile name to a transcode job.
/transcode/profile [GET]
Nothing
/transcode/profile
<items>
<item id="1">
<profile_id>1</profile_id>
<profile>standaard flash</profile>
<default>FALSE</default>
<global>TRUE</global>
</item>
<item id="2">
<profile_id>2</profile_id>
<profile>qcif flash</profile>
<default>TRUE</default>
<global>TRUE</global>
</item>
<item id="3">
<profile_id>4</profile_id>
<profile>standaard wmv</profile>
<default>FALSE</default>
<global>TRUE</global>
</item>
<item id="4">
<profile_id>5</profile_id>
<profile>standaard mp4</profile>
<default>FALSE</default>
<global>TRUE</global>
</item>
<item id="5">
<profile_id>7</profile_id>
<profile>FLASH 800x600</profile>
<default>FALSE</default>
<global>TRUE</global>
</item>
<item id="6">
<profile_id>12</profile_id>
<profile>h.264 flash</profile>
<default>FALSE</default>
<global>TRUE</global>
</item>
</items>
|
Field |
Description |
|
profile_id |
numeric id of an profile |
|
profile |
profile name |
|
default |
Is the profile default? |
|
global |
Is the profile is available for all clients? |