Package: av Type: Package Title: Working with Audio and Video in R Version: 0.9.6 Authors@R: person("Jeroen", "Ooms", , "jeroenooms@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4035-0289")) Description: Bindings to 'FFmpeg' 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/Needs/website: seewave, ggplot2, phonTools, signal, tuneR Suggests: curl, testthat, ps, ggplot2, gapminder Language: en-US Config/pak/sysreqs: libavfilter-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-08-30 11:05:42 UTC RemoteUrl: https://github.com/ropensci/av RemoteRef: master RemoteSha: d551361cb3b55255ff85e4c0fbe07e47d0cd67ff NeedsCompilation: yes Packaged: 2026-08-30 11:24:12 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ) Maintainer: Jeroen Ooms