The Krevoxa desktop application uses FFmpeg to decode video, licensed under the GNU LGPL version 2.1 or later. This page is the corresponding source offer required by that licence.
An unmodified FFmpeg 8.1.2, configured for decoding only, with no GPL component and no external codec library. The libraries are linked dynamically and shipped next to the application, so you may replace them with your own build.
The same upstream release is used on all three platforms, but each is configured differently, so pick the recipe matching the build you received.
| Platform | How it is built | Recipe |
|---|---|---|
| macOS | from source, by the script opposite | build-macos.sh |
| Linux | from source, in an Ubuntu 20.04 container | build-linux.sh |
| Windows | by the vcpkg ffmpeg port | build-windows.txt |
curl -O https://downloads.krevoxa.com/third-party/ffmpeg/ffmpeg-8.1.2.tar.xz curl -O https://downloads.krevoxa.com/third-party/ffmpeg/build-macos.sh # or build-linux.sh shasum -a 256 ffmpeg-8.1.2.tar.xz # must match the checksum above bash build-macos.sh
Each script pins the version, verifies the checksum, and prints the full configure
line it uses. Nothing else is applied: we carry no patch against FFmpeg.
Write to dev@aqbros.com.