I am using HTML5 video, Is there any possible way to use the video frame as the video poster ?
<video controls poster="/images/poster.jpg">
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
</video>
EDIT : To make the question more simple. How can I use the last frame of the video as the poster image for video ?