# Adobe Premiere / After Effects

## Installation

The Gyroflow Adobe Plugin works on Mac and Windows:

{% tabs %}
{% tab title="Mac" %}

### Installing the Adobe plugin

1. Download the latest version from <https://gyroflow.xyz/download#plugins>&#x20;
2. Run `Gyroflow-Adobe-macos.dmg`
3. Copy `Gyroflow.plugin` folder to `/Library/Application Support/Adobe/Common/Plug-ins/7.0/MediaCore/`
   {% endtab %}

{% tab title="Windows" %}

### Installing the Adobe plugin

1. Download the latest version from <https://gyroflow.xyz/download#plugins>
2. Extract `Gyroflow-Adobe-windows.zip` somewhere
3. Copy `Gyroflow-Adobe-windows.aex` file to `C:\Program Files\Adobe\Common\Plug-ins\7.0\MediaCore\`
   {% endtab %}
   {% endtabs %}

## ✨ Features

* Automatic loading of the project file, or gyro data from video file
* Support for speed ramping and time remapping
* Support for different aspect ratios and output sizes
* In After Effects, you can create a 3D camera based on the gyro data
* The plugin uses the clip trim range to calculate stabilization, so it doesn't consider data outside of your clip
* Plugin loads the default preset if you created one in the app

## Source Code

You can find the source code for this Adobe plugin on GitHub [here](https://github.com/gyroflow/gyroflow-plugins).

## Nightly Builds

Development moves fast and there are new features added very often, check them out by downloading the nightly build:

* [Nightly Adobe Build for Mac](https://nightly.link/gyroflow/gyroflow-plugins/workflows/release/main/Gyroflow-Adobe-macos.zip)
* [Nightly Adobe Build for Windows](https://nightly.link/gyroflow/gyroflow-plugins/workflows/release/main/Gyroflow-Adobe-windows.zip)
* [Nightly Gyroflow Build](https://gyroflow.xyz/devbuild/?autodownload)

The list of all nightly builds is available on [GitHub actions](https://github.com/gyroflow/gyroflow-plugins/actions).


---

# 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/adobe-premiere-after-effects.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.
