Skip to content

Instantly share code, notes, and snippets.

@aconstantin
Last active December 15, 2020 19:55
Show Gist options
  • Save aconstantin/14a8535efc9bc8cd19fb06f36ac0585b to your computer and use it in GitHub Desktop.
Save aconstantin/14a8535efc9bc8cd19fb06f36ac0585b to your computer and use it in GitHub Desktop.
Timelapse Video
# downscale
find . -type f -name "*.jpg" -exec convert {} -resize 1920x1920 /volume1/media/new_content/2016timelapse_1080p/{} \;
# create video with framerate 16
ffmpeg -framerate 16 -i timelapse_%05d.jpg -vf format=yuv420p 16pfs_output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment