Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 424 Bytes

PyRecordDesktop

A simple python + ffmpeg script to record your desktop. Currently works in Linux only - written in Python 2.7

Requirements

Requires python, ffmpeg, X, ALSA, libmp3.

Usage

python recorddesktop.py outputfile

Optional arguments:

 --res 1920x1080 - the resolution to record in
 --codec h264 - the codec to encode in
 
 Run the --help argument for more info.