Download Gyroflow
More than 289 593 downloads!
What's new in v1.5.0?✨ Improvements
- Native RED .R3D support, including exporting. Make sure to read the docs
- Added "Stabilization overview" button
- Added true full screen mode (F11 twice)
- Changed default IMU integration method to VQF
- Added notification sounds (on success and on error)
- Added the ability to copy lens info by double clicking on the text in Lens profile section
- Increased max resolution for ProRes to 16384x16384
- Added an indicator of "black borders in view" on the timeline as a red overlay, for cases when "No zooming" is used
- Added a way to set RAW decoding resolution both in preview and processing
- Changed "Safe area" behavior
- Added ".gyroflow" file type association on macOS
- Added parser for binary data produced by esp-gyrologger
- Changing center offset without zooming is now allowed
- Added lens information in Video information panel
- Added ability to specify compatible crop modes in lens profile
- Saving a project file no longer hangs the app, instead an loader is shown
- Changed default ProRes and DNxHR profile to HQ
- Added ability to apply low-pass filter to quaternions
- Added ability to change IMU rotation to quaternions
- Calibrator: Show good frames
- Calibrator: Show current and average sharpness
- Calibrator: Show warning message with tips when calibration fails
- Calibrator: "Calibrated by" field is now saved
- Calibrator: Added "Sensor is global shutter"
- Increased split parts detection from 20 to 99 parts
default.gyroflow
preset is now applied in the render queue as well- Added official lens profiles for GoPro Hero 5 Session and Hero 5 Black
- Added additional shortcuts for playback (F2 to F6)
- Updated translations
- Added all lens profiles submitted by the community
- Updated ffmpeg to 6.0
- Updated Qt from 6.4.1 to 6.4.2
🐛 Bug fixes
- Fixed exporting 10-bit HEVC on macOS Ventura
- Fixed loading of some DJI files
- Fixed autosync in CLI and render queue in some cases
- Fixed fetching metadata from Blackmagic and RED files in the Calibrator
- Fixed stabilization off view when input stretch is used
- Fixed lens profile rating
- Fixed loading of gyro data from project file, if original file was moved
- Fixed VQF integrator when gyro data length didn't match the video length
- Fixed batch lens profile processing in the calibrator
- Fixed running on macOS when Rosetta was installed
- Fixed popup scrolling bug
- Fixed loading lens profile when mixing main camera with gyro data from another camera
- Fixed QML loading error on some Windows machines
- Fixed MXF parser to handle corrupted files
- Fixed BRAW playback when shooting in VFR
Gyroflow v1.5.0 for Windows
Download GyroflowHow to install on Windows
- Download
Gyroflow-windows64.zip
, extract the files somewhere and runGyroflow.exe
- If it shows an error about
VCRUNTIME140.dll
, install VC redist
How to install on MacOS
- Download
Gyroflow-mac-universal.dmg
, run the downloaded file, and drag & dropGyroflow
app to the Applications folder (or anywhere you want, like on Desktop) - You can also install using brew:
brew install gyroflow
. To upgrade Gyroflow, runbrew update
thenbrew upgrade gyroflow
How to install on Linux
- Download
Gyroflow-linux64.tar.gz
, extract the files somewhere and run./Gyroflow
in the terminal. - If that doesn't work, you can try the
Gyroflow-linux64.AppImage
, but the .tar.gz one is preferred. - Make sure you have latest graphics drivers installed
- Possibly needed packages:
sudo apt install libva2 libvdpau1 libasound2 libxkbcommon0 libpulse0 libc++-dev libvulkan1
- GPU specific packages:
- NVIDIA:
nvidia-opencl-icd nvidia-vdpau-driver nvidia-egl-icd nvidia-vulkan-icd libnvcuvid1 libnvidia-encode1
- Intel:
intel-media-va-driver i965-va-driver beignet-opencl-icd intel-opencl-icd
- AMD:
mesa-vdpau-drivers mesa-va-drivers mesa-opencl-icd libegl-mesa0 mesa-vulkan-drivers
- NVIDIA:
Minimum system requirements:
- Windows 10 64-bit (1809 or later)
- If you have Windows "N" install, go to
Settings
->Apps
->Optional features
->Add a feature
-> enableMedia Feature Pack
- macOS 10.14 or later (both Intel and Apple Silicon are supported natively)
.tar.gz
package (recommended): Debian 10+, Ubuntu 18.10+, CentOS 8.2+, openSUSE 15.3+. Other distros require glibc 2.28+ (ldd --version
to check).AppImage
should work everywhere
Gyroflow v1.5.0 for Mac OS
Download GyroflowNot your system?
See all downloads
Development moves fast and there are new features added very often, check them out by downloading the nightly build
Download nightly buildVideo editor plugins
DaVinci Resolve/OpenFX
More than 7 194 downloads!
What's new in v1.1?✨ Improvements
- Massive performance improvements on Windows and macOS
- Plugin can now handle GoPro and DJI files directly, without the project file and the app
- Much better memory usage when cutting clips with the plugin applied
- Added a button to browse for the project file
- Added a button to load project file for the current video file (unfortunately only in paid Resolve Studio, as it depends on external scripting)
- Added a button to reload the project
- Added a button to open Gyroflow, or open current project in Gyroflow
- Added a button to load last saved project from Gyroflow
- Added an ability to embed gyro data inside the plugin, so you can move the project file around or share it, without worrying about .gyroflow files
- Much better keyframing support - either from Gyroflow project or directly from Resolve
- Added sliders for: Horizon lock, Position offset, Video rotation, Video speed
- Added ability to disable gyroflow's stretch (for working with anamorphic files, when it's desqueezed in Resolve already)
- Added "Stabilization overview"
- Added a way to output different size, when used as Fusion node (go to node Settings and check "Use plugin RoD for output size) - useful when outputting eg. 16:9 from 4:3
- Added support for MAGIX Vegas and potentially other hosts
🐛 Bug fixes
- Fixed working with multiple GPUs
- Fixed loading thumbnails
DaVinci Resolve/OpenFX v1.1 for Windows
Download PluginHow to install on 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.
How to install on MacOS
Copy the Gyroflow.ofx.bundle
from the archive into the /Library/OFX/Plugins
directory.
Create the directory if it doesn't exist yet.
If the plugin doesn't show in Resolve, make sure to go to Preferences -> Video plugins and enable Gyroflow.ofx.bundle.
How to install on Linux
mkdir -p /usr/OFX/Plugins
cd /usr/OFX/Plugins
sudo unzip ${PATH_TO}/gyroflow-ofx-linux.zip