Skip to content

Commit

Permalink
Add movie.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrady committed Apr 21, 2016
1 parent 235a3bf commit 1daa267
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions movie.sh
@@ -0,0 +1,7 @@
#!/bin/bash
# install gifsicle: http://www.lcdf.org/gifsicle/
# install ffmpeg

pushd ~/Documents
ffmpeg -i in.mov -s 600x400 -pix_fmt rgb8 -r 10 -f gif - | gifsicle -O2 --delay=10 > $1
popd

0 comments on commit 1daa267

Please sign in to comment.