I want to use Azure Media Services to allow my users to upload a video (in any file format -- supported by the media services of course) and then perform the following steps:
- Create MP4, WEBM, and OGV converted endpoints to allow any browser to stream the video
- Create a thumbnail for the video by selected a random frame
Is this possible?