Skip to content

Instantly share code, notes, and snippets.

@zuchmanski
Last active December 24, 2015 01:39
Show Gist options
  • Save zuchmanski/6725269 to your computer and use it in GitHub Desktop.
Save zuchmanski/6725269 to your computer and use it in GitHub Desktop.
mogrify -resize '1280x720' -strip -quality 80 *.jpg
ls *.jpg | awk 'NR % 2 == 1 { print }' | xargs rm -f
ffmpeg -pattern_type glob -i '*.jpg' -c:v libx264 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment