Skip to content

Instantly share code, notes, and snippets.

@KennyStier
Created October 16, 2020 17:24
Show Gist options
  • Save KennyStier/e01dc7524f1e1765789e9b7885657926 to your computer and use it in GitHub Desktop.
Save KennyStier/e01dc7524f1e1765789e9b7885657926 to your computer and use it in GitHub Desktop.
timelapse-creator.sh
#!/bin/bash
ls dafang/*/*/*.jpg | sed "s/^/file '/;s/$/'/" > files.txt
ffmpeg -r 45 -f concat -i files.txt -s hd720 -vcodec libx264 timelapse_$(date +%F).mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment