Skip to content

Instantly share code, notes, and snippets.

@nus
Created April 14, 2019 05:23
Show Gist options
  • Save nus/4146d9800e458c627b90fdc31e2f0cb8 to your computer and use it in GitHub Desktop.
Save nus/4146d9800e458c627b90fdc31e2f0cb8 to your computer and use it in GitHub Desktop.
ffmpeg で gif アニメに変換する方法
.\ffmpeg.exe -i src.mp4 -vf scale=260:-1 -r 3 dst.gif
幅260 ピクセル、フレームレート3で src.mp3をdst.gif に変換する。
参考
https://qiita.com/wMETAw/items/fdb754022aec1da88e6e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment