react-video-thumbnail
react-video-thumbnail copied to clipboard
.Mov thumbnail is not creating
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 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.