react-video-thumbnail icon indicating copy to clipboard operation
react-video-thumbnail copied to clipboard

.Mov thumbnail is not creating

Open sagarHandzap opened this issue 5 years ago • 1 comments

I tried to convert .mov into thumbnail but its taking it in video/quicktime format & putting it inside canvas & video tags rather than image. Can you please check this? Works fine for Mp4 formats

sagarHandzap avatar May 29 '19 12:05 sagarHandzap

@sagarHandzap sagarHandzap, what browser were you having this problem with? I built a similar tool for uploaded videos (not links) and I found the problem with mov files is only Safari is able to handle them. I was not able to find a fix for this as regardless of what I tried, I always found that the file.width === 0. I decided to put a "preview not available" file instead.

alvst avatar May 21 '21 00:05 alvst