QuickCut for Mac — オープンソースライセンス / Open Source Licenses

FFmpeg

QuickCut for Mac は動画の解析・波形生成・書き出しに FFmpeg のライブラリ群(libavformat / libavcodec / libavutil / libswresample / libswscale / libavfilter)を動的リンクで同梱・利用しています。FFmpeg は GNU Lesser General Public License v2.1 以降(LGPL v2.1+)で配布されており、同梱ビルドは GPL コンポーネントを含まない LGPL 構成です。動的リンクのため、アプリ内 Contents/Frameworks/ の各 dylib を互換ビルドへ差し替え可能です。ライセンス全文はアプリに同梱(Contents/Resources/)されています。ソースコード: ffmpeg.org

QuickCut for Mac bundles the FFmpeg libraries via dynamic linking. FFmpeg is licensed under the LGPL v2.1 or later; the bundled build contains no GPL components. The dylibs in Contents/Frameworks/ can be replaced with a compatible build. The full license text is included with the app. Source: ffmpeg.org

SwiftFFmpeg

FFmpeg の Swift バインディングとして SwiftFFmpeg(Apache License 2.0)を利用しています。ライセンス全文はアプリに同梱されています。