From 8d57a60114a8af18be1eb3ca830196ff27c366a8 Mon Sep 17 00:00:00 2001 From: waterwheels Date: Mon, 26 Aug 2024 18:15:14 +0200 Subject: [PATCH] update ffmpeg command in docs (#104333) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The docs listed the ffmpeg command as `create-video` but it seems that the actual command is `frames-to-video`. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104333 Reviewed-by: Sybren A. Stüvel --- .../content/usage/jobs-tasks-commands/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/project-website/content/usage/jobs-tasks-commands/commands.md b/web/project-website/content/usage/jobs-tasks-commands/commands.md index 55d603c7..366bf3dc 100644 --- a/web/project-website/content/usage/jobs-tasks-commands/commands.md +++ b/web/project-website/content/usage/jobs-tasks-commands/commands.md @@ -26,7 +26,7 @@ The constructed CLI invocation will be `{exe} {exeArgs} {argsBefore} {blendfile} Flamenco Worker monitors the logging of Blender; lines like `Saved: filename.jpg` are recognised and sent as preview images to Flamenco Manager. -## FFmpeg: `create-video` +## FFmpeg: `frames-to-video` Uses FFmpeg to convert an image sequence to a video file.