Package: av
Type: Package
Title: Working with Audio and Video in R
Version: 0.4.0
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu",
    comment = c(ORCID = "0000-0002-4035-0289"))
Description: Bindings to 'FFmpeg' <http://www.ffmpeg.org/> AV library for working with audio 
    and video in R. Generate high quality videos files by capturing images from the R graphics
    device combined with custom audio stream. Also offers tools to convert between countless 
    audio / video formats, or convert images to video and vice versa. This package interfaces
    directly to the C API and does not require any command line utilities.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/av (website),
        https://github.com/ropensci/av (devel)
BugReports: https://github.com/ropensci/av/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
SystemRequirements: FFmpeg (>= 3.2); with at least libx264 and lame
        (mp3) drivers. INSTALL: libavfilter-dev (deb), ffmpeg-devel
        (rpm), ffmpeg (brew).
Depends: R (>= 3.5)
Suggests: testthat, ps, ggplot2, gapminder
Language: en-US
NeedsCompilation: yes
Packaged: 2020-01-18 16:25:32 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2020-01-19 20:00:34 UTC
