Flix Engine 8.0.14.0 for Linux and Windows is now available. This version includes support for the FXM file format for use with JavaFX.
New features in this release:
- Added an FXM muxer (FE2_MUXER_FXM) for JavaFX. See header file muxers/fxm.h.
Bug fixes in this release:
- Automatically apply the resample filter (FE2_FILTER_RESAMPLE) when necessary to ensure FE2_CODEC_AAC/FE2_CODEC_AACPLUS configuration success.
- Updated mencoder patch to rebuild sample index when no fragments are present. This avoids large memory consumption and potential failure with long constant sample size clips. [Linux]
- Fix the cut filter (FE2_FILTER_CUT) to ensure proper stream interleaving when discarding frames due to FE2_CUT_START_SEC and FE2_CUT_USE_SEEK = 0. Prevents encode failure with certain clips due to memory constraints (flixerrno= -2). [Linux]
- Fix issues with GIF and animated GIF input files. Update the image eos check that was added in version 8.0.10.2. [Windows]
Note: Windows users should note that the COM library version has been incremented with this release. For .NET languages, the “Interop.flixengine_com.dll” file needs to be updated, and any C++ code will need to be recompiled. More information is available in the documentation.
Note: Linux users notice that the interface has changed, which will affect your language bindings.
See the changelog (linux|windows) for complete details on each release.
Customers can download this version from http://flix.on2.com/download
Tags: Flix Engine, JavaFX, Linux, Windows