tb-dev-scripts: add ,video_loop_extractor.py
This commit is contained in:
@@ -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))
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user