| nrs_to_mp4 | R Documentation |
Convert a list of native rasters to an mp4 video file
nrs_to_mp4(nr_list, filename, verbose = FALSE, ...)
nr_list |
list of native raster image |
filename |
mp4 filename |
verbose |
logical. default FALSE |
... |
other arguments passed to |
None.
Other conversion functions:
magick_to_nr(),
matrix_to_nr(),
nr_to_raster(),
nrs_to_gif()
im <- magick::logo
nr1 <- magick_to_nr(im)
nr2 <- nr_copy(nr1)
nrs_to_mp4(list(nr1, nr2), "nothing.mp4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.