Learn R Programming

animate (version 0.3.9.4)

ffmpeg_command: 'FFmpeg' command builder

Description

'FFmpeg' command builder

Usage

ffmpeg_command(input, output, ...)

Value

A character string; the 'FFmpeg' command.

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 ffmpeg command-line interface.