location: video

Institute of Mathematics - PublicMathWiki:

Please enter your password of your account at the remote wiki below.
/!\ You should trust both wikis because the password could be read by the particular administrators.

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