- Added Bin directory
This commit is contained in:
parent
6458594af0
commit
51acba0d4d
6 changed files with 111 additions and 0 deletions
8
Bin/timelapse.sh
Executable file
8
Bin/timelapse.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue