Still for that grad school work on stereo video, I want to convert the videos I made to a bunch of bitmap images.
With linux and ffmpeg it is easy. It is just type:
There are more ffmpeg cheats at:
http://webupd8.blogspot.com/2009/08/ffmpeg-cheat-sheet-19-best-practices.html
Here is a couple of links very useful:
With linux and ffmpeg it is easy. It is just type:
ffmpeg -i video.dv image%03d.bmp
There are more ffmpeg cheats at:
http://webupd8.blogspot.com/2009/08/ffmpeg-cheat-sheet-19-best-practices.html
Here is a couple of links very useful:
- Video convertion cheat sheat (http://www.m3fe.com/31765/)
- Video editing software (http://www.tech-faq.com/Video-Editing-Software.shtml)
ffmpeg -i esquerda.dv -f image2 foo_%02d.bmp
Comments
Post a Comment