Skip to content

Autodetect format when transcoding files

interfect requested to merge interfect/funkwhale:1274-federate-opus into develop

Fix #1274 (closed)

This Merge Request includes:

This sets audio file format to be detected by ffmpeg, instead of inferred from extension. Extension names don't map 1:1 with inout format names that ffmpeg uses. Despite what the pydub docs say, from_file knows how to detect format automatically instead of always defaulting to mp3.

Edited by Agate

Merge request reports