Skip to content

Instantly share code, notes, and snippets.

@1am
1am / build_ffmpeg_with_svtav1.sh
Created December 20, 2025 16:02
Linux Install ffmpeg build dependencies and compile ffmpeg from source with libsvtav1
#!/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