location: Diff for "video"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 9 and 10
Revision 9 as of 2014-08-12 07:41:39
Size: 486
Editor: crose
Comment:
Revision 10 as of 2014-08-12 07:41:47
Size: 485
Editor: crose
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
+ <<Tree>>  <<Tree>>

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)