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
  • Where can I ask questions?
  • Forcefully Reset Settings
  • GPU encoding is not available or not working
  • I'm using O3 Air Unit and I have a lot of vibrations after stabilizing
  • I see only black screen when stabilization is enabled.
  • I'm getting a crash when trying to export and I'm using macOS with Intel processor
  • I'm having trouble stabilizing a RunCam camera
  • Colors are changed after exporting from Gyroflow
  • My video is zoomed in too much
  • I'm seeing black bars around my video
  • How to export vertical video?
  • When I run the program on Windows, there's an icon on taskbar but no window appears
  • What logging rate should I use?
  • Is there a way to rotate video in Gyroflow?
  1. Getting started

FAQ

Frequently Asked Questions

Last updated 6 months ago

Most issues with settings can be solved by resetting them to defaults. Go to Advanced on bottom right and click Reset all settings to defaults.

Where can I ask questions?

You can get support and ask all questions on .

Forcefully Reset Settings

Because Gyroflow development moves fast, and the software is constantly being updated and improved, it's possible that your Settings files can get corrupted, or contain bad data between updates. If Gyroflow fails to open, or you're having crashes on launch, you can try forcefully trashing your settings, to give Gyroflow a fresh slate:

Open the Terminal.app and enter the following command:

rm -f "$HOME/Library/Application Support/Gyroflow/settings.json"

  1. Open file explorer and enter this address: %localappdata%/Gyroflow

  2. Delete the settings.json file

Open Terminal and enter:

rm -f $HOME/.config/Gyroflow/settings.json

GPU encoding is not available or not working

Support for codecs and modes varies greatly between GPU brands and models, for more information refer to specific guides for , , , or . If you don't know what GPU you have, refer to your computer specifications.

Always make sure you have the latest GPU driver.

If your computer is older than 2016, chances are H.265/HEVC will not be available, and if it's older than 2012, H.264 may also not be available.

H.264 doesn't support 10-bit GPU encoding, and ProRes is accelerated only on M1/M2 macs.

I'm using O3 Air Unit and I have a lot of vibrations after stabilizing

I see only black screen when stabilization is enabled.

Most likely you have Fixed camera method selected in the Stabilization section. Change to Default or use Advanced -> Reset all settings to defaults (on the bottom right).

I'm getting a crash when trying to export and I'm using macOS with Intel processor

Go to Advanced -> Device for video processing and select one starting with [wgpu]

I'm having trouble stabilizing a RunCam camera

Colors are changed after exporting from Gyroflow

My video is zoomed in too much

I'm seeing black bars around my video

Enable Dynamic zooming in the Stabilization section.

How to export vertical video?

When I run the program on Windows, there's an icon on taskbar but no window appears

Most likely the window is shown outside of your monitor. You can Shift+Right click on the taskbar icon, and select Maximize to bring the window back to the visible area.

What logging rate should I use?

50Hz is the absolute minimum.

For reference:

  • GoPro uses 200Hz

  • DJI & Insta360 uses 1000Hz

  • Sony uses 2000Hz

Is there a way to rotate video in Gyroflow?

Yes, you can rotate in the Video Information panel. There's an editable field called Rotation.

Simply click the little blue pencil icon, then adjust the rotation value as required.

Read more .

Refer to the . Make sure to learn the synchronization process by reading , and .

Read about this issue on the page.

Make sure to use Default algorithm in the Stabilization section. Read more on the page.

Go to Export settings, uncheck the lock icon and enter 9:16 resolution there, e.g. 1080x1920. Read more on the page.

โ“
Discord
NVIDIA
AMD
Intel
macOS
Android
RunCam section
๐Ÿ”ง Basic usage
๐Ÿ“ˆ Timeline and gyro chart
โŒ› Synchronization
๐ŸŽจ Color differences
๐Ÿ”ฅ Stabilization
๐ŸŽฌ Exporting
in the DJI section