I would like to know how to save HTML5 video canvas as an image using jQuery, JavaScript or PHP
Video canvas code.
<video width="320" height="240" controls>
<source src="343291949.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
I want to save the preview image of above video to images folder.
Can someone tell me a way to do this? Appreciate your time.