is not current version
Last Version 3.3.1

ws.schild:jave-core 2.6.0

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project. Developers can take take advantage of JAVE2 to transcode audio and video files from a format to another. In example you can transcode an AVI file to a MPEG one, you can change a DivX video stream into a (youtube like) Flash FLV one, you can convert a WAV audio file to a MP3 or a Ogg Vorbis one, you can separate and transcode audio and video tracks, you can resize videos, changing their sizes and proportions and so on. Many other formats, containers and operations are supported by JAVE2.

GroupId

GroupId

ws.schild
ArtifactId

ArtifactId

jave-core
Version

Version

2.6.0
Type

Type

jar

Download jave-core 2.6.0


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