* Fixed audio conversion: - Telegram was not showing the spectrogram for big files
This commit is contained in:
parent
53771e53f5
commit
a737bfd154
|
|
@ -15,7 +15,7 @@ class AudioConverterService:
|
|||
|
||||
process = (
|
||||
ffmpeg.input("pipe:")
|
||||
.output(filename, codec="libopus", loglevel="quiet")
|
||||
.output(filename, codec="libopus", audio_bitrate="32k", loglevel="quiet")
|
||||
.overwrite_output()
|
||||
.run_async(pipe_stdin=True)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user