1
0
Fork 0

Improve ffmpeg command

This commit is contained in:
Malte Brandy 2020-07-03 01:17:23 +02:00
parent 0ed3bbb907
commit b03a4dda22
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -13,7 +13,7 @@
plugins = "convert web mpdstats mpdupdate fromfilename the";
convert = {
auto = true;
format = "opus";
command = "${pkgs.ffmpeg}/bin/ffmpeg -i $source -y -vn -acodec libopus -ab 128k $dest";
never_convert_lossy_files = true;
};
};