I start new with Azure and Azure PHP sdk because I'm PHP developer. With Azure PHP sdk, I can store video and get video url. Now I want to know how to create video thumbnails with Azure. But I don't know how to do.
How to get a Thumbnail from a Video on Azure Media Services?
889 views Asked by darky126 At
1
To create a thumbnail you should create a job as usual but setting the Thumbnail xml via
setConfiguration
.This is untested code but should work.
You should connect to media services first, for more information go here
Connection snippet: