Is there a way to Batch Transcode 1 file in S3 to multiple versions and a thumbnail in a single API call?
Right now I need to call 2 jobs and manage the Job ID and check it back later. What I want to achieve is create a job which converts the Video to MP$ - 720/480 and a thumbnail and once it's completed it will send a notification that the transcoding is complete and I can chance the status from processing
to completed
in my database.