Third-Party Notices
VanityFilter includes the third-party components below, each used under its own
license. These notices are also installed with the application in its
licenses folder. Nothing in the VanityFilter EULA limits your rights under
these licenses.
Components and licenses
| Component | License | Text |
|---|---|---|
| FFmpeg (ffmpeg.exe, ffprobe.exe) — invoked as a separate process | GPL-3.0 | GPL-3.0.txt · source code |
| Qt 6 / PySide6 / shiboken6 — dynamically linked, replaceable DLLs, unmodified | LGPL-3.0 | LGPL-3.0.txt |
| MediaPipe framework and models (Face Landmarker, Selfie Multiclass Segmentation) — © Google LLC | Apache-2.0 | Apache-2.0.txt |
| YuNet face detection model — © 2020 Shiqi Yu, via OpenCV Zoo | MIT | YuNet-LICENSE.txt |
| OpenCV (opencv-python) | Apache-2.0 / MIT (wheel) | LICENSE · 3rd-party |
| NumPy — © 2005-2025 NumPy Developers | BSD-3-Clause | NumPy-LICENSE.txt |
| Pillow (PIL) — © Secret Labs AB, Fredrik Lundh, and contributors | HPND / MIT-CMU | Pillow-LICENSE.txt |
| tqdm | MIT (with MPL-2.0 portions) | tqdm-LICENSE.txt |
FFmpeg source code
The FFmpeg programs shipped with VanityFilter are licensed under the GNU General Public License v3. The complete corresponding source code is available on the FFmpeg source page, together with our written offer.
Qt (LGPL-3.0) note
Qt is shipped as separate, replaceable DLL files and is unmodified. As LGPL-3.0 provides, you may replace the Qt libraries in your installation with a compatible version of your own.