From 8af7ea1e0572870eb49e6a6784736a2ca803600e Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 18 Nov 2021 17:00:08 +0530 Subject: Set stop duration to 2 seconds --- lib/Fornax/CLI.rakumod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Fornax/CLI.rakumod') diff --git a/lib/Fornax/CLI.rakumod b/lib/Fornax/CLI.rakumod index d066ebf..bac08ff 100644 --- a/lib/Fornax/CLI.rakumod +++ b/lib/Fornax/CLI.rakumod @@ -91,7 +91,7 @@ multi sub MAIN( my Str $log-level = $debug ?? "info" !! "error"; run «ffmpeg -loglevel "$log-level" -r "$frame-rate" -i "$output/\%08d.png" - -vf 'tpad=stop_mode=clone:stop_duration=4' + -vf 'tpad=stop_mode=clone:stop_duration=2' -vcodec libx264 -crf 28 -pix_fmt yuv420p "$output/solution.mp4"»; } } -- cgit 1.4.1-2-gfad0