mirror of
https://github.com/glomatico/votify.git
synced 2026-09-25 02:22:36 +02:00
Remux FLAC files using ffmpeg
This commit is contained in:
@@ -114,7 +114,9 @@ class SpotifyAudioDownloader(SpotifyBaseDownloader):
|
||||
encrypted_path,
|
||||
staged_path,
|
||||
)
|
||||
elif self.remux_mode == AudioRemuxMode.FFMPEG:
|
||||
elif self.remux_mode == AudioRemuxMode.FFMPEG or staged_path.lower().endswith(
|
||||
".flac"
|
||||
):
|
||||
await self._ffmpeg_remux(
|
||||
encrypted_path,
|
||||
staged_path,
|
||||
|
||||
Reference in New Issue
Block a user