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