Created
May 5, 2021 20:11
-
-
Save frodrigo/c25bca89058ae04d569e105d2bfc304f to your computer and use it in GitHub Desktop.
Recup vidéo BBB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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