concatenate_videos: Combine video files using the concat demuxer

View source: R/ffmpeg.R

concatenate_videosR Documentation

Combine video files using the concat demuxer

Description

Combine multiple video files one after another without needing to re-encode them by using the concat demuxer. This will be much faster than re-encoding but requires that the files have the same parameters (width, height, etc.) and formats/codecs. To concatenate videos using re-encoding, see the concat video filter

Usage

concatenate_videos(infiles, outfile)

Arguments

infiles

A character vector containing the file paths to video files.

outfile

A string containing the desired file path to write the new, concatenated video file to.


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