in reply to Re: taking a frame from a movie
in thread taking a frame from a movie

I would go the easier way of using an external program to extract the images

Given than someone has mentioned external programs, let's also add mplayer:

mplayer -vo png:z=6 -frames 2 -ss 10:00

Yes, -frames 2 for outputting one image. -ss specifies start time.

--
David Serrano