side.by.side | R Documentation |
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.
side.by.side(left, right, output)
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 |
combining two .mp4 files in the working directory, side.by.side('test_left.mp4', 'test_right.mp4', 'a_new_movie.mp4')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.