# 如何找回没有正常保存的视频

如果遇到软件中途闪退，或者视频无法正常保存的情况，可以通过以下方式找到你已经录制的视频。

1. 点击软件左下角的头像-设置，在设置面板中找到视频存储路径。点击存储路径之后的打开按钮。

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

{% hint style="info" %}
&#x20; <mark style="color:red;">你也可以点击“更改”改变存储路径，但请务必使用英文命名文件夹，不要使用中文命名。</mark>
{% endhint %}

2. 在打开的文件夹内可以找到录制的视频文件。如果存在多个片段，可以使用第三方剪辑软件。将片段拼接到一起。

{% hint style="info" %}
文件名相同的两个文件表示两段内容是一样的，推荐使用后缀名为.flv的视频文件。
{% endhint %}

<figure><img src="/files/0NeuFWI7qh6JZkZCQ2Mb" 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/recover-videos.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.
