Browse - computer tips - using ffmpeg to convert a video to a sequence of imagesDate: 2008jun6 Q. How do I use ffmpeg to convert a video to a sequence of stills (images)? A. Do this: ffmpeg -i myvideo.mpg myframe%04d.bmp This will convert myvideo.mpg into a bunch of BMP files named myframe0001.bmp, myframe0002.bmp, ... Many other image formats are supported.
Add a commentSign in to add a comment | Advertisements:
|