← All Products
DalVideo
10 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 |
| Whisper.net | 1.9.0 | MIT |
| whisper.cpp | — | MIT |
| ggml | — | MIT |
| OpenAI Whisper (Models) | — | MIT |
| RRNoise.NET | 0.1.9 | MIT |
| RNNoise | — | BSD-3-Clause |
| NAudio | 2.2.1 | 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
Whisper.net
- Version: 1.9.0
- License: MIT
- Copyright: Copyright (c) 2024 sandrohanea
- URL: https://github.com/sandrohanea/whisper.net
whisper.cpp
- License: MIT
- Copyright: Copyright (c) 2023-2026 The ggml authors
- URL: https://github.com/ggml-org/whisper.cpp
ggml
- License: MIT
- Copyright: Copyright (c) 2023-2026 The ggml authors
- URL: https://github.com/ggml-org/ggml
OpenAI Whisper (Models)
- License: MIT
- Copyright: Copyright (c) 2022 OpenAI
- URL: https://github.com/openai/whisper
RRNoise.NET
- Version: 0.1.9
- License: MIT
- Copyright: Copyright (c) 2023 Yellow Dog Man Studios S.r.o.
- URL: https://github.com/Yellow-Dog-Man/RNNoise.Net
RNNoise
- License: BSD-3-Clause
- Copyright: Copyright (c) Mozilla, Jean-Marc Valin, Xiph.Org Foundation, Mark Borgerding
- URL: https://github.com/xiph/rnnoise
NAudio
- Version: 2.2.1
- License: MIT
- Copyright: Copyright (c) 2020 Mark Heath
- URL: https://github.com/naudio/NAudio
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