How to Generate Thumbnail from AWS S3 Media Cache Source in Wowza

201 views Asked by At

Could anyone let me know how to generate thumbnail from AWS S3 media cache source?

I stream videos directly from AWS S3 bucket and want to find a way to generate a thumbnail.

1

There are 1 answers

1
Patrickz On

Base on AWS. You can use Amazon Elastic Transcoder https://aws.amazon.com/elastictranscoder/details/

Thumbnails: Amazon Elastic Transcoder can generate thumbnails of your output video for you. You can set the size of the thumbnails, aspect ratio and other parameters including how many thumbnails you would like to have generated. Generating multiple thumbnails is useful if you want to add chapter markers, provide a visual scan function or simply choose the most representative thumbnail for your content.

Another way. You can use ffmpeg to generate thumbnails

Cheers, Patrick