- Added Bin directory

This commit is contained in:
Damien Broqua 2017-07-22 13:46:47 +02:00
parent 6458594af0
commit 51acba0d4d
6 changed files with 111 additions and 0 deletions

8
Bin/timelapse.sh Executable file
View file

@ -0,0 +1,8 @@
#! /bin/bash
ls -1tr | grep -v files.txt > files.txt
mencoder -nosound -noskip -oac copy -ovc copy -o output.avi -mf fps=15 'mf://@files.txt'
ffmpeg -i output.avi -y -s hd1080 -sameq final.avi
rm files.txt output.avi