> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/shang-pin-guan-li/appurdo/dong-hua-jian-suo.md).

# 動画検索

## 検索方法

下記の方法で動画検索を行います。

* ステータス検索：トランスコーディング状態基準で検索結果をリスト表示します
* タイトル検索　：動画タイトルを入力して検索結果をリスト表示します。

### ステータス検索

トランスコーディング状態基準で検索結果をリスト表示します。

**\[全てのステータス]タブをクリック > 検索したいステータス状態を選択**すると検索結果が表示されます。

<figure><img src="/files/5VJN9ETuptYv8rbHlWWI" alt=""><figcaption></figcaption></figure>

### タイトル検索

動画タイトルから動画検索が出来ます。検索したタイトル名が含まれている動画をリスト表示します。

**\[タイトル]検索に検索したいタイトル名を入力 > \[Enterキー]を押す**と検索結果が表示されます。

<figure><img src="/files/7XoJH8fwXXRi4myEX4Bc" alt=""><figcaption><p>画像クリックで拡大</p></figcaption></figure>

## 並び替え

下記の方法でライブラリの並び替えを行います。デフォルト設定は**昇順（登録日）**&#x3067;す。

**ライブラリ画面右上部の\[昇順（登録日]をクリックすると並び替えメニューが表示されます。**

<figure><img src="/files/NOJQTQSEphMh8yR7ihsX" alt=""><figcaption><p>画像クリックで拡大</p></figcaption></figure>

### 並び替えの順番

* 昇順（登録日）　：登録日（アップロード日）が新しい順に表示されます。
* 降順（登録日）　：登録日（アップロード日）が古い順に表示されます。
* 昇順（再生時間）：動画の再生時間が長い順で表示されます。
* 降順（再生時間）：動画の再生時間が短い順で表示されます。


---

# 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://support.megadoga.com/shang-pin-guan-li/appurdo/dong-hua-jian-suo.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.
