j

jave-native-win64

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.
https://github.com/a-schild/jave2
GPL-v3.0
Andre Schild
Files download
File Operation
jave-native-win64-2.4.6.jar download
jave-native-win64-2.4.6.pom download
jave-native-win64-2.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>ws.schild</groupId>
  <artifactId>jave-native-win64</artifactId>
  <version>2.4.6</version>
</dependency>
Gradle Groovy
implementation 'ws.schild:jave-native-win64:2.4.6'
Gradle Kotlin
implementation("ws.schild:jave-native-win64:2.4.6")
Scala SBT
libraryDependencies += "ws.schild" % "jave-native-win64" % "2.4.6"
Groovy Grape
@Grapes(
  @Grab(group='ws.schild', module='jave-native-win64', version='2.4.6')
)
Apache Ivy
<dependency org="ws.schild" name="jave-native-win64" rev="2.4.6" />
Leiningen
[ws.schild/jave-native-win64 "2.4.6"]
Apache Buildr
'ws.schild:jave-native-win64:jar:2.4.6'