# Play, Export and Live-stream Mocap Clip

### Play Mocap Clip

In the left panel, you can check the recorded motion capture data clips.

<div><figure><img src="/files/6HOpftGx4MtsOPHVCodn" alt=""><figcaption></figcaption></figure> <figure><img src="/files/jJTxBnFc01zSqM6jVZ97" alt=""><figcaption></figcaption></figure></div>

* If you right-click on a clip, you can rename or delete the clip.

<figure><img src="/files/3ZdnYRbtGVpIWLdgTzcZ" alt=""><figcaption></figcaption></figure>

* Double-click a clip to view the recorded motion capture data.
  * Use the [Project, Toolbar and Puppet Mode](/movin-studio-usage-guide/project-toolbar-and-puppet-mode.md#foot-contact)and [Project, Toolbar and Puppet Mode](/movin-studio-usage-guide/project-toolbar-and-puppet-mode.md#skeleton-visualization) features in the toolbar to check the quality of the recorded motion capture data in detail.

In the bottom panel, you’ll find playback controls and metadata.

#### Left side of the bottom panel: Current Timestamp / Playback Speed

* Time: Displays the current timestamp.
* Frame: Shows the current frame number.
* Playback Speed: Adjust this to play the clip at different speeds.

#### Center side of the bottom panel: Mocap Data Play / Stop

* Play: Triangle button
* Stop: Square button
* Loop: Enable repeated playback

#### Right side of the bottom panel: Mocap Data Information

* Total Time: Total duration of the clip
* Total Frames: Total number of frames recorded

#### Mocap Data Trimming

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

* By moving the rectangular handles on the Play Bar in the bottom panel, you can adjust the range of the motion capture data to be exported.
* Once the range is set, the motion capture data will play back only within that range.

### Export Mocap Clip

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

* If you want to export a clip, click the Export button in the left panel, then select the format of the motion capture data from the Format dropdown.
  * Currently, clips can be exported in .bvh format and .fbx format (for Blender, Unity, Unreal Engine, Motion Builder).

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

* For .fbx format, you can export with the root scale, or adjust root, translation, and unit scale before exporting.

### Live-stream Mocap Clip

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

* Click the [Project, Toolbar and Puppet Mode](/movin-studio-usage-guide/project-toolbar-and-puppet-mode.md#live-streaming) button in the toolbar to stream the recorded clip to the designated platform.
* Click the loop playback button, located third in the center of the bottom panel, to play the clip repeatedly.


---

# 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.movin3d.com/movin-studio-usage-guide/play-export-and-live-stream-mocap-clip.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.
