DaVinci Resolve plugin (OpenFX)
Gyroflow engine is also available as an OpenFX plugin to allow you to stabilize videos inside a video editor like DaVinci Resolve
- 1.DaVinci Resolve
- 2.MAGIX Vegas
- 3.Possibly other OpenFX-compatible hosts, however they were not tested
Windows
macOS
Linux
- 1.
- 2.Extract
Gyroflow-ofx-windows.zip
somewhere - 3.Create the OFX folder:
C:\Program Files\Common Files\OFX\Plugins
. - 4.Copy
Gyroflow.ofx.bundle
folder toC:\Program Files\Common Files\OFX\Plugins

Properly installed plugin on Windows
Gyroflow OFX plugin supports OpenCL and CUDA acceleration on Windows
If you want to check out latest features and fixes, you can download the latest dev build from https://nightly.link/gyroflow/gyroflow-ofx/workflows/build/main/gyroflow-ofx-windows.zip
- 1.
- 2.Create the OFX folder:
/Library/OFX/Plugins
.- 1.You can do that in Finder or in the Terminal:
sudo mkdir -p /Library/OFX/Plugins ; open /Library/OFX/Plugins
.
- 3.Run
Gyroflow-ofx-macosx.dmg
- 4.Copy
Gyroflow.ofx.bundle
folder to/Library/OFX/Plugins/
Make sure the OFX folder is in the root
/Library
folder, not your user /Users/you/Library

Properly installed plugin on macOS
Gyroflow OFX plugin supports Metal acceleration on macOS
If you want to check out latest features and fixes, you can download the latest dev build from https://nightly.link/gyroflow/gyroflow-ofx/workflows/build/main/gyroflow-ofx-macosx.zip
- 1.
- 2.Create the OFX folder:
/usr/OFX/Plugins
.- 1.You can do that in the Terminal:
sudo mkdir -p /usr/OFX/Plugins && sudo chown $USER /usr/OFX/Plugins
.
- 3.Extract
Gyroflow-ofx-linux.zip
to/usr/OFX/Plugins

Properly installed plugin on Linux
Gyroflow OFX plugin supports OpenCL and CUDA acceleration on Linux
If you want to check out newest features and fixes, you can download the latest dev build from https://nightly.link/gyroflow/gyroflow-ofx/workflows/build/main/gyroflow-ofx-linux.zip
Last modified 1mo ago