Scripts and utils to compose video recorded in a big blue button session
NOTE: This package use a combination of
makefile
s, pythonvenv
library andpip
to manage development environment.
# If you have `make` installed
$ make bootstrap
# If you want a more standard approach
$ python -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install -r requirements.txt --editable .[develop,testing]
$ source .venv/bin/activate
# Download data from bbb
$ python -m composer download <recording url> --project-name <project id>
# Compose video
$ python -m composer compose <project id> --title <Course title> --relator <relator name>
- (download) permit usage of only meeting_id instead of full url
- Add optional output path
- Permit creation of clip
- add routine to create parts for a single video
- move from click to typer