🐛(summary) support webm

Mutagen lib doesn't support webm files.
Since we have ffmpeg installed I just switch to
using ffprobe for a broader support.
This commit is contained in:
Florent Chehab
2026-04-21 17:48:59 +02:00
parent 5a81e2b92c
commit 28acbb5459
3 changed files with 23 additions and 4 deletions
-1
View File
@@ -10,7 +10,6 @@ dependencies = [
"celery==5.6.2",
"redis==5.2.1",
"minio==7.2.20",
"mutagen==1.47.0",
"openai==2.28.0",
"posthog==7.9.12",
"requests==2.33.0",