ffmpeg: Process multimedia.

Description Usage Arguments Details Author(s) References See Also Examples

View source: R/ffmpeg.R

Description

General-purpose front-end to the ffmpeg command.

Usage

1
2
ffmpeg(inputs, outputs, filters = NULL, 
       overwrite = FALSE, wait = TRUE, echo = FALSE)

Arguments

inputs

An input object (or a list of input objects), as created by, e.g., fileInput.

outputs

An output object (or a list of output objects), as created by, e.g., fileOutput.

filters

Not currently supported.

overwrite

A logical indicating whether to ask before overwriting output files.

wait

A logical indicating whether R should block and wait for the video operation to complete.

echo

A logical indicating whether to echo the ffmpeg command.

Details

Read one or more input files, apply zero or more filters, and write one or more output files.

Author(s)

Paul Murrell

References

https://ffmpeg.org/

See Also

Inputs and Outputs.

Examples

1
2
3
4
## Not run: 
ffmpeg(screenInput(), outputs=fileOutput("test.webm"))

## End(Not run)

pmur002/ffmpeg documentation built on May 11, 2020, 5:52 a.m.