Is there a way to use the last frame of an HTML5 video as the poster image?
<video controls poster="/images/poster.jpg">
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
</video>
EDIT: Simply put, how can I utilize the final frame of a video as the poster image for that video?