Autosave in a video editor behaves differently from autosave in a document, and most confusion about it comes from expecting the document version.

It saves instructions, not pixels

Your project is not a video. It is a list of instructions: use this clip from 4.2 to 11.8 seconds, put this caption here, push in twenty percent over these four seconds, apply this grade at this intensity.

Autosave writes that list. The list is small, usually kilobytes, which is why it can be written constantly without you ever noticing and why reopening a project is instant rather than a re-render.

An editing timeline: video clips, a zoom keyframe and an audio track below.

Three consequences follow directly.

Recovery is fast, because there is nothing heavy to reconstruct.

Your source clips must stay put. The instructions point at files. Move, rename or delete them and the project opens with the edits intact and the media missing.

A recovered project is exactly as good as the original. There is no lossy fallback version. It is the same list.

When it writes

Continuously in practice, though not literally on every keystroke. Editors typically save on a short timer and on meaningful events: a cut, an effect applied, a clip moved.

What that means for you is that the amount at risk is seconds of work. The mental model of "I have not saved in twenty minutes" belongs to software that does not do this.

Where it puts things

Projects live in the application's own support directory, not next to your videos. That is deliberate: your Downloads folder is a place things get cleared out of, and a project file living there would be one tidy-up away from gone.

In Zella that means the project and its snapshots sit in the app's support folder while your recordings stay wherever you export them.

What it does not protect you from

This is the important part, and the reason a second mechanism exists.

Bad decisions. You spend an hour making the video worse. Autosave saves every step with perfect fidelity. The version you want is gone, and it was autosave that removed it.

A deleted source clip. The instructions survive. The material does not.

Wanting to compare. Autosave holds one state. Comparing this cut against the one from this morning needs two.

All three are the job of version snapshots, which keep multiple points in time rather than the latest. Zella keeps six, which is enough to walk back through a session and not so many that finding the right one becomes its own task. Going back to an earlier version covers using them.

Autosave and undo are different things

Worth separating, because they get confused.

Undo is a stack in memory: the last fifty actions, walked backwards, gone when the app closes.

Autosave is the current state on disk, surviving a close.

Snapshots are past states on disk, surviving a session.

You want all three, and they fail in different directions. Undo cannot help after a restart. Autosave cannot help you go back an hour. Snapshots cannot help with the last thirty seconds.

The one thing worth doing yourself

Export a rough cut early, as described in recovering an unsaved project.

A rendered file depends on none of the above. It does not need the source clips, it cannot be invalidated by a bad edit, and it survives anything that happens to the project. It is the only artefact in the chain that is genuinely independent, and it costs a few minutes.

Why editors do not just save the video continuously

Because rendering is expensive and the edit is cheap.

Continuously rendering your timeline would mean spending most of your machine's capacity producing versions you will never use, while the thing you actually want protected is a few kilobytes of decisions. Saving the small thing constantly and the big thing on request is the correct trade, and it is why every serious editor works this way, including Final Cut Pro, whose library model is the same idea at a larger scale.

Common questions

Does autosave slow down editing? No, because it writes kilobytes of instructions rather than video. That is the whole reason it can run continuously.

Why does my recovered project say media is missing? The saved instructions point at files. If a clip was moved, renamed or deleted, the edits survive and the material does not.

Does autosave protect me from a bad edit? No. It faithfully saves every step of making a video worse. Version snapshots are the tool for going back an hour.