location: Diff for "video"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 2 and 3
Revision 2 as of 2009-05-14 20:51:42
Size: 470
Editor: crose
Comment:
Revision 3 as of 2014-08-11 10:24:17
Size: 482
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

<Tree>

Video

<Tree>

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 2025-08-28 15:47:24 by crose)