Clipmoth

Clipmoth — Third-Party Licenses

Last updated: 2026-08-09 · Covers the Clipmoth Windows desktop app, the browser extensions, and clipmoth.com.

Authoritative versions of this page are English and 日本語. Use the language switcher above to read the Japanese version.

Clipmoth is built on open-source software. Some of it we merely use; one component — FFmpeg — we redistribute inside the Windows installer, and that carries obligations we are meeting on this page. If anything here is incomplete or wrong, tell us and we will correct it.

1. FFmpeg — GNU General Public License

The Clipmoth Windows app ships a copy of ffmpeg.exe alongside the application executable. It is used to merge and convert media after a download.

The build we distribute is a Windows build obtained from gyan.dev. Builds of this kind are compiled with libx264 and libx265, which are licensed under the GPL. The resulting binary is therefore distributed under the GNU General Public License, version 3 or later — not the LGPL.

  • License text: GNU GPL v3
  • Project: ffmpeg.org

Written offer of corresponding source

Because we distribute this binary, you have the right to its complete corresponding source code. You can obtain it in either of these ways:

  • Upstream, directly. FFmpeg's source is published at ffmpeg.org/download.html and git.ffmpeg.org/ffmpeg.git. The source and build scripts for the specific Windows builds we redistribute are published by the builder at gyan.dev/ffmpeg/builds.
  • From us. Email support@clipmoth.com with the Clipmoth version you have installed, and we will provide the complete corresponding source for the exact FFmpeg binary shipped in that release, at no charge beyond the cost of delivery. This offer is valid for as long as we distribute that release, and for at least three years thereafter.

How FFmpeg relates to Clipmoth's own code

Clipmoth does not link against the FFmpeg libraries. It launches ffmpeg.exe as a separate program and communicates with it over the command line and its standard output, exactly as a user typing the command would. The GPL obligations above apply to that bundled binary. Clipmoth's own source code is proprietary and is not published.

2. yt-dlp — The Unlicense

The Windows app also ships yt-dlp.exe, which performs extraction for the sites Clipmoth supports. yt-dlp is released into the public domain under The Unlicense.

  • Project and source: github.com/yt-dlp/yt-dlp

3. Desktop app — frameworks and libraries

All of the following are used under permissive licenses (MIT, Apache-2.0, ISC, or a dual MIT/Apache-2.0 option). Their full license texts are available in each project's repository.

  • Tauri 2 and its dialog, opener, process and updater plugins — MIT or Apache-2.0
  • React 19 and React DOM — MIT
  • i18next / react-i18next — MIT
  • lucide-react — ISC
  • Tailwind CSS 4, Vite — MIT · TypeScript — Apache-2.0
  • Rust crates: serde, serde_json, reqwest, chrono, regex, uuid — MIT or Apache-2.0

Microsoft Edge WebView2 Runtime renders the app's interface. It is Microsoft's proprietary component, used under Microsoft's terms; we do not redistribute it.

4. clipmoth.com

  • hls.js 1.5.20 — Apache-2.0. Used on the practice pages to play sample HLS streams. github.com/video-dev/hls.js
  • Inter and Noto Sans JP — SIL Open Font License 1.1, served via Google Fonts

5. Browser extensions

The Chrome, Edge and Firefox extensions contain no third-party runtime code. Media detection, HLS playlist parsing and AES-128 decryption are our own implementation, and no code is loaded remotely at runtime.

6. Our own code and assets

Clipmoth's application code, interface, copy, logo and mascot artwork are © 2026 Clipmoth and are not open source. Nothing on this page grants a license to them. Product names and trademarks referenced above belong to their respective owners.

Contact

Licensing questions, source requests, or a correction to this page: support@clipmoth.com

← Back to Clipmoth · Privacy · Terms

Clipmoth — 第三者ソフトウェアのライセンス表記

最終更新: 2026-08-09 · 対象: Clipmoth Windowsデスクトップアプリ、ブラウザ拡張機能、clipmoth.com

本ページの正文は英語および日本語です。上部の言語切替から英語版をご覧いただけます。

Clipmoth はオープンソースソフトウェアの上に成り立っています。多くは単に利用しているだけですが、FFmpeg だけは Windows版インストーラに同梱して再頒布しています。再頒布には義務が伴うため、本ページでその義務を果たしています。記載に不足や誤りがあればご指摘ください。訂正します。

