1
0
Fork 0
mirror of https://github.com/Findus23/BBBtoVideo.git synced 2024-09-19 14:03:44 +02:00

add README

This commit is contained in:
Lukas Winkler 2020-11-05 19:55:58 +01:00
parent 7064bf4460
commit f130d8e300
Signed by: lukas
GPG key ID: 54DE4D798D244853

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# BBBtoVideo
> Download BigBlueButton recordings and convert them to videos
## Dependencies (Debian packages):
- python3
- requests (`python3-requests`) for downloading files
- OpenCV (`python3-opencv`) for creating a video from still images
- numpy (`python3-numpy`) for drawing the cursor
- syipy (`python3-scipy`) for interpolating the position of the cursor
- ffmpeg (`ffmpeg`) for merging audio and video
## Limitations
- no screen-sharing support
- no webcam support
- no support for zooming into pages