Flashback separates user-visible files (clips, edited exports, screenshots) from internal app data (settings, thumbnails, editor indexes). User-visible content lands inDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/CaramelHQ/Flashback/llms.txt
Use this file to discover all available pages before exploring further.
%USERPROFILE%\Videos\Flashback\ so it is easy to find in Explorer, while internal data lives in the Windows app-data roaming folder and is managed by Flashback automatically.
Directory Reference
| Location | Default path | Contents |
|---|---|---|
| Clips | %USERPROFILE%\Videos\Flashback\Clips\ | Raw recorded clips and saved replays |
| Edited clips | %USERPROFILE%\Videos\Flashback\Clips-Edit\ | Exports produced by the clip editor |
| Screenshots | %USERPROFILE%\Videos\Flashback\Screenshots\ | Frame captures taken from the clip editor |
| App data root | %APPDATA%\com.flashback.app\ | All internal app data (see below) |
| Settings file | %APPDATA%\com.flashback.app\settings.json | Encoder choice, clips directory, library history, seen games |
| Edits index | %APPDATA%\com.flashback.app\edits.json | Maps each clip path to its saved ClipEdit (trim points, etc.) |
| Thumbnails cache | %APPDATA%\com.flashback.app\thumbs\ | JPEG thumbnails generated for the clip library |
| Audio cache | %APPDATA%\com.flashback.app\audio\ | Temporary WAV files used by the editor waveform view |
%USERPROFILE% typically resolves to C:\Users\YourName and %APPDATA% to C:\Users\YourName\AppData\Roaming.App Data Files
settings.json
The primary settings store, written by the Rust backend viaconfig.rs. It is a flat JSON object. Keys include:
encoder— selected encoder preference (Auto,NVENC,AMF,Quick Sync,Software)clips_dir— currently active clips directory (absent means default)library_dirs— array of historical clips directories, kept so old clips remain visible after a folder changedisabled_games— array of game names excluded from auto-detectionseen_games— array of game records used by game detection
edits.json
An index that maps clip file paths to their saved edit state (trim in/out points and other editor metadata). This file is updated automatically when you save edits in the Clip Editor. Deleting it clears all saved edits but does not affect the clip files themselves.thumbs/
JPEG thumbnail images generated the first time a clip appears in the Clip Library. Thumbnails are regenerated on demand if this directory is cleared.audio/
Temporary WAV audio files extracted by the editor for the waveform display. These are created when you open a clip in the editor and can be deleted safely while Flashback is closed.Changing the Clips Directory
Flashback allows you to redirect new clips to any folder — for example, a faster drive or a folder shared with other capture software.Click Change
Press the Change button next to the Clips folder path. A native Windows folder picker opens.
Changing the clips directory only affects new clips. Your existing clips stay where they are and continue to appear in the library — Flashback tracks all historical directories and scans all of them when building the library view.
How the Library Scans Multiple Directories
The clip library is built from a union of all directories Flashback has ever used:- Default directory —
%USERPROFILE%\Videos\Flashback\Clips\ - Legacy directory —
%APPDATA%\com.flashback.app\clips\(kept for users who recorded before the default location was moved to Videos) - Edited clips directory —
%USERPROFILE%\Videos\Flashback\Clips-Edit\ - Active clips directory — the currently configured clips folder
- Historical directories — every folder previously set as the clips directory, stored in
settings.jsonunderlibrary_dirs
Screenshots
Frame captures taken from the clip editor are saved to%USERPROFILE%\Videos\Flashback\Screenshots\. The directory is created automatically on first use. Screenshots are standard JPEG images and can be opened directly in any image viewer.
Disk Space Considerations
Capture Settings
Adjust quality and resolution to manage file sizes.
Clip Editor
Trim clips and export edited versions to the Clips-Edit directory.