MVN

com.arthenica : ffmpeg-kit-full-gpl

Maven & Gradle

Aug 21, 2023
3.7k stars

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

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

Latest Version

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

  • Latest Stable: 6.0.LTS

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.arthenica</groupId>
    <artifactId>ffmpeg-kit-full-gpl</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-gpl gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement