Do it without asking

This commit is contained in:
2024-10-23 09:46:15 -05:00
parent 495e4ac5a5
commit 332b4dc6b3
2 changed files with 4 additions and 3 deletions

View File

@@ -148,7 +148,8 @@
surface
(string-append pngdir "/img-" (number->string i) ".png")))
surfaces)
(system* "ffmpeg" "-i" (string-append pngdir "/img-%d.png")
(system* "ffmpeg" "-y"
"-i" (string-append pngdir "/img-%d.png")
"-r" "1" "-loop" "0" filename))
(define-public (write-graphs-to-file graphs filename)