Ffmpeg

From XPUB & Lens-Based wiki
Revision as of 18:24, 14 October 2008 by Michael Murtaugh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Be sure to check you / print your own ffmpeg documentation!
http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html

examples

extract frames (100 seconds per frame) and number the images using "zero-padded 6 digits":

<source lang="bash"> ffmpeg -i rearwindow.avi -f image2 -y -r .01 -an rearwindow%06d.jpg