๐๏ธCommand Line (CLI)
Gyroflow has a CLI interface for usage in scripts and automating workflows.
You can also use Gyroflow as a command line program, in order to automate some tasks in scripts.
Most common usage will be to provide a video file and render the stabilized video. You can simply call Gyroflow.exe YOUR_FILE.mp4
to do that in case of sync-less files, or also add --preset YOUR_PRESET.gyroflow
to apply any settings and/or lens profile you want.
CLI can also render from a project file.
One of more interesting CLI features is a watch folder, which can be used to automatically stabilize all new footage copied to that specified folder. You can simply run Gyroflow.exe --watch C:\MY_FOOTAGE\
and it automatically stabilize any new video files that appear in that folder.
All other options are pretty self-explanatory.
Last updated