Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshcamas/screen-lapse

A simple python application that allows for recording screens over long periods (ie speedpaints)
https://github.com/joshcamas/screen-lapse

python-application screen-recorder speedpaint

Last synced: about 4 hours ago
JSON representation

A simple python application that allows for recording screens over long periods (ie speedpaints)

Awesome Lists containing this project

README

        

# screen-lapse
A simple python application that allows for recording screens over long periods (ie speedpaints).

Requires ffmpeg and pyscreenshot to be installed! Simply run screenlapse.py, choose the area of your screen recording as well as shots per minute, then record. Finally, export the file. It will export to "video.mp4". Very simple, nothing special.

Note that you can also record both screens if you wish: for two 1080p screens, you'd make offset (0,0) and resolution (3840,1080). If you just want the right screen, then offset should be (1920,0) and resolution (1920,1080).

![Screenshot](https://i.imgur.com/7hYNKtZ.png)