is not current version
Last Version 3.3.1

ws.schild:jave-nativebin-linux64 2.7.3

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.

Categories

Categories

Native Development Tools
GroupId

GroupId

ws.schild
ArtifactId

ArtifactId

jave-nativebin-linux64
Version

Version

2.7.3
Type

Type

jar

Download jave-nativebin-linux64 2.7.3


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