ffmpeg -i viewobject.mov -vf scale=800:-1 -r 10 -f image2pipe -vcodec ppm - | convert -delay 10 -layers Optimize -loop 0 - viewobject.gif
library(dplyr)
df <- data_frame(x = 1:10)
df1 <- df %>%
mutate(y = 2:11)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.