Download Gyroflow
More than 702 412 downloads!
What's new in v1.5.4?✨ Improvements
- Added a very basic way to stabilize files without gyro data. Simply load the video without gyro data, load lens profile and click "Autosync". It should analyze the video using optical flow and use that as gyro data. Note that this is not a proper feature yet. May work for simple cases, so it's there, but will probably fail for more tricky movements.
- Added grid guide (right click on the video preview).
- Updated timeline scrolling/scaling behavior on macOS (by @pacoccino)
- Added support for Senseflow device data (by @HiDream)
- Added a way to clear trim range (
C
shortcut) - Added a way to disable lens profile updates. You can now delete lens profiles you won't use and make the startup faster. Then place
noupdate
file in the lens profile directory - Relaxed H.264 resolution restriction allowing to render vertical 2160x3840
- Added "Created at" to Video information panel
- Updated macOS icon
🐛 Bug fixes
- Fixed crash when opening multiple BRAW files
- Fixed BRAW timeline scrubbing
- Fixed BRAW preview with OpenCL
- Fixed rendering on older devices
- Fixed background color in rendered file
- Fixed AppImage "Permission denied" error
- Fixed rendering crash with Intel on Windows
- Fixed queue progress indicator in some cases (by @pacoccino)
- Fixed playback slowdown when using video speed keyframes on macOS
- Fixed rendering to image sequences
- Fixed gyro data timings with older Insta360 cameras
- Fixed opening files with non-ascii characters on Android
- Fixed loading of OpenCamera Sensors csv logs
Installing from the platform store is recommended for most users. Downloading zip or dmg shouldn't be needed anymore.
How 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.4 for Android
Install GyroflowGyroflow v1.5.4 for iOS
Install 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 79 370 downloads!
What's new in v1.3.0?✨ Improvements
- Added support for OpenGL rendering
- Better support for MAGIX Vegas and ASSIMILATE Scratch
- Added logging to file (next to Gyroflow.ofx.bundle or in /tmp/gyroflow-ofx.log)
- Build with older glibc on Linux, allowing it to run on older Linux systems
- Updated core to v1.5.4
🐛 Bug fixes
- Fixed loading the plugin on Linux
- Fixed rendering with OpenGL and fp16
DaVinci Resolve/OpenFX v1.3.0 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