Skip to content

Instantly share code, notes, and snippets.

@qrg
Created July 16, 2019 00:24
Show Gist options
  • Select an option

  • Save qrg/f957bb074e7c8ad7a70b6be11ceef0b7 to your computer and use it in GitHub Desktop.

Select an option

Save qrg/f957bb074e7c8ad7a70b6be11ceef0b7 to your computer and use it in GitHub Desktop.

2018-10-04 creating-gif-animation

Windows 10

  1. 録画
    • OBS
  2. クロッピング
    • Avidemux
      • 30 fps で書き出す
  3. 画像作成
ffmpeg -i "file.mp4" frames/frame%04d.png
gifski -o "file.gif" frames/frame*.png --fps 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment