(summary) extended support for all video/audio files

* Removed constraint on file extension
* Infer audio/video streams from the media with ffmpeg
* Infer the correct processed audio file extension based on actual
  codec to avoid ffmpeg errors

We need to support more extensions and make audio extraction dynamic,
as we shipped transcript in production and it led to user complaints
requesting more formats.
This commit is contained in:
Florent Chehab
2026-05-21 13:05:22 +02:00
committed by aleb_the_flash
parent bf69cbc14e
commit ec688e728d
6 changed files with 308 additions and 109 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ and this project adheres to
- ✨(frontend) make reaction toolbar responsive on small viewports
- ✨(frontend) enable reactions on mobile devices
- ✨(frontend) introduce picture-in-picture meeting
- ✨(backend) add core.recording.event.parsers.S3Parser
- ✨(backend) add core.recording.event.parsers.S3Parser
- ✨(summary) extended support for all video / audio files #1358
### Changed