Last active
October 12, 2015 16:18
-
-
Save khepin/4053909 to your computer and use it in GitHub Desktop.
TimelapseVideo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
killall gvfs-gphoto2-volume-monitor | |
killall gvfsd-gphoto2 | |
cd /home/seb/Desktop/tltest | |
echo "taking a pic" >> counter | |
/usr/bin/gphoto2 --capture-image-and-download --interval 600 --frames 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mogrify -path resized -resize 1920x1320! *.JPG | |
ls *.JPG -1tr | grep -v frames.txt > frames.txt | |
mencoder -nosound -noskip -oac copy -ovc copy -o output30.avi -mf fps=30 'mf://@frames.txt' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment