knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

gifify

Travis build status Codecov test coverage

gifify is a simple wrapper for the amazing magick package that simplifies the process of importing videos, adding subtitles, and turning them into GIFs for your meme-ing needs.

Installation

Install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("imaddowzimet/gifify")

Example

To use gifify, just pass it a link to a video file with the clip you want to subtitle (already cut to the correct length), and the text you want for the subtitle.

library(gifify)



imaddowzimet/gifify documentation built on April 16, 2020, 11:49 a.m.