diff --git a/README.md b/README.md index ee75806..9af0516 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ It includes all binaries for the supported platforms ws.schild jave-all-deps - 2.4.2 + 2.4.3 ``` @@ -46,7 +46,7 @@ It includes all binaries for the supported platforms It includes all binaries for the supported platforms ``` XML -compile group: 'ws.schild', name: 'jave-all-deps', version: '2.4.2' +compile group: 'ws.schild', name: 'jave-all-deps', version: '2.4.3' ``` ### Main Components of Jave2 @@ -90,7 +90,7 @@ There exists a jave-all-deps project, which includes core and all windows und li ## More advanced examples -#### Running the convertsion in a separate thread, so it can be aborted (only in version 2.4.3 and up) +#### Running the conversion in a separate thread, so it can be aborted (only in version 2.4.3 and up) ``` JAVA ... prepare the encoder just as usual and then start it in a thread ... Runnable task = () -> { diff --git a/jave-all-deps/pom.xml b/jave-all-deps/pom.xml index 74d9e0b..fbeb871 100644 --- a/jave-all-deps/pom.xml +++ b/jave-all-deps/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 2.4.3-SNAPSHOT + 2.4.3 jave-all-deps Jave all native dependencies package The JAVE (Java Audio Video Encoder) library is Java wrapper on the @@ -135,32 +135,32 @@ ws.schild jave-core - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-win32 - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-win64 - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-linux32 - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-linux64 - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-osx64 - 2.4.3-SNAPSHOT + 2.4.3 diff --git a/jave-core-test/pom.xml b/jave-core-test/pom.xml index 98deee7..5f94bdf 100644 --- a/jave-core-test/pom.xml +++ b/jave-core-test/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 2.4.3-SNAPSHOT + 2.4.3 jave-core-test @@ -29,32 +29,32 @@ ws.schild jave-core - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-win32 - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-win64 - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-linux32 - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-linux64 - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-osx64 - 2.4.3-SNAPSHOT + 2.4.3 diff --git a/jave-core/pom.xml b/jave-core/pom.xml index df15fcb..698f141 100644 --- a/jave-core/pom.xml +++ b/jave-core/pom.xml @@ -4,7 +4,7 @@ ws.schild jave-core jar - 2.4.3-SNAPSHOT + 2.4.3 Jave core package The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project. Developers can take take advantage of JAVE2 to transcode diff --git a/jave-core/src/main/java/ws/schild/jave/DefaultFFMPEGLocator.java b/jave-core/src/main/java/ws/schild/jave/DefaultFFMPEGLocator.java index 0d64619..fa94a29 100644 --- a/jave-core/src/main/java/ws/schild/jave/DefaultFFMPEGLocator.java +++ b/jave-core/src/main/java/ws/schild/jave/DefaultFFMPEGLocator.java @@ -32,7 +32,7 @@ public class DefaultFFMPEGLocator extends FFMPEGLocator { * Trace the version of the bundled ffmpeg executable. It's a counter: every * time the bundled ffmpeg change it is incremented by 1. */ - private static final String MY_EXE_VERSION = "2.4.3-SNAPSHOT"; + private static final String MY_EXE_VERSION = "2.4.3"; /** * The ffmpeg executable file path. diff --git a/jave-example/pom.xml b/jave-example/pom.xml index 8193982..10ce527 100644 --- a/jave-example/pom.xml +++ b/jave-example/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 2.4.3-SNAPSHOT + 2.4.3 jave-example @@ -53,12 +53,12 @@ ws.schild jave-core - 2.4.3-SNAPSHOT + 2.4.3 ws.schild jave-native-win64 - 2.4.3-SNAPSHOT + 2.4.3 diff --git a/jave-native-linux32/pom.xml b/jave-native-linux32/pom.xml index 27f7d50..14a6659 100644 --- a/jave-native-linux32/pom.xml +++ b/jave-native-linux32/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 2.4.3-SNAPSHOT + 2.4.3 jave-native-linux32 Jave linux 32 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-native-linux64/pom.xml b/jave-native-linux64/pom.xml index 8be0953..d37f28f 100644 --- a/jave-native-linux64/pom.xml +++ b/jave-native-linux64/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 2.4.3-SNAPSHOT + 2.4.3 jave-native-linux64 Jave linux 64 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-native-osx64/pom.xml b/jave-native-osx64/pom.xml index 057c966..6b3ad37 100644 --- a/jave-native-osx64/pom.xml +++ b/jave-native-osx64/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 2.4.3-SNAPSHOT + 2.4.3 jave-native-osx64 Jave OSX 64 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-native-win32/pom.xml b/jave-native-win32/pom.xml index 7e817a6..38238d8 100644 --- a/jave-native-win32/pom.xml +++ b/jave-native-win32/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 2.4.3-SNAPSHOT + 2.4.3 jave-native-win32 Jave windows 32 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/jave-native-win64/pom.xml b/jave-native-win64/pom.xml index bf23a15..cdeabc6 100644 --- a/jave-native-win64/pom.xml +++ b/jave-native-win64/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ws.schild jar - 2.4.3-SNAPSHOT + 2.4.3 jave-native-win64 Jave windows 64 bit native package The JAVE (Java Audio Video Encoder) library is Java wrapper on the diff --git a/pom.xml b/pom.xml index b22f4bd..3e35e06 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,11 @@ jave-modules pom - 2.4.3-SNAPSHOT + 2.4.3 - 2.4.3-SNAPSHOT + 2.4.3 Jave master project Jave master project https://github.com/a-schild/jave2