Transcoding

Transcoding

Start an item transcode job

POST /item/(item-id)/transcode

Starts a new job that transcode an item to a number of shapes according to the given shape tags.

Query Parameters:
 
  • tag – A comma-separated list of shape tags, that specify the desired output.
  • createThumbnails
    • true - Creates thumbnails according to default transcoder rules.
    • false (default) - No thumbnails will be created.
  • createPosters – An optional list of Time codes to use for creating posters.
  • destinationItem – An item id, to which the new new shape will be associated. (New in 4.4.)
  • notification – See Notifications . (Optional)
  • notificationData – See Notifications . (Optional)
  • priority – The priority to assign to the job. Default is MEDIUM .
  • jobmetadata – Additional information for the job task. See Special job metadata values
Produces: