Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created December 19, 2014 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbe/ef42c9f7837bee55b2dd to your computer and use it in GitHub Desktop.
Save peterbe/ef42c9f7837bee55b2dd to your computer and use it in GitHub Desktop.
#!/bin/bash
rm -fr /tmp/ffmpeg1-experiment
mkdir /tmp/ffmpeg1-experiment
ffmpeg -i https://d3fenhwk93s16g.cloudfront.net/3p5i5h/mp4.mp4?t=1419010744549462b8b9fdb -r 0.0143 /tmp/ffmpeg1-experiment/screencap-%02d.jpg
ls -l /tmp/ffmpeg1-experiment
echo "DONE!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment