Reputation: 73
We have a .NET project.
We're uploading video files directly to S3.
How can we create a thumbnail of the video which is located in S3 Storage.
Which service should we use, and can we do that in javasript or using AWSSDK library.
Since the video is not uploaded to our servers we need to find a way using services.
Upvotes: 3
Views: 9344
Reputation: 270154
From AWS Developer Forums: How to create only one thumbnail per video, it appears that you could:
Upvotes: 3