FFmpeg Wrapper

Simple Java wrapper around FFmpeg command-line interface

License

License

Categories

Categories

Net
GroupId

GroupId

net.bramp.ffmpeg
ArtifactId

ArtifactId

ffmpeg
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

FFmpeg Wrapper
Simple Java wrapper around FFmpeg command-line interface
Project URL

Project URL

https://github.com/bramp/ffmpeg-cli-wrapper
Source Code Management

Source Code Management

https://github.com/bramp/ffmpeg-cli-wrapper

Download ffmpeg

How to add to project

<!-- https://jarcasting.com/artifacts/net.bramp.ffmpeg/ffmpeg/ -->
<dependency>
    <groupId>net.bramp.ffmpeg</groupId>
    <artifactId>ffmpeg</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bramp.ffmpeg/ffmpeg/
implementation 'net.bramp.ffmpeg:ffmpeg:0.7.0'
// https://jarcasting.com/artifacts/net.bramp.ffmpeg/ffmpeg/
implementation ("net.bramp.ffmpeg:ffmpeg:0.7.0")
'net.bramp.ffmpeg:ffmpeg:jar:0.7.0'
<dependency org="net.bramp.ffmpeg" name="ffmpeg" rev="0.7.0">
  <artifact name="ffmpeg" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bramp.ffmpeg', module='ffmpeg', version='0.7.0')
)
libraryDependencies += "net.bramp.ffmpeg" % "ffmpeg" % "0.7.0"
[net.bramp.ffmpeg/ffmpeg "0.7.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.36
com.google.guava : guava jar 31.1-jre
commons-io : commons-io jar 2.11.0
org.apache.commons : commons-lang3 jar 3.12.0
com.google.code.gson : gson jar 2.9.0
org.modelmapper : modelmapper jar 3.1.0

provided (2)

Group / Artifact Type Version
com.github.spotbugs : spotbugs-annotations jar 4.6.0
com.google.errorprone : error_prone_annotations jar 2.12.1

test (7)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.11
junit : junit jar 4.13.2
org.mockito : mockito-core jar 4.4.0
org.hamcrest : hamcrest jar 2.2
org.hamcrest : hamcrest-integration jar 1.3
com.nitorcreations : matchers jar 1.3
org.glassfish.grizzly : grizzly-http-server jar 3.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.2
0.6.1
0.6
0.5
0.4
0.3
0.2
0.1