7 python3Packages.buildPythonApplication rec {
8 pname = "ffmpeg-normalize";
12 inherit pname version;
13 hash = "sha256-8wNPuVRQRQpFK6opgwqdKYMYmAFRqq8p/T5V9kC8QaY=";
16 propagatedBuildInputs = [
18 python3Packages.ffmpeg-progress-yield
20 dependencies = with python3Packages; [ colorlog ];
23 $out/bin/ffmpeg-normalize --help > /dev/null
27 description = "Normalize audio via ffmpeg";
28 homepage = "https://github.com/slhck/ffmpeg-normalize";
29 license = lib.licenses.mit;
30 maintainers = with lib.maintainers; [
34 mainProgram = "ffmpeg-normalize";