Update convert.py

This commit is contained in:
Avinash Reddy
2020-03-01 11:01:54 +05:30
committed by GitHub
parent 456b404e73
commit 75114bc26e

View File

@@ -130,7 +130,7 @@ class Converter:
ffmpeg_params = "-cutoff 20000 -codec:a aac -ar 48000 "
if self.output_ext == ".flac":
ffmpeg_params = "-codec:a flac -ar 44100 "
ffmpeg_params = "-codec:a flac -ar 48000 "
# add common params for any of the above combination
ffmpeg_params += "-b:a 192k -vn "