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.
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.
Base on AWS. You can use Amazon Elastic Transcoder https://aws.amazon.com/elastictranscoder/details/
Another way. You can use ffmpeg to generate thumbnails
Cheers, Patrick