-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.33 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: av
Type: Package
Title: Working with Audio and Video in R
Version: 0.9.4
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
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. Generates high quality video from images or R graphics with
custom audio. Also offers high performance tools for reading raw audio, creating
'spectrograms', and converting between countless audio / video formats. This package
interfaces directly to the C API and does not require any command line utilities.
License: MIT + file LICENSE
URL: https://ropensci.r-universe.dev/av,
https://docs.ropensci.org/av/
BugReports: https://github.com/ropensci/av/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
SystemRequirements: FFmpeg (>= 3.2); with at least libx264 and lame (mp3) drivers.
MacOS Homebrew: ffmpeg. Debian/Ubuntu: libavfilter-dev. Fedora/RHEL: either
ffmpeg-devel from https://rpmfusion.org (preferred), or libavfilter-free-devel
which is a more limited version available on Fedora/EPEL9.
Depends: R (>= 3.5)
Imports: graphics
Config/pkgdown: seewave, ggplot2, phonTools, signal, tuneR
Suggests:
curl,
testthat,
ps,
ggplot2,
gapminder
Language: en-US