Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 427 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 427 Bytes

screenRecorder

Develop a lightweight CLI to screenrecord in X11. Uses ffmpeg, c++, python, and bash

Requirements

  • X11
  • ffmpeg

Simple Usage

usage [-h] [-a fps] [-s fps] [-t interval]

flags:

-a : for recording with audio, pass fps as argument
-s : for silent recording , pass fps as argument
-t : for timelapse videos, pass intervals to capture audio

One More Reason to never leave the terminal!!!