Description Usage Arguments Value Examples
Renders mp4 and gif videos from array of image files
1 2 3 4 5 6 7 8 9 | renderVideos(
files,
rewindLoop = F,
loop = 0,
framerate = 16,
makegif = FALSE,
gifShrinkage = 4,
...
)
|
files |
Array of files used to create animation |
rewindLoop |
Should animation go forth and back? Default: FALSE |
loop |
How often should video be looped? Default: 0 |
framerate |
Framerate. Default: 16 |
makegif |
Should also a gif be created with gifski? Default: FALSE |
gifShrinkage |
Factor by which gif should be shrinked |
mp4 filename
1 | brick2movie(br, eleRast = globalDEM0.5deg, gaussianSmoothSigma = 1, renderVideo = F, renderSphere=T, renderOcean=T, pal=rev(pal_MR$divViriMagma), renderCountries = T, thetaStartEnd = c(0,360), nSubSteps = 2, nRounds = 10) %>% renderVideos()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.