Kaltura API

mediarequestConversion
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
Example HTTP Hit
http://www.kaltura.com/api_v3/service/media/action/requestConversion
JSON object:
				
{ entryId: "value", fileFormat: "value" }