VideoTools fragment

From Wikiid
Revision as of 20:23, 23 October 2007 by SteveBaker (Talk | contribs) (New page: Splitting a video up into individual frames using mplayer is pretty easy: eg: mplayer -vo png myvideo.mpg ...where 'myvideo.mpg' is the movie file (in any format that mplayer supports...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Splitting a video up into individual frames using mplayer is pretty easy:

eg:

 mplayer -vo png myvideo.mpg

...where 'myvideo.mpg' is the movie file (in any format that mplayer supports) and 'png' is the format you want it in (could be 'jpg', 'rgb', etc)