Skip to content

Instantly share code, notes, and snippets.

@vadimkantorov
Last active June 16, 2018 00:53
Show Gist options
  • Save vadimkantorov/9408fd4607f4fd9fb1c8a001bda507c7 to your computer and use it in GitHub Desktop.
Save vadimkantorov/9408fd4607f4fd9fb1c8a001bda507c7 to your computer and use it in GitHub Desktop.
Record a GIF screencast on Windows using FFmpeg
ffmpeg -y -video_size 800x600 -offset_x 10 -offset_y 120 -framerate 5 -show_region 1 -f gdigrab -an -i desktop -vf scale=320:240 output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment