1
0

tb-dev-scripts: add ,video_loop_extractor.py

This commit is contained in:
2025-12-05 10:47:05 -08:00
parent 1000663cb5
commit 41febdadfc
2 changed files with 347 additions and 0 deletions

View File

@@ -13,5 +13,12 @@ pkgs.symlinkJoin {
"--prefix PATH : ${lib.makeBinPath [ pkgs.git ]}"
];
} (builtins.readFile ./cmake_update_fetchcontent.py))
(pkgs.writers.writePython3Bin ",video_loop_extractor" {
libraries = [ pkgs.python3Packages.librosa pkgs.python3Packages.numpy ];
makeWrapperArgs = [
"--prefix PATH : ${lib.makeBinPath [ pkgs.ffmpeg ]}"
];
} (builtins.readFile ./video_loop_extractor.py))
];
}