abdelrahman0w / recco

A simple screen recording tool written in bash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RECCO

Description

A simple screen recording tool written in bash. RECCO uses FFmpeg to record, tmux to monitor the recording, cli-visualizer to visualize audio.

Dependencies

Installation

  1. Clone this repo

    git clone https://github.com/Abdelrahman0W/recco.git
  2. Change directory

    cd recco
  3. Install using make

    make install

Usage

  1. Basic Usage

    This will record the screen without capturing mic and device audio

    recco
  2. Available Args

    -n <NAME>         The name of the output file (Default: screen-record-%Y-%m-%d-%H-%M-%S)
    -f <FORMAT>       The format of the output file (Defualt: MP4)
    -r <FRAMES>       Frame rate (Default: 30)
    -m                Capture mic audio
    -d                Capture device audio
    -c <CODEC>        Audio codec (Defualt: aac)
    

About

A simple screen recording tool written in bash.

License:MIT License


Languages

Language:Shell 91.5%Language:Makefile 8.5%