Screen Capture With Python

Want to record your screen to make a video tutorial or show off some realtime artwork? If you’re on linux there aren’t many good screen recording utilities, and those that there are may not record to a video codec of your liking. FFFMPEG offers a plethora of command line options, but if you’re not adept at using the terminal you may want something simpler. Thankfully Nathan Vegdahl has created a great script to simplify screen capture with python, and David Revoy subsequently wrote a nice tutorial on how to use it.

Screencapture.py script and tutorial

Advertisement