Create a transcode job
https://api.transparentcdn.com/v1/media/{company_id}/transcode{
"priority": 5,
"origin": "ftp://usuario:[email protected]/published/video.mp4",
"destinations": [
"ftp://usuario:[email protected]",
"s3://bucket-name"
],
"jobs": [
{
"label": "iphone",
"filename": "watermark.mp4",
"profile_id": 666,
"thumbnails": [
{
"filename": "nombre.jpg",
"label": "label",
"width": "720",
"height": "480",
"time": 0.3
}
]
}
],
"notifications": [
{
"email": "[email protected]",
"call": "https://api.cliente.com/notify/transcoding"
}
]
}
Last updated
Was this helpful?
