Releases: a-schild/jave2
Releases · a-schild/jave2
3.5.0 release
3.4.0 release
- Added PresetEnum to API
- Added quit encoding to api, thanks to sam80180
- Added module name for java 9+ compatibility, thanks to Stickerifier
- Use proper class for semaphore, thanks to leeychee
- Updated maven build environment
Thanks for the different contributions
3.3.1 release
- Fixed naming of binary for OSX M1 platform
- Windows 64bit + 32bit binary on 4.4.1 too
-> Still missing 4.4.1 binaries for arm32 build
3.3.0 release
- Upgraded slf4j libraries
- Added options to get/set options by index, thanks to HANXU2018
- Upgraded binaries to 4.4.1 release
OS-X releases from https://www.osxexperts.net/
Linux binaries from https://johnvansickle.com/ffmpeg/
-> Windows and arm32 bit builds still on 4.4.0 release - Moved development to it's own branch
- Implemented first support for apple m1 chip on OS-X (Needs to be tested)
- Added win 32 ffmpeg 4.4 static release https://www.notion.so/34dc4ddf501a4b98b46ea9fb4f3470af?v=878345c5d88f4d21a6520db752b5c29f
Release 3.2.0
- Modified quoting for command line arguments
- Implemented subtitle ass video filter
- Added constructor for scaling filter which allows string expressions
- Added constructor for scaling filter which does not require the ForceOriginalAspectRatio parameter
- Added CropFilter
- Added constructor for color filter which allows string expressions
- Added support for multiple video filters in one conversion pass
- Added enhanced meta data detection in MultiMedia object
- Implement critical section in executable location+creation to prevent race condition (Issue #163)
- Upgraded to ffmpeg v 4.4
- Binaries from https://github.com/eugeneware/ffmpeg-static
- The 32bit windows binaries remain at v4.2 since ffmpeg no longer supports the 32bit architekture
32bit support will be removed later
3.1.1 release
- 3.1.1
- Modified quoting for command line arguments
- 3.1.0
- Added support for arm32 bit (Thanks to jmformenti)
- Added option to use a specific quote character for command line
options. (Thanks to topcatv) - Added support for multimedia metdata (Thanks to jmformenti)
- Corrected typo in setURL method of MultimediaObject (Thanks to Pyjou)
3.0.1 Release
Fixed a class loader issue with spring boot applications
3.0.0 Release
Please note that in the 3.0.0 some breaking API changes have been done.
Also some packages have been renamed
- Reworked base classes to handle the executable (Thanks to Michael Ressler)
- Reworked the API to have a fluent and more flexible api (Thanks to Michael Ressler)
- Added more supporting methods/classes to video processing/transformations
Close jar file after extracting executable
Close jar file after extracting executable
Correctly handle unknown/invalid durations
Correctly handle unknown/invalid durations in containers