timelapse-r11: use headless ffmpeg
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user