Gallery
Time lapse photography
- Soundtrack: Butterfly Odyssey 2K11 by Butterfly Tea
- Canon EOS 450D
- one frame every 40s, exposure for 30s
- ISO 1600, f/3.5, 10mm wide angle (Tamron SP AF 10-24mm)
- slight rotation, crop, and added date/time via exif, ImageMagick convert, and a bash script add_time.sh
- converted jpg frames to video using mencoder, jpg2h264.sh
$ mencoder mf://*.jpg -mf fps=25 -nosound -ovc x264 -x264encopts ... -o pass1.avi $ mencoder mf://*.jpg -mf fps=25 -nosound -ovc x264 -x264encopts ... -o pass2.avi $ mencoder -oac copy -ovc copy -audiofile soundtrack.mp3 pass2.avi -o final.avi
Greece
Panoramas made with hugin. The command line tool autopano-sift-c generates a list of common points in the overlapping regions of the images and saves it in a pto file, which hugin reads and then allows to stitch the images interactively.$ autopano-sift-c auto.pto *.jpg $ hugin auto.pto