#!/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