ffm | R Documentation |
Start an FFmpeg pipeline by specifying input and output files.
ffm(input, output, overwrite = TRUE)
input |
A character vector containing strings that indicate the input media file for the pipeline (provide more than one for stacking). |
output |
A string indicating the output media file for the pipeline. |
overwrite |
A logical indicating whether the output media file should be
overwritten if it already exists. (default = |
An FFmpeg pipeline object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.