MVN

com.arthenica : ffmpeg-kit-full

Maven & Gradle

Aug 21, 2023
3.7k stars

ffmpeg-kit-full · Includes FFmpeg with dav1d, fontconfig, freetype, fribidi, gmp, gnutls, kvazaar, lame, libass, libiconv, libilbc, libtheora, libvorbis, libvpx, libwebp, zimg, libxml2, opencore-amr, opus, shine, snappy, soxr, speex, twolame and vo-amrwbenc libraries enabled.

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

Latest Version

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

  • Latest Stable: 6.0.LTS

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement