feat(destkop): add script for video optimisation.
This commit is contained in:
parent
5e2fd57a6e
commit
46a3c3a4bc
2 changed files with 10 additions and 0 deletions
|
@ -23,5 +23,9 @@ with pkgs;
|
|||
# Add dependencies to the runtime for my iso2chd script
|
||||
wrapProgram $out/bin/iso2chd \
|
||||
--prefix PATH : ${lib.makeBinPath [mame-tools]}
|
||||
|
||||
# Add dependencies for optimise-vid script
|
||||
wrapProgram $out/bin/optimise-vid \
|
||||
--prefix PATH : ${lib.makeBinPath [ffmpeg cudatoolkit]}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue