Skip to content

Instantly share code, notes, and snippets.

@omgmog
Created May 28, 2014 14:28
Convert an m4v to gif with ffmpeg
ffmpeg -i input.m4v -pix_fmt rgb24 -r 10 -y -s [width]x[height] output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment