Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

An actual LEGIT question ...

1 view
Skip to first unread message

Sniper

unread,
Nov 20, 2008, 1:35:18 PM11/20/08
to
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?
 
Me thanks you,
 
Sniper
NY (No, not the city)
 
.

--
_______________________________________________________
There is no right or wrong, just the consequences of your actions ...

bad sector

unread,
Dec 30, 2014, 8:44:32 PM12/30/14
to
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


0 new messages