R/spongecake.R

#' spongecake
#'
#' this package transform a movie into a simple image...
#'
#'
#' @docType package
#' @name spongecake
#' @examples
#' \dontrun{
#' #options(ffmpeg = "C:/ffmpeg-3.1.4-win64-static/bin/ffmpeg.exe") # windows user
#' library(magrittr)
#' gen_screenshot(movie = "D:/mymovie.avi") %>%
#' draw()%>%
#' print()
#' }
NULL

Try the spongecake package in your browser

Any scripts or data that you put into this service are public.

spongecake documentation built on May 2, 2019, 5:50 a.m.