Last active
June 16, 2018 00:53
-
-
Save vadimkantorov/9408fd4607f4fd9fb1c8a001bda507c7 to your computer and use it in GitHub Desktop.
Record a GIF screencast on Windows using FFmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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