react-video-thumbnail
react-video-thumbnail copied to clipboard
Given a video url, attempt to generate a video thumbnail using HTML <Canvas> Element
Hi, I'm trying to render 2 thumbnails one after the other using the VideoThumbnail component in this way: {console.log("loaded 1")}} snapshotAtTime={0} renderThumbnail={true} width={40} height={40} /> {console.log("loaded 2")}} snapshotAtTime={2} renderThumbnail={true} width={40}...
I received a warning like the title. Can you change the ref in the bundle.js into useRef, pls. Thank you
``` ``` works well with regular videos but fails to auto-generate thumbnails for HLS, DASH videos.
Hi, I have problem using this library. I have list of thumbnails base from the videos that I selected but when I remove one item the item below shows the...
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?...
@brothatru Hi, I need to show the thumbnail as well as the duration for the .avi files? Do you have a fix for it?
Really cool tool, been using it recently and its working well but one issue I've had is the hardcoded mime type of "image/png". Being able to swap out that to...
While using VideoThumbnail and changing the videoUrl of using props does not changes videoUrl and same thumbnail gets generated again
Would be nice to be able to set up `alt` tag for thumbnail image.