Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frodrigo/c25bca89058ae04d569e105d2bfc304f to your computer and use it in GitHub Desktop.
Save frodrigo/c25bca89058ae04d569e105d2bfc304f to your computer and use it in GitHub Desktop.
Recup vidéo BBB
git clone https://github.com/trahay/bbb-downloader.git
cd bbb-downloader/
virtualenv venv
source venv/bin/activate
pip install -r python-requirements.txt
./download_bbb_data.py https://osmrecordings.cloud68.co/playback/presentation/2.0/playback.html?meetingId=8e094cae9607d20acc55dea61c142ee3f61facdf-1620153757937
./integrate_soundtrack.sh 8e094cae9607d20acc55dea61c142ee3f61facdf-1620153757937/Videos mapcontrib-202010504.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment