ffmpeg_command: 'FFmpeg' command builder

View source: R/ffmpeg.R

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

Value

A character string; the 'FFmpeg' command.


animate documentation built on Feb. 16, 2023, 10:57 p.m.