Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 367 Bytes

File metadata and controls

8 lines (5 loc) · 367 Bytes

Online video thumbnail Generator

Simple Online video thumbnail generator using HTML and Javascript.

  • It loads a video from local computer or online URL into a video player container
  • After selecting a specific frame, frame capture is transfered to a canvas element
  • Finally, the canvas image is exported as a PNG file using the size selected by the user.