← All Products
DalCut
4 libraries · Last Updated: February 27, 2026
| Library | Version | License |
|---|---|---|
| FFmpeg | 7.1 | LGPL-2.1-or-later |
| FFmpeg.AutoGen | 7.1.1 | LGPL-3.0-or-later |
| Microsoft.ML.OnnxRuntime | 1.21.0 | MIT |
| Vortice.Windows | 3.8.2 | MIT |
FFmpeg
- Version: 7.1
- License: LGPL-2.1-or-later
- Copyright: Copyright (c) The FFmpeg developers
- URL: https://ffmpeg.org/
FFmpeg.AutoGen
- Version: 7.1.1
- License: LGPL-3.0-or-later
- Copyright: Copyright (c) Ruslan Balanukhin
- URL: https://github.com/Ruslan-B/FFmpeg.AutoGen
Microsoft.ML.OnnxRuntime
- Version: 1.21.0
- License: MIT
- Copyright: Copyright (c) Microsoft Corporation
- URL: https://github.com/microsoft/onnxruntime
Vortice.Windows
- Version: 3.8.2
- License: MIT
- Copyright: Copyright (c) Amer Koleci and Contributors
- URL: https://github.com/amerkoleci/Vortice.Windows
LGPL Compliance Notice
This product uses FFmpeg and FFmpeg.AutoGen under the terms of the GNU Lesser General Public License. In accordance with LGPL requirements:
- Dynamic Linking: All FFmpeg libraries are dynamically linked as separate DLL files. Users may replace these DLLs with their own LGPL-compatible builds.
- Source Code: FFmpeg 7.1 source is available at github.com/FFmpeg/FFmpeg/tree/n7.1
- Build Configuration: FFmpeg binaries are built without
--enable-gpland--enable-nonfreeflags, ensuring LGPL-2.1 compliance. - FFmpeg.AutoGen Source: Available at github.com/Ruslan-B/FFmpeg.AutoGen