| media:requestconversion | ||||
|---|---|---|---|---|
| Description: | ||||
| Request a new conversion job, this can be used to convert the media entry to a different format |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| entryId | string | Media entry id | V | |
| fileFormat | string | Format to convert | V | |
| Output Type | ||||
| int | ||||
| Errors | ||||
| ENTRY_ID_NOT_FOUND,Entry id "%s" not found | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=media&action=requestconversion POST fields: entryId fileFormat |
||||