1
0
Fork 0

More decadent opus encoding

This commit is contained in:
Malte Brandy 2021-03-19 15:02:06 +01:00
parent e80428b08a
commit 39c4ae5577
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -15,7 +15,7 @@
convert = {
auto = true;
command =
"${pkgs.ffmpeg}/bin/ffmpeg -i $source -y -vn -acodec libopus -ab 128k $dest";
"${pkgs.ffmpeg}/bin/ffmpeg -i $source -y -vn -acodec libopus -ab 192k $dest";
extension = "opus";
never_convert_lossy_files = true;
};