concatenate_videos | R Documentation |
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
concatenate_videos(infiles, outfile)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.