# 视频播放卡顿，怎么办？

CamIn 开映支持上传 .mp4和 .webm 两种格式的视频文件。如果播放视频时发现卡顿。请首先排除是否为网络问题所致。如果网络没有问题，建议通过如下方法将视频压缩之后再重新上传。一般卡顿问题都会解决。

### 通过软件压缩视频

1. 下载 压缩软件：[点击去下载 handbrake](https://handbrake.fr/downloads.php)

   <figure><img src="/files/gwr9v7CcMq1gzzyhpKZ3" alt=""><figcaption></figcaption></figure>
2. 打开 handbrake，第一步打开源；
3. 根据源视频的清晰度，选择预设参数，同时勾选【web优化】，开始压缩。👇

{% hint style="info" %}

1. 源视频是1080P的，请选择fast 1080P30
2. 源视频是720P的，请选择fast720P30，以此类推
   {% endhint %}

<figure><img src="/files/gkIJuZZNdBuHbKCdhi1s" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HlMVez3pR6zLFbUNGe7b" alt=""><figcaption></figcaption></figure>

3. 压缩完成后再上传即可。

### 剪辑软件导出设置

如果你的视频是通过剪辑软件编辑的，可以在导出视频之前按照如下参数（以剪映为例）设置后再导出。

{% hint style="danger" %}
目前已知剪映导出的视频播放大概率仍会卡顿，请按照[【软件压缩视频】](#tong-guo-ruan-jian-ya-suo-shi-pin)的方法处理再上传。
{% endhint %}

<figure><img src="/files/MxAe5cpZ7qpESEmMb9h8" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.camin.cn/faq/shi-pin-bo-fang-ka-dun-zen-me-ban.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
