ffmpeg_command {animate} | R Documentation |
'FFmpeg' command builder
Description
'FFmpeg' command builder
Usage
ffmpeg_command(input, output, ...)
Arguments
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 |
Value
A character string; the 'FFmpeg' command.
[Package animate version 0.3.9.4 Index]