10 pname = "mpv-slicing";
11 version = "0-unstable-2017-11-25";
13 src = fetchFromGitHub {
16 rev = "d09c11227704c8d5bdaa2c799ef64dce881c63a7";
17 hash = "sha256-MKoM0f74/XoctiHQVOB3LzFWtJXpsREfQh5icaebCJo=";
19 passthru.updateScript = unstableGitUpdater { };
22 substituteInPlace slicing.lua \
23 --replace-fail ffmpeg ${lib.getExe ffmpeg}
26 passthru.scriptName = "slicing.lua";
29 description = "Lua script to cut fragments of the video in uncompressed RGB format";
30 homepage = "https://github.com/Kagami/mpv_slicing";
31 license = lib.licenses.cc0;
32 maintainers = with lib.maintainers; [ tomasajt ];