License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdws.schild |
ArtifactId | ArtifactIdjave-nativebin-win32 |
Version | Version3.3.1 |
Type | Typejar |
Description |
DescriptionJave windows 32 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jave-nativebin-win32-3.3.1.pom | |
jave-nativebin-win32-3.3.1.jar | 37 MB |
jave-nativebin-win32-3.3.1-sources.jar | 37 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ws.schild/jave-nativebin-win32/ -->
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-nativebin-win32</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/ws.schild/jave-nativebin-win32/
implementation 'ws.schild:jave-nativebin-win32:3.3.1'
// https://jarcasting.com/artifacts/ws.schild/jave-nativebin-win32/
implementation ("ws.schild:jave-nativebin-win32:3.3.1")
'ws.schild:jave-nativebin-win32:jar:3.3.1'
<dependency org="ws.schild" name="jave-nativebin-win32" rev="3.3.1">
<artifact name="jave-nativebin-win32" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.schild', module='jave-nativebin-win32', version='3.3.1')
)
libraryDependencies += "ws.schild" % "jave-nativebin-win32" % "3.3.1"
[ws.schild/jave-nativebin-win32 "3.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |