Skip to content

Instantly share code, notes, and snippets.

@Roger8
Last active February 22, 2019 10:36
Show Gist options
  • Save Roger8/91436b55b899c30a2dbcb75529fdc0eb to your computer and use it in GitHub Desktop.
Save Roger8/91436b55b899c30a2dbcb75529fdc0eb to your computer and use it in GitHub Desktop.
ffmpeg notes

视频转gif

ffmpeg -i input.flv -ss 00:00:00.000 -pix_fmt rgb24 -r 10 -s 320x240 -t 00:00:10.000 output.gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment