location: video

Institute of Mathematics - PublicMathWiki:

You can't save spelling words.

Clear message

Video

Convert a series of images to a movie

  • There are several way to do this:
    • Windows XP: use Movie Maker (drag and drop images)
    • Unix/Linux:
      • ffmpeg (no delay per picture)
      • image magick: convert

Using: Image Magick

[user@host] convert -delay 100 *.jpg omega.mpg

-delay <number>: every picture will be shown for <number>/100 seconds

PublicMathWiki: video (last edited 2014-08-12 07:41:47 by crose)