ffm_hstack | R Documentation |
Add a complex video filter to stack multiple videos horizontally (side-by-side) and, optionally, resize them to have the same height.
ffm_hstack(object, shortest = FALSE, resize = FALSE)
object |
An ffmpeg pipeline ( |
shortest |
A logical indicating whether to trim the duration of all
videos to that of the shortest video (default = |
resize |
A logical indicating whether to resize the height of the input videos to match (takes longer and currently only works with two inputs) |
object
but with the added instruction to apply horizontal
stacking.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.