Gyroflow documentation
  • ๐Ÿ‘‹Welcome to Gyroflow
    • ๐Ÿ’ŽFeatures
    • โœจExamples
    • ๐ŸงชTest Files
  • Getting started
    • โš™๏ธInstallation
      • DaVinci Resolve (OpenFX)
      • Final Cut Pro (Gyroflow Toolbox)
    • ๐ŸŽฅSupported Cameras
      • GoPro
      • DJI
      • Sony
      • Insta360
      • Blackmagic
      • RED
      • Flight controllers
      • RunCam
      • Caddx
      • Hawkeye
      • Mobile Phones
      • Other Cameras
    • ๐Ÿ”งBasic Usage
      • ๐Ÿ“ˆTimeline & Gyro Chart
      • โŒ›Synchronization
      • ๐Ÿ”ฅStabilization
      • ๐ŸŽฌExporting
    • ๐Ÿ“ธCommon Filming Tips & Issues
    • ๐ŸLens Calibration
    • โŒจ๏ธKeyboard Shortcuts
    • ๐ŸŽž๏ธFile Joiner
    • โ“FAQ
    • ๐ŸžTroubleshooting
    • ๐Ÿ—ฃ๏ธTranslations
    • ๐Ÿ›Report an Issue
  • Advanced usage
    • ๐ŸŽฌInput Data
    • ๐Ÿ”ญLens Profiles
    • โŒ›Synchronization
    • ๐Ÿ”ฅStabilization
    • ๐Ÿ”‘Keyframes
    • โš™๏ธSettings Presets
    • โฉRender Queue
    • ๐ŸŽฌExporting
    • ๐Ÿ—๏ธCommand Line (CLI)
    • ๐Ÿ’ปOther
    • ๐Ÿ”€IMU Orientation and rotation
    • ๐ŸŽจColor Differences
    • ๐ŸŒ€Using External Gyro Source
      • Action Camera as a Logger
      • Flight Controller
      • ESP-gyrologger
      • Flowshutter
    • ๐Ÿ“บLive Feed Stabilization
    • ๐Ÿฅฝ360ยฐ Cameras
  • Hardware Acceleration
    • ๐ŸŸขNVIDIA
    • ๐Ÿ”ดAMD
    • ๐Ÿ”ตIntel
    • โšชApple
    • ๐ŸŸขAndroid
  • Video Editor Plugins
    • ๐Ÿ’กGeneral Plugin Workflow
    • ๐Ÿ”ŒDaVinci Resolve (OpenFX)
    • ๐ŸŽž๏ธAdobe Premiere / After Effects
    • ๐ŸŽฌFinal Cut Pro X
    • ๐Ÿช„frei0r
    • ๐Ÿ—ƒ๏ธCSV Export
  • Technical Details
    • ๐Ÿฆ€Used Technologies
    • ๐Ÿ–‡๏ธParsing Gyro Data
    • ๐Ÿ› ๏ธGyroflow Core
    • ๐ŸงชBuilding from Source
    • ๐Ÿ—ƒ๏ธGCSV Format
    • ๐Ÿ—„๏ธGyroflow protobuf
    • ๐Ÿ–ฅ๏ธGitHub Repository
  • Authors
    • ๐Ÿ‘จโ€๐Ÿ”งAuthors
Powered by GitBook
On this page
  1. Getting started

Installation

Gyroflow is officially available in Microsoft Store, Apple Store and Google Play store. Downloadable binaries are available as well.

Last updated 1 year ago

Install from the Microsoft Store:

Manual install:

  1. Download the latest version from

  2. Extract Gyroflow-windows64.zip somewhere

  3. Open the extracted folder and run Gyroflow.exe

  4. If it shows an error about VCRUNTIME140.dll,

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 -> enable Media Feature Pack

Windows 7 is not supported, because of Qt 6 requirements

Install from the App Store:

Beta channel:

Updates are pushed more often to TestFlight. Use this link to join as tester and get most recent updates first:

Manual install:

  1. Download the latest version from

  2. RunGyroflow-mac-universal.dmg

  3. Drag & drop Gyroflow app to the Applications folder (or anywhere you want, like on Desktop)

You can also install using brew: brew install gyroflow.

To upgrade Gyroflow, run brew update then brew upgrade gyroflow

Minimum system requirements

  • macOS 10.14 or later

Both Intel and Apple Silicon are supported natively.

Hardware acceleration support:

Processor
H.264
H.265
ProRes

Intel

โœ…

โœ…

M1 Air

โœ…

โœ…

M1 Pro/Max/Ultra

โœ…

โœ…

โœ…

M2 (all)

โœ…

โœ…

โœ…

Installing Gyroflow

  1. Make sure you have latest GPU drivers installed

  2. Extract the files somewhere and run ./Gyroflow in the terminal.

  3. If it doesn't work, you probably need to install additional dependencies:

sudo apt install libc++-dev libva2 libvdpau1 libasound2 libxkbcommon0 libpulse0 libvulkan1

GPU specific packages:

  • NVIDIA: nvidia-opencl-icd nvidia-vaapi-driver 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

.AppImageis also available, but it's recommended to run the .tar.gz package

Minimum system requirements

  • Debian 10+

  • Ubuntu 18.10+

  • CentOS 8.2+

  • openSUSE 15.3+

Other distros require glibc 2.28+ (ldd --version to check)

Install from the Google Play Store:

Manual install:

Minimum system requirements

  • Android 8

Install from the App Store:

Beta channel:

Manual install:

Minimum system requirements

  • iOS 14

Latest development build

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

Download Gyroflow-linux64.tar.gz from

Nightly .apk can be downloaded from

Updates are pushed more often to TestFlight. Use this link to join as tester and get most recent updates first:

Installing from outside of Apple Store is possible only on jailbroken devices or if you have a developer account and know how to re-sign an .ipa. Nightly .ipa can be downloaded from

You can always download the latest build from

The list of all nightly builds is available on

โš™๏ธ
https://gyroflow.xyz/download
https://nightly.link/gyroflow/gyroflow/workflows/release/master/Gyroflow-android.zip
https://testflight.apple.com/join/e0RI1n5i
https://nightly.link/gyroflow/gyroflow/workflows/release/master/Gyroflow-ios.zip
https://gyroflow.xyz/devbuild/
GitHub actions
โŒ
โŒ
https://gyroflow.xyz/download
install VC redist
https://testflight.apple.com/join/e0RI1n5i
https://gyroflow.xyz/download