Download ffmpeg-4.0.0.jar file - Jar f

Jar examples for f:ffmpeg

Description

Downloads and builds FFmpeg libraries for both 32 and 64 bit including the zlib and bzip2 compression libraries. Configuration: ./configure ${ffmpeg.configure}

You can download jar file ffmpeg 4.0.0 in this page.

License

The BSD 2-Clause License

Build File

You can use the following script to add ffmpeg-4.0.0.jar to your project.

<dependency>
   <groupId>com.tagtraum</groupId>
   <artifactId>ffmpeg</artifactId>
   <version>4.0.0</version>
</dependency>
compile group: 'com.tagtraum', name: 'ffmpeg', version: '4.0.0'
libraryDependencies += "com.tagtraum" % "ffmpeg" % "4.0.0"
<dependency org="com.tagtraum" name="ffmpeg" rev="4.0.0"/>
@Grapes(@Grab(group='com.tagtraum', module='ffmpeg', version='4.0.0'))
'com.tagtraum:ffmpeg:jar:4.0.0'

Download

Click the following link to download the jar file.

ffmpeg-4.0.0.pom



Related Tutorials