FFmpeg source code

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.

What we ship

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.

PlatformHow it is builtRecipe
macOSfrom source, by the script opposite build-macos.sh
Linuxfrom source, in an Ubuntu 20.04 container build-linux.sh
Windowsby the vcpkg ffmpeg port build-windows.txt

Source

SHA-256 of the tarball:
464beb5e7bf0c311e68b45ae2f04e9cc2af88851abb4082231742a74d97b524c

Reproducing our build

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.

Questions

Write to dev@aqbros.com.

Krevoxa is a product of AQ Bros. SAS. FFmpeg is a trademark of Fabrice Bellard. This page concerns FFmpeg only; the Krevoxa application itself is not covered by the LGPL.