side.by.side: Combine two .mp4 files into a single .mp4 file

View source: R/side.by.side.R

side.by.sideR Documentation

Combine two .mp4 files into a single .mp4 file

Description

Combine two .mp4 files of the same length and resolution into a single .mp4 file. The two movies play side by side to one another. The new .mp4 file is saved in the working directory.

Usage

side.by.side(left, right, output)

Arguments

left

The .mp4 file which will be played on the left hand side of the new .mp4 file

right

The .mp4 file which will be played on the right hand side of the new .mp4 file

output

The name of the new .mp4 file which will be created

Examples

combining two .mp4 files in the working directory,


side.by.side('test_left.mp4', 'test_right.mp4', 'a_new_movie.mp4')


Will-McD/ENSTvisualise documentation built on June 24, 2022, 5:13 p.m.