graphing, better vmaf targetting

This commit is contained in:
Daniel Olsen
2020-07-17 10:42:42 +02:00
parent 6e2740de44
commit b5fc44dde8
2 changed files with 32 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation {
chmod +x $out/bin/triav1c
wrapProgram $out/bin/triav1c \
--prefix PATH : ${lib.makeBinPath [ ffmpeg-full libaom bc ]} \
--prefix PATH : ${lib.makeBinPath [ ffmpeg-full libaom bc curl datamash eplot ]} \
--prefix MODEL_PATH : ${libvmaf}
'';
}