| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.bramp.ffmpeg |
| ArtifactId | ArtifactIdffmpeg |
| Last Version | Last Version0.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFFmpeg Wrapper
Simple Java wrapper around FFmpeg command-line interface
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ffmpeg-0.7.0.pom | |
| ffmpeg-0.7.0.jar | 29 KB |
| ffmpeg-0.7.0-sources.jar | 15 KB |
| ffmpeg-0.7.0-javadoc.jar | 175 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.spotbugs : spotbugs-annotations | jar | 4.6.0 |
| com.google.errorprone : error_prone_annotations | jar | 2.12.1 |
| 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 |