23 lines
405 B
Markdown
23 lines
405 B
Markdown
# Screen and Camera Recorder Program
|
|
|
|
> Disclaimer:
|
|
> This program has been migrated to https://github.com/kleinpanic/CERAS
|
|
> and has been rewritten in C.
|
|
|
|
## Overview
|
|
|
|
Provides a python-based screen and camera recording system using ALSA and FFMPEG
|
|
|
|
## Features
|
|
- Screen recording
|
|
- Camera recording
|
|
- Combined Interface
|
|
- File Information
|
|
|
|
## Requirements
|
|
- Python3
|
|
- TKinter
|
|
- OpenCV
|
|
- Pillow
|
|
- ffmpeg
|