On 11/20/2008 01:35 PM, Sniper wrote:
> *Can someone point me in the direction of a way to take a file
> (video) like an .avi or a .mp4, or a .wmv & 'stretch it out
> frame-by-frame' whereas I would be able to pull out individual stills
> and make .bmps or .jpgs?*
ffmpeg -i sourcefile.mp4 -y -f image2 output%03d.png
get the rest of the switch grammar with
man ffmpeg
or here
http://linux.die.net/man/1/ffmpeg
no need for no 3rd party ware