lol
1{ lib
2, buildLua
3, mpv-unwrapped
4}:
5
6buildLua {
7 inherit (mpv-unwrapped) src version;
8 pname = "mpv-acompressor";
9 scriptPath = "TOOLS/lua/acompressor.lua";
10
11 meta = with lib; {
12 inherit (mpv-unwrapped.meta) license;
13 description = "Script to toggle and control ffmpeg's dynamic range compression filter.";
14 homepage = "https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/acompressor.lua";
15 maintainers = with maintainers; [ nicoo ];
16 };
17}