f

ffmpeg-kit-video

Includes FFmpeg with dav1d, fontconfig, freetype, fribidi, kvazaar, libass, libiconv, libtheora, libvpx, snappy, libwebp and zimg libraries enabled.
https://github.com/arthenica/ffmpeg-kit
GNU Lesser General Public License, Version 3
ARTHENICA
Files download
File Operation
ffmpeg-kit-video-6.0.LTS.pom download
ffmpeg-kit-video-6.0.LTS-sources.jar download
Apache Maven
<dependency>
  <groupId>com.arthenica</groupId>
  <artifactId>ffmpeg-kit-video</artifactId>
  <version>6.0.LTS</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.arthenica:ffmpeg-kit-video:6.0.LTS'
Gradle Kotlin
implementation("com.arthenica:ffmpeg-kit-video:6.0.LTS")
Scala SBT
libraryDependencies += "com.arthenica" % "ffmpeg-kit-video" % "6.0.LTS"
Groovy Grape
@Grapes(
  @Grab(group='com.arthenica', module='ffmpeg-kit-video', version='6.0.LTS')
)
Apache Ivy
<dependency org="com.arthenica" name="ffmpeg-kit-video" rev="6.0.LTS" />
Leiningen
[com.arthenica/ffmpeg-kit-video "6.0.LTS"]
Apache Buildr
'com.arthenica:ffmpeg-kit-video:jar:6.0.LTS'