this package transform a movie into a simple image...
1 2 3 4 5 6 7 8 | ## Not run:
#options(ffmpeg = "C:/ffmpeg-3.1.4-win64-static/bin/ffmpeg.exe") # windows user
library(magrittr)
gen_screenshot(movie = "D:/mymovie.avi") %>%
draw()%>%
print()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.