timelapse-r11: use headless ffmpeg

This commit is contained in:
2025-03-15 17:54:19 +00:00
parent 014859accc
commit 015502f579

View File

@@ -10,7 +10,7 @@ let
timelapseScript = pkgs.writeShellApplication { timelapseScript = pkgs.writeShellApplication {
name = "timelapse-r11"; name = "timelapse-r11";
runtimeInputs = with pkgs; [ ffmpeg ]; runtimeInputs = with pkgs; [ ffmpeg-headless ];
text = '' text = ''
set -x set -x
NOW=$(date +%F_%T) NOW=$(date +%F_%T)