Files
volcengine__mediakit-cli/Open Source Notice.txt
T

32 lines
1.3 KiB
Plaintext
Raw Normal View History

2026-05-17 18:32:39 +08:00
NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT.
Product:
2026-05-20 11:23:57 +08:00
MediaKit CLI (@volcengine/mediakit-cli)
2026-05-17 18:32:39 +08:00
This product is distributed under the Apache License 2.0. Portions of this
product may contain third-party open source software. The following notices are
provided for attribution and license compliance.
Component:
github.com/spf13/cobra : Apache License 2.0
github.com/spf13/pflag : BSD 3-Clause License
github.com/inconshreveable/mousetrap : Apache License 2.0
External Runtime Tools:
ffmpeg : LGPL v2.1 or later
ffprobe : LGPL v2.1 or later
Notes:
- ffmpeg and ffprobe are external runtime tools invoked through os/exec. They are
not linked into, embedded in, or redistributed as part of the MediaKit CLI Go
binary or npm package by default.
- Optional FFmpeg capabilities such as openh264, demuxer, libmp3lame, libass,
libfreetype, libfontconfig, libfribidi, libharfbuzz, zlib, libpng, and
libjpeg-turbo are detected as local FFmpeg build features only. They are not
linked into or redistributed as part of the MediaKit CLI by default.
- Node.js is required to run the npm wrapper scripts, but Node.js itself is not
distributed in the MediaKit CLI npm package.
This notice is provided for informational purposes and does not modify the
license terms of MediaKit CLI or any third-party component.