> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/jp/tsru/subtitles.md).

# 字幕

Morphic の Subtitles では、キャプションを動画に焼き込めます。Morphic は音声を聞き取り、字幕を書き起こし、指定したスタイルで動画そのものにレンダリングします。

また、以下でも試せます [morphic.com/tools/subtitles](https://morphic.com/tools/subtitles).

Morphic で字幕を追加する簡単なチュートリアルはこちらです:

{% embed url="<https://youtu.be/qFO3ttL4Wuo>" %}

### Copilot から

最短の方法。動画を添付して、やりたいことを伝えるだけです。

1. 開く [Copilot](https://studio.morphic.com/chat)
2. 字幕を付けたい動画を添付します
3. 字幕を依頼し、言語を指定します。たとえば「これを英語で字幕化して」と言います

Copilot が音声を書き起こし、字幕付きの動画を返します。

### プロンプトバーから

実行前に見た目を設定したいときに使います。

1. Canvas で、プロンプトバー上の「Tools」をクリックします
2. 「Subtitles」を検索して選択します
3. 動画を添付します。動画は1本必要で、必要なものがそろうとプロンプトバーが知らせます
4. 希望する字幕スタイルを説明し、生成します

### 字幕の見た目を変更する

プロンプトバーの Preferences アイコンをクリックして、自分で設定します:

* プリセット: すぐに使える見た目のベース
* 言語: 話されている言語を検出するには「Auto」のままにするか、言語名を指定します
* 位置と影: 字幕の表示位置と、映像からどの程度くっきり分離させるかを設定します
* フォント、太さ、色: 通常の語と強調語を別々に設定できるため、強調が他の部分と違って見えます

### 既存の字幕テキストを持ち込む

Preferences の「SRT Content」は、すでにある字幕テキストを使用し、書き起こしの工程を省くので、単語はあなたが書いたとおりになります。

これは次と組み合わせて使います [書き起こし](/docs/jp/yin-sheng/transcription.md): まず動画を書き起こし、ファイル内の名前や用語を修正してから、ここに貼り付けて修正版を焼き込みます。

### 知っておくとよいこと

* 明瞭な音声が最もよく書き起こせます。台詞の背後に大きな音楽や重なった声があると、書き起こしの精度が落ち、そのぶん字幕も弱くなります。
* スタイル設定の前に書き起こしを確認してください。名前が間違っていたら、再生成して祈るより、「SRT Content」で一度直すほうが早いです。
* フレーム下部に余白を残してください。字幕は映像の上に重なるため、画面下部で動きがあるショットでは字幕と競合します。
* 字幕は生成ごとに課金され、最低料金があります。こちらをご覧ください [プランとクレジット](/docs/jp/liao-jin/plans-and-credits.md) 現在の料金について。

これが Morphic で字幕を追加する方法です。カットを無音で再生したいときに使ってください。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/jp/tsru/subtitles.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.
