Jave linux 64 bit native package

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.

License

License

Categories

Categories

Native Development Tools
GroupId

GroupId

ws.schild
ArtifactId

ArtifactId

jave-nativebin-linux64
Last Version

Last Version

3.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Jave linux 64 bit native package
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.
Project URL

Project URL

https://github.com/a-schild/jave2
Source Code Management

Source Code Management

https://github.com/a-schild/jave2

Download jave-nativebin-linux64

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.4.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.3.1
3.3.0
3.2.0
3.1.1
3.0.1
3.0.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.1
2.6.0
2.5.1
2.5.0