====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
peripherals:camera:timelapse [2017/03/01 18:12] admin [Convert / Modify images before combining] |
peripherals:camera:timelapse [2017/03/01 18:52] (current) admin [Convert / Modify images before combining] |
||
|---|---|---|---|
| Line 334: | Line 334: | ||
| Here is how to **batch convert multiple files** at once: | Here is how to **batch convert multiple files** at once: | ||
| <Code:bash|Multiple files conversion> | <Code:bash|Multiple files conversion> | ||
| - | > for f in my_originals/*.jpg ; do convert "$f" -colorspace Gray -normalize "my_converted/$f" ; done | + | > cd my_originals/ |
| + | > for f in *.jpg ; do convert "$f" -colorspace Gray -normalize "../my_converted/$f" ; done | ||
| </Code> | </Code> | ||
| + | |||
| + | Another interesting usage of ImageMagick here would be to "water mark" all images before integrating them into the movie, your timelapses can be "signed" using this method. | ||
| ==== MP4 Optimization for Web Streaming ==== | ==== MP4 Optimization for Web Streaming ==== | ||
| ---- | ---- | ||
