Advertisement
Armandobs14

mp4 to gif

Mar 7th, 2018
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. ffmpeg -i input.mp4 -r 10 -f image2pipe -vcodec ppm - | \
  2.   convert -delay 5 -loop 0 - output.gif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement