HTML5 Video Frame Screenshot

Adds ability to take a screenshot from the current frame of a HTML5 video element and be saved to a file named "video_frame.jpg" or "video_frame.png" (image format is configurable). This script is intended to be used as a bookmarklet using this URL: javascript:hvfs_ujs()

These are versions of this script where the code was updated. Show all versions.

  • v1.0.5 21.03.2018. Changed default image format to JPEG, and changed function name to minimize conflict
  • v1.0.4 21.03.2018. Moa fix
  • v1.0.3 21.03.2018. Fix variable name
  • v1.0.2 21.03.2018. Fix return value
  • v1.0.1 21.03.2018.