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)
Optimize File SizeOn/OffOffEnable frame diffing to skip unchanged pixels between frames
Show PreviewOn/OffOffReview the GIF before copying, saving, or sharing
Max Duration30s, 1m, 2m, 5m, 10m, UnlimitedUnlimitedAuto-stop recording after the specified duration
Output FormatGIF, WebPGIFOutput file format
Max File SizeNo Limit, 1 MB, 2 MB, 5 MB, 10 MBNo LimitAutomatically reduces quality to fit the size limit (GIF only)
Recording ShortcutAny key comboCmd+Shift+6Global hotkey for starting/stopping recordings

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.