ffm_files: Specify Files in an FFmpeg Pipeline

View source: R/ffm.R

ffm_filesR Documentation

Specify Files in an FFmpeg Pipeline

Description

Start an FFmpeg pipeline by specifying input and output files.

Usage

ffm_files(input, output, overwrite = TRUE)

Arguments

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 = TRUE)

Value

An FFmpeg pipeline object.


jmgirard/tidymedia documentation built on June 15, 2024, 1:52 p.m.