Skip to content

Conversation

@ovgolovin
Copy link

Fixes an issue where ffmpeg could not process audio formats (like MP4) that require seeking to read metadata.

The solution is to first write the uploaded audio to a temporary file, allowing ffmpeg to seek. To avoid disk I/O, the Docker services now use a tmpfs (in-memory) mount for the temporary directory. This improves support for a wider range of audio formats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant