DEV Community

Discussion on: What did you learn today - Lessons learned - TIL? And how do you manifest it?

Collapse
 
erikaheidi profile image
Erika Heidi

I learned how to create an animated gif from a terminal screencast video :D it's pretty cool for small things. something like:

ffmpeg -i input.mp4 -r 4 -s 1280x720 -pix_fmt rgb24 test.gif

here's the result:

gif