location: video

Institute of Mathematics - PublicMathWiki:

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

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