i want to display thumbnails or preview panels for videos listed on my site, i want to fetch a single frame from a video (from a particular time i.e get a frame of exactly a
In modern browsers you can also use the video tag and canvas to capture a frame and save it as an image.
see How can we get the screenshot of the video in html5 using canvas