Increase mp3 bitrate

Sadly, too many people and applications still prefer this archaic format
so it has to sound somewhat good.
master
Simon Bruder 2022-01-17 16:34:32 +01:00
parent 81344a495d
commit fb351d34d3
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ FORMATS = {
"attached_pic",
],
"oga": ["-b:a", "64k", "-c:a", "libvorbis"],
"mp3": ["-b:a", "72k", "-map", "0:0", "-map", "1:0"],
"mp3": ["-b:a", "96k", "-map", "0:0", "-map", "1:0"],
}