Video
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | Y | Z
Include system pagesA
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
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
- Available for Windows, Mac, Linux, Unix
[user@host] convert -delay 100 *.jpg omega.mpg
-delay <number>: every picture will be shown for <number>/100 seconds