https://github.com/gyroflow/gyroflow-plugins
Gyroflow OpenFX, Adobe and frei0r plugins
https://github.com/gyroflow/gyroflow-plugins
Last synced: 2 months ago
JSON representation
Gyroflow OpenFX, Adobe and frei0r plugins
- Host: GitHub
- URL: https://github.com/gyroflow/gyroflow-plugins
- Owner: gyroflow
- License: gpl-3.0
- Created: 2024-01-30T15:51:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T23:40:28.000Z (3 months ago)
- Last Synced: 2025-04-13T18:11:45.967Z (2 months ago)
- Language: Rust
- Size: 3.64 MB
- Stars: 44
- Watchers: 4
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README-OpenFX.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Gyroflow OpenFX plugin
* Works with stabilization data exported with [gyroflow](http://gyroflow.xyz/)
* Allows you to apply the stabilization right in your OpenFX-capable video editor# Installation
Grab the archive for your OS from the [releases page](https://github.com/gyroflow/gyroflow-ofx/releases).
## Linux
mkdir -p /usr/OFX/Plugins
cd /usr/OFX/Plugins
sudo unzip ${PATH_TO}/gyroflow-ofx-linux.zip## MacOS
Copy the `Gyroflow.ofx.bundle` from the archive into the `/Library/OFX/Plugins` directory.
Create the directory if it doesn't exist yet.
Then in Resolve, make sure to go to Preferences -> Video plugins and enable Gyroflow.ofx.bundle.## Windows
Copy the `Gyroflow.ofx.bundle` from the archive into the `C:\Program Files\Common Files\OFX\Plugins` folder.
Create the folder if it doesn't exist yet.## For more detailed instructions, see the [docs](https://docs.gyroflow.xyz/app/video-editor-plugins/davinci-resolve-openfx#installation)
# Usage
### Export `.gyroflow` file in the Gyroflow app
Click the `Export project file (including gyro data)` in the Gyroflow app. You can also use `Ctrl+S` or `Command+S` shortcut
### Basic plugin usage
First you need to apply the plugin to the clip.
In DaVinci Resolve you can do that by going to the Fusion tab and inserting the "Warp -> Gyroflow" after the media input node.
You can also apply the plugin on the Edit or Color page - it should work faster this way.### Load the .gyroflow file
In DaVinci Resolve, go to the `Gyroflow` plugin settings. Select the `.gyroflow` file in the `Project file` entry.
If your video file is from GoPro 8+, DJI or Insta360, you can also select video file directly. If it's from Sony or it's BRAW - you can also select the video file directly, but you need to load lens profile or preset after that.## For more detailed instructions, see the [docs](https://docs.gyroflow.xyz/app/video-editor-plugins/general-plugin-workflow)
# License
This software is licensed under GNU General Public License version 3 ([LICENSE](LICENSE))
# Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the GNU General Public License version 3, shall be
licensed as above, without any additional terms or conditions.