# CSV Export

### Exporting from the app <a href="#gyroflow-to-csv" id="gyroflow-to-csv"></a>

You can export the gyro data using the **Motion Data -> Export option** in the app

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

\- **Camera data** - contains original gyroscope and accelerometer data + integrated quaternions and euler angles. It can be exported to CSV, JSON, USD or JSX (which can be imported in Adobe After Effects by using File -> Run Script)\
\- **Full metadata** - contains original metadata as parsed from the source file, without any Gyroflow calculations\
\- **Parsed metadata** - contains metadata which is used by Gyroflow, and is already pre-calculated as needed by Gyroflow stabilization algorithms\
\- **Project file (with processed gyro data) -** is a project file + parsed metadata + synced timing info

### Gyroflow to CSV python script <a href="#gyroflow-to-csv" id="gyroflow-to-csv"></a>

Gyroflow to CSV by [EmberLightVFX](https://github.com/EmberLightVFX) can convert Gyroflow project files to a CSV format containing the camera motion. This can be imported in software such as Blackmagic Fusion, Nuke and Unreal Engine, and may be used for visual effects work.

You can learn more [here](https://github.com/EmberLightVFX/GyroFlow-to-CSV).


---

# 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://docs.gyroflow.xyz/app/video-editor-plugins/csv-export.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.
