I'm trying to get a video that is stored on Amazons S3 (I have a public link to a .mp4 file) and extract a thumbnail from the first frame of the video.
There are questions here about doing this but targeting local files or Youtube files.
Does anyone have a example of doing this but targeting an online file?
I'm trying the MediaMetadataRetriever class but I can't put it to work.
Thanks