1. FFmpeg — GNU General Public License

Clipmoth Windows版は、アプリ本体と並べて ffmpeg.exe を同梱しています。ダウンロード後の結合・変換処理に使用しています。

頒布しているビルドは gyan.dev が公開している Windows ビルドです。この種のビルドは libx264 および libx265 を組み込んでコンパイルされており、これらは GPL でライセンスされています。したがって生成されるバイナリは GNU General Public License バージョン3 以降のもとで頒布されます(LGPL ではありません)。

  • ライセンス全文: GNU GPL v3
  • プロジェクト: ffmpeg.org

対応するソースコードの提供に関する申し出

当社がこのバイナリを頒布している以上、利用者には対応するソースコード一式を入手する権利があります。以下のいずれの方法でも入手できます。

  • 上流から直接入手する。 FFmpeg のソースは ffmpeg.org/download.html および git.ffmpeg.org/ffmpeg.git で公開されています。当社が再頒布している Windows ビルド固有のソースおよびビルドスクリプトは、ビルド作成者により gyan.dev/ffmpeg/builds で公開されています。
  • 当社から入手する。 ご利用中の Clipmoth のバージョンを添えて support@clipmoth.com までご連絡ください。そのリリースに同梱された FFmpeg バイナリに対応する完全なソースコードを、送付実費を超える費用なしで提供します。本申し出は当該リリースを頒布している間、および頒布終了後も最低3年間有効です。

Clipmoth 自身のコードとの関係

Clipmoth は FFmpeg のライブラリとリンクしていません。ffmpeg.exe を独立したプログラムとして起動し、コマンドラインと標準出力を通じてやり取りしています(利用者が手でコマンドを打つのと同じ形です)。上記の GPL 上の義務は、同梱しているそのバイナリに対して生じるものです。Clipmoth 自身のソースコードは非公開のプロプライエタリです。

2. yt-dlp — The Unlicense

Windows版は yt-dlp.exe も同梱しており、対応サイトからの抽出処理を担当しています。yt-dlp は The Unlicense によりパブリックドメインとして公開されています。

  • プロジェクト・ソース: github.com/yt-dlp/yt-dlp

3. デスクトップアプリ — フレームワーク・ライブラリ

以下はいずれも寛容型ライセンス(MIT / Apache-2.0 / ISC、または MIT・Apache-2.0 のデュアル)のもとで利用しています。各ライセンス全文は各プロジェクトのリポジトリで公開されています。

  • Tauri 2 および dialog / opener / process / updater プラグイン — MIT または Apache-2.0
  • React 19・React DOM — MIT
  • i18next / react-i18next — MIT
  • lucide-react — ISC
  • Tailwind CSS 4・Vite — MIT / TypeScript — Apache-2.0
  • Rust クレート: serde・serde_json・reqwest・chrono・regex・uuid — MIT または Apache-2.0

アプリの画面描画には Microsoft Edge WebView2 ランタイムを使用しています。これはマイクロソフトのプロプライエタリなコンポーネントであり、同社の条件に従って利用するもので、当社は再頒布していません。

4. clipmoth.com

  • hls.js 1.5.20 — Apache-2.0。練習用ページでサンプルHLSストリームを再生するために使用。github.com/video-dev/hls.js
  • Inter・Noto Sans JP — SIL Open Font License 1.1(Google Fonts 経由で配信)

5. ブラウザ拡張機能

Chrome・Edge・Firefox の各拡張機能には、第三者の実行時コードは一切含まれていません。メディア検出・HLSプレイリスト解析・AES-128復号はすべて当社の独自実装であり、実行時にリモートからコードを読み込むこともありません。

6. 当社自身のコードおよび素材

Clipmoth のアプリケーションコード・インターフェース・文章・ロゴ・マスコットのイラストは © 2026 Clipmoth に帰属し、オープンソースではありません。本ページはこれらの利用許諾を与えるものではありません。上記に登場する製品名・商標は各権利者に帰属します。

お問い合わせ

ライセンスに関するご質問、ソースコードのご請求、本ページの記載訂正: support@clipmoth.com

← Clipmoth に戻る · プライバシーポリシー · 利用規約