How to Record a Timelapse in Photoshop

Updated 7 min read

If you have gone looking for a Record button in Photoshop, you already know how this ends: there is not one. Unlike Procreate, which quietly records every session and hands you a time-lapse when you are done, Photoshop has no feature that captures your process as a video. You have to add it yourself.

There are three practical approaches, and they are not equally good. This guide walks through all three, then covers the settings that actually determine whether the finished video is watchable.

Why Photoshop has no timelapse feature

Photoshop tracks your work in the History panel, but history states are undo steps, not frames. By default Photoshop keeps only the last 50 of them, they are discarded when you close the document, and there is no way to export them as a sequence. The Timeline panel does render video, but it is built for animating layers you already have — it has no knowledge of the edits you made to get there.

So the raw material for a timelapse — a picture of the canvas at regular intervals — is something you have to capture while you work.

Option 1: a screen recorder

The obvious move is to run OBS, QuickTime or the Windows Game Bar and record your monitor, then speed the footage up in an editor. It works, and it costs nothing. It also has four problems that show up the moment you watch the result back:

  • Your interface is in the video. Panels, menus, toolbars, the layer stack, whatever notification popped up mid-stroke — all of it is recorded along with the art.
  • Zooming and panning make it unwatchable. When you zoom to 400% to clean up an eyelash and then zoom back out, a sped-up screen recording turns that into a violent lurch. Do it two hundred times over a session and the video is nauseating.
  • The files are enormous. A lossless screen capture of a 4K display over a six-hour session runs to tens of gigabytes before you have edited anything.
  • It costs you performance. Continuous screen encoding competes with Photoshop for CPU and GPU on exactly the brushes that are already heavy.

Screen recording is fine if you want a tutorial where the interface is the point. It is the wrong tool for a timelapse of the artwork.

Option 2: scripted snapshots

Photoshop can be scripted, so you can write a script that exports the flattened document to a PNG on a timer, then assemble the frames into a video with FFmpeg or Premiere. This solves the interface problem — you are exporting the document, not the screen.

What it does not solve is everything around it. You have to keep the script running, remember to start and stop it, manage a folder filling with thousands of numbered PNGs, and do the video assembly by hand every time. Each full-document export also blocks Photoshop for a moment, which you feel as a stutter while painting. It is a workable hobby project and a bad daily workflow.

Option 3: a canvas-level plugin

The third approach is to let a plugin sit inside Photoshop, watch the document, and write frames itself. Two options dominate here: F_Record, which is free, open source and Windows-only, and PSFlow, which is paid and runs on both platforms. Both hook the same Photoshop Generator API, so both inherit the good part of the scripting approach without the manual labour:

  • Only the canvas is captured. Panels, menus and dialogs never appear.
  • Zoom and pan are ignored entirely. The exported video stays framed on the artwork at a fixed size no matter how you navigate while working.
  • Recording pauses on its own when you stop drawing, so a lunch break does not become four hundred identical frames.
  • Export is a button. You get an MP4 out of the plugin without opening a video editor.

Recording your first timelapse, step by step

Here is the whole flow with PSFlow. You will need Photoshop CC2020 or later on Windows 10+ or macOS.

  1. Install the plugin. download PSFlow for your platform and run the installer. The Windows installer is code-signed and the macOS package is notarized, so neither should trip a security warning. Restart Photoshop if it was already open.
  2. Open the panel. Find PSFlow under Window → Extensions → PSFlow, or under Plugins → PSFlow depending on your version.
  3. Hit Record, then forget about it. You can close the panel and keep painting; recording continues in the background. This matters more than it sounds — a recorder you have to babysit is one you will forget to start.
  4. Stop and export. Click Stop, switch to the History tab, find your session and click the video icon to export it as MP4.

The full walkthrough with screenshots of each panel is in the usage guide.

Settings that decide whether it is watchable

Length

The single biggest mistake is exporting the whole session at a speed that yields an eleven-minute video. Almost nobody watches an eleven-minute timelapse. Two to four minutes is the sweet spot for YouTube; under sixty seconds if the destination is Instagram, TikTok or a portfolio embed. Decide the target length first and let that set the speed, rather than the other way around.

Frame rate

30fps is the safe default. Going to 60fps doubles the file for footage that is already a stack of discrete edits — the extra smoothness has nothing to smooth.

Resolution

Export at the resolution people will watch at, not at your canvas size. A 6000px print canvas rendered at full size produces a file that is slow to upload and gets re-encoded to 1080p by every platform anyway.

When nothing gets recorded

Most Photoshop process recorders are built on Photoshop’s Generator API, and Generator has to be switched on for any of them to see the document. PSFlow turns it on for you during setup, so the classic “I pressed record and got an empty session” case does not apply — but if a recording does come back empty, check your Photoshop version. CC2020 is the floor, and Photoshop 2021 specifically had a plugin-loading bug that was fixed in PSFlow v1.0.20 and again in v1.0.29, so make sure you are on the current release.

Recording a speedpaint specifically? The setup is the same but the export choices differ — a speedpaint is watched for the drawing, not the retouching. See how to record a speedpaint in Photoshop.

In short

Photoshop will not record a timelapse for you, and screen capture produces a video of your interface rather than your art. A canvas-level plugin is the only approach that survives the way people actually work — zooming, panning, and stepping away. PSFlow is a $15.90 one-time purchase, so it is worth trying before you spend a weekend wiring up an export script.