> For the complete documentation index, see [llms.txt](https://getsquish.gitbook.io/squish/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://getsquish.gitbook.io/squish/ja/rissu/implementations.md).

# 実装

タイムスタンプ付きのコンタクトシートは製品ではなく、フォーマットです。これを生成する既知の実装は次のとおりです:

| 実装                        | 場所                                                                                                                                          | 備考                                                                        |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| **Squish CLI + MCP サーバー** | [github.com/getsquish/squish](https://github.com/getsquish/squish) ・ [`@getsquish/squish`](https://www.npmjs.com/package/@getsquish/squish) | 参照実装です。このリポジトリです。ローカルで無料、あらゆる密度に対応します。                                    |
| **ホスト型 API**              | `api.getsquish.app`                                                                                                                         | 同じエンジンをリモートで利用できます。CI、サーバーレス、または ffmpeg のないマシン向けです。明示的なアップロード、前払いクレジットです。 |
| **Web アプリ**               | [getsquish.app](https://getsquish.app)                                                                                                      | ブラウザ内で完全に動作します。インストール不要、アップロードもありません。                                     |

コンシューマーは、シートを渡されたあらゆるビジョンモデルに加え、 [ナビゲーションループ](/squish/ja/purimitibu/the-navigation-loop.md) 上記のいずれかのプロデューサー上で動作する

## 独自に構築する

シート形式、つまりグリッドの幾何、サンプリング、タイムコードの刻印、およびアドレスを絶対化する不変条件は、 [シート形式仕様](/squish/ja/rifarensu/sheet-format.md). 誰でも互換性のあるプロデューサー（別言語、別ランタイム）やコンシューマー（ビューアー、インデクサー、エージェントフレームワーク）を作成できます。

もしご自身で構築しているなら、 [github.com/getsquish/squish](https://github.com/getsquish/squish/issues) 調整のために issue を開いてください — このページをさらに充実させていきたいと考えています。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://getsquish.gitbook.io/squish/ja/rissu/implementations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
