feat(probe): ffprobe wrapper (#59)
ci / rust (push) Successful in 1m20s
ci / web (push) Successful in 7s
e2e / e2e (push) Successful in 1m28s

This commit was merged in pull request #59.
This commit is contained in:
2026-08-22 20:52:09 +01:00
parent c7cb3652e5
commit 1cb7f1b2fa
17 changed files with 1286 additions and 2 deletions
+4 -1
View File
@@ -19,9 +19,12 @@ jobs:
- name: Build deps
run: |
# ffmpeg is here for ffprobe: arr-probe's tests run it against the
# committed fixture clips (DESIGN.md §12).
apt-get update
apt-get install -y --no-install-recommends \
git curl ca-certificates build-essential pkg-config
git curl ca-certificates build-essential pkg-config \
ffmpeg
- name: Cache cargo
uses: actions/cache@v4