timelapse-r11: use headless ffmpeg

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

View File

@ -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)