This file contains hidden or 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
| #!/bin/bash | |
| set -e | |
| # Build script for ffmpeg with libsvtav1 support on Ubuntu | |
| # Based on git tag: a1328e68877e12ab5a6e5d92a84aefa566783ea5 | |
| # As noted in https://wiki.seeedstudio.com/lerobot_so100m_new/ for Linux | |
| # Tested on Ubuntu 24.04.1 LTS | |
| echo "=== Installing ffmpeg build dependencies ===" | |
| sudo apt-get update |