ffmpeg_command {animate} | R Documentation |
'FFmpeg' command builder
ffmpeg_command(input, output, ...)
input |
A character string; the path to the input video file. |
output |
A character string; the path to the output video file. |
... |
Parameters to be passed to the |
A character string; the 'FFmpeg' command.