MVN

com.arthenica : ffmpeg-kit-audio

Maven & Gradle

Aug 21, 2023
3.8k stars

ffmpeg-kit-audio · Includes FFmpeg with lame, libilbc, libvorbis, opencore-amr, opus, shine, soxr, speex, twolame and vo-amrwbenc libraries enabled.

<dependency>
    <groupId>com.arthenica</groupId>
    <artifactId>ffmpeg-kit-audio</artifactId>
    <version>6.0.LTS</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.arthenica : ffmpeg-kit-audio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.LTS

All Versions

Choose a version of com.arthenica : ffmpeg-kit-audio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
ffmpeg-kit-audio-6.0.LTS
6.0
ffmpeg-kit-audio-6.0
5.1.x
ffmpeg-kit-audio-5.1.LTS
5.1
ffmpeg-kit-audio-5.1
4.5.x
ffmpeg-kit-audio-4.5.1-1
ffmpeg-kit-audio-4.5.1-1.LTS
ffmpeg-kit-audio-4.5.1.LTS
ffmpeg-kit-audio-4.5.1
ffmpeg-kit-audio-4.5.LTS
4.5
ffmpeg-kit-audio-4.5
4.4
ffmpeg-kit-audio-4.4
4.4.x
ffmpeg-kit-audio-4.4.LTS

How to add a dependency to Maven

Add the following com.arthenica : ffmpeg-kit-audio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.arthenica</groupId>
    <artifactId>ffmpeg-kit-audio</artifactId>
    <version>6.0.LTS</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.arthenica : ffmpeg-kit-audio gradle dependency to your build.gradle file:

implementation 'com.arthenica:ffmpeg-kit-audio:6.0.LTS'

Gradle Kotlin DSL: Add the following com.arthenica : ffmpeg-kit-audio gradle kotlin dependency to your build.gradle.kts file:

implementation("com.arthenica:ffmpeg-kit-audio:6.0.LTS")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.arthenica : ffmpeg-kit-audio sbt scala dependency to your build.sbt file:

libraryDependencies += "com.arthenica" % "ffmpeg-kit-audio" % "6.0.LTS"