Skip to main content

Configuration

App Settings

Open settings from the menubar icon dropdown. The settings window has three tabs: General, Appearance, and About.

General

SettingOptionsDefaultDescription
Frame Rate12, 24, 30, 6030Frames per second for recordings
Loop CountInfinite, Once, ThreeInfiniteHow many times the GIF loops on playback
Show CursorOn/OffOnInclude the mouse cursor in recordings
Default Save LocationAny folder--Where GIFs are saved by default (via folder picker)
Launch at LoginOn/OffOffStart QuikGIF when you log in (via SMAppService)

Appearance

Customize how the menubar icon and recording overlay look.

About

Shows version info, links to support and feedback, and a button to install or update the CLI tool.

CLI Flags

The CLI accepts flags on every command to override defaults. Common flags used across commands:

FlagDescriptionDefault
--fpsFrame rate30
--max-widthMaximum output width in pixels800
--full-resolutionUse native resolution (ignores --max-width)Off
--loop-countGIF loop count (0 = infinite)0
--show-cursor / --no-show-cursorShow cursor in recordingOn
--palette-strategyColor palette: auto, global, per-frameauto
-o, --outputOutput file pathrecording.gif
-q, --quietSuppress progress outputOff
info

For the full flag reference for each command, see the CLI Reference.

Scripting Defaults

When using .qgif scripts, defaults are configured with the set command:

set fps 30
set max-width 800
set loop-count 0
set show-cursor true
set output output.gif

See the Scripting Reference for all configurable settings.