MVN

ws.schild : jave-native-win64

Maven & Gradle

Mar 04, 2019
1 usages
773 stars

Jave windows 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.

<dependency>
    <groupId>ws.schild</groupId>
    <artifactId>jave-native-win64</artifactId>
    <version>2.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ws.schild : jave-native-win64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.6

All Versions

Choose a version of ws.schild : jave-native-win64 to add to Maven or Gradle - All Versions:

  • Version Updated
  • jave-native-win64-2.4.6

    Mar 04, 2019
  • jave-native-win64-2.4.5

    Dec 13, 2018
  • jave-native-win64-2.4.4

    Oct 11, 2018
  • jave-native-win64-2.4.3

    Aug 30, 2018
  • jave-native-win64-2.4.2

    Aug 13, 2018
  • jave-native-win64-2.4.1

    Jul 23, 2018
  • jave-native-win64-2.4.0

    Jul 17, 2018

How to add a dependency to Maven

Add the following ws.schild : jave-native-win64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ws.schild</groupId>
    <artifactId>jave-native-win64</artifactId>
    <version>2.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ws.schild : jave-native-win64 gradle dependency to your build.gradle file:

implementation 'ws.schild:jave-native-win64:2.4.6'

Gradle Kotlin DSL: Add the following ws.schild : jave-native-win64 gradle kotlin dependency to your build.gradle.kts file:

implementation("ws.schild:jave-native-win64:2.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following ws.schild : jave-native-win64 sbt scala dependency to your build.sbt file:

libraryDependencies += "ws.schild" % "jave-native-win64" % "2.4.6"

Advertisement