Recently I was trying to create Web API to upload video file to Azure Blob storage and generating thumbnail image by using ffmpeg, and upload to Azure Blob as well (different container). The whole process running well.
But I was researching on whether the Video thumbnail image can be generated itself automatically upon the video file uploaded to the specified Azure Blob container ? Just like Azure Function -> Image Resizer. (But Azure Function Image Resizer used to resize image file to smaller image file only. Cannot process video file to generate thumbnail).
I was looking at Azure Media Services as well. May I know whether Azure Media Services are only able to process local video file to generate video thumbnail image ?