Skip to content

Releases: a-schild/jave2

2.4.3 release

30 Aug 10:26
Compare
Choose a tag to compare
  • Upgraded windows and osx binaries to 4.0.2 from https://ffmpeg.zeranoe.com/builds/
  • Upgraded linux binaries to 4.0.2 from https://johnvansickle.com/ffmpeg/
  • Made output handling more robust,
    we now only throw an encoder exception when encoder exit code is not 0
  • Unknown conversion lines can betrieved via encoder.getUnhandledMessages()
  • Added abortEncoding method to be able to stop the running encoder

Correct handling of copy stream options

13 Aug 09:05
Compare
Choose a tag to compare
  • Enhanced output parsing when using copy operator for streams
  • Refactoring of outpout analyzer in own class for simpler unit tests

Ignore warnings for back in time errors

23 Jul 14:37
Compare
Choose a tag to compare

The 2.4.1 release allows "corrupt" files to be used, where the time offset in the source file is going backward.

Final 2.4.0 release after changing package names

17 Jul 08:54
Compare
Choose a tag to compare

All package names have been moved to ws.schild.jave to be able to publish it in maven central in the future
Small corrections for audio encodings

2.3.0 maven

22 Jun 08:50
Compare
Choose a tag to compare

Added OS-X support
Upgraded ffmpeg binaries to 3.2.4 (Windows and OS-X) and 4.0 for Linux 32/64

Jave 2.2 non-maven

13 Jun 06:49
Compare
Choose a tag to compare
Merge branch 'master' of git://github.com/jdgiotta/jave2 into jdgiott…