Registered by Markus Korn

This generic library helps you to record a screencast from within a python script.

In the current state there is only a `RecordMyDesktop` implementation, which is a wrapper around the `recordmydesktop` commandline tool. A gstreamer implementation is planned.
Recording a screencast is as easy as:

>>> from screenrecorder import RecordMyDesktop
>>> recorder = RecordMyDesktop("fullscreen.ogv")
>>> recorder.start()
>>> # doing some screen action here
...
>>> recorder.pause()
>>> recorder.resume()
>>> # some further actions
...
>>> recorder.stop()

Project information

Licence:
GNU LGPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
Python

All bugs Latest bugs reported

All blueprints Latest blueprints

Get Involved

Downloads

python-screenrecorder does not have any download files registered with Launchpad.