update ffmpeg command in docs (#104333)

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 <sybren@blender.org>
This commit is contained in:
waterwheels 2024-08-26 18:15:14 +02:00 committed by Sybren A. Stüvel
parent 4073c34b0d
commit 8d57a60114

View File

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