Last active
December 24, 2015 01:39
-
-
Save zuchmanski/6725269 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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