recnvi
is a shell script that uses ffmpeg and NVENC to record the screen and save it as an MP4 video file. This script requires an Nvidia graphics card with NVENC support. The repository includes the script and a dict
folder that contains dictionaries of adjectives, nouns, and verbs for generating random filenames.
- Clone the repository:
$ git clone https://github.com/bad3r/recnvi.git
- Navigate to the
recnvi
directory:
$ cd recnvi
- Make the
recnvi
script executable:
$ chmod +x recnvi.sh
- Run the script:
./recnvi
- Press
Ctrl+C
to stop recording. You will be prompted to upload the video to R2.
- X11
- ffmpeg
- NVIDIA Video Codec SDK
- rclone - for upload to S3 or S3-like bucket. I use CF R2.
recnvi
is licensed under the MIT License.