timelapse-r11: use headless ffmpeg
This commit is contained in:
parent
014859accc
commit
015502f579
@ -10,7 +10,7 @@ let
|
||||
|
||||
timelapseScript = pkgs.writeShellApplication {
|
||||
name = "timelapse-r11";
|
||||
runtimeInputs = with pkgs; [ ffmpeg ];
|
||||
runtimeInputs = with pkgs; [ ffmpeg-headless ];
|
||||
text = ''
|
||||
set -x
|
||||
NOW=$(date +%F_%T)
|
||||
|
Loading…
Reference in New Issue
Block a user