@spub_editor

Every field eventually needs a screen recording: the bug report that defies description, the internal "here is how we do X," the product demo, the actual public tutorial. The tooling is trivial, everyone has a recorder built in, but the difference between an unwatchable capture and a tutorial people finish is a handful of habits.

Here is the full pipeline: record, trim, and share.

Recording: get the capture right first

No amount of editing rescues a bad capture, so set up before you hit record.

Crop to a window

Record the application window, never the full desktop, unless the desktop is the subject. Full-desktop captures leak bookmarks, notifications, and the surprise message that arrives mid-take.

Lock your resolution

Record at a standard 16:9 size, 1920x1080 or 1280x720. Odd resolutions letterbox badly when embedded later.

Slow down

The single biggest tutorial sin is cursor teleportation. Move deliberately, pause on targets before clicking, and give every action a beat. What feels excruciating while recording reads as clear while watching.

Narrate after, or not at all

Talking while operating the software is a skill few have. Recording the screen silently and narrating afterward, or adding caption callouts, usually produces a cleaner result in less time than seventeen retakes.

Zoom where it matters

If the action is in one toolbar corner, either crop in post or use your recorder's zoom feature. Viewers on phones cannot read 12-point UI text at full-desktop scale, and most tutorial watching is on phones.

Built-in recorders are enough to start

Windows has the Game Bar recorder, macOS has the screenshot toolbar, Linux has dependable open-source recorders. Dedicated tools add zoom, click highlighting, and export presets worth having once you record weekly, but nothing stops you from starting today with what is installed.

Editing: the ten-minute pass

Tutorials do not need polish; they need pace.

Cut the dead air

Every second of loading spinners, scrolling hunts, and "um" adds up. Trim to the action. A tutorial that would take you three minutes to demonstrate live should run about that long as a video.

Fix mistakes with cuts, not retakes

Mistyped a command? Freeze, cut to the corrected state, continue. The jump cut is invisible in tutorial context.

Add captions for steps

A three-word caption, "Settings, then Advanced," anchors viewers better than narration and helps silent watching, which is most workplace watching.

Speed up repetitive parts

Filling a form field by field? Two times speed with a caption. Everyone understands the convention.

Sharing: match the destination

Internal one-offs

The fastest path wins. Attach the clip to the ticket or doc, or drop it in the drive and paste the link. Watch parties of one do not need infrastructure.

Anything watched more than once

Upload to a video platform and share the link. For short clips and demos, a lightweight host like s.pub gives you a clean watch page with instant playback on any device, and the link works in docs, chats, and wikis forever. Platforms also spare you file-size policing: the raw capture can be gigabytes, while the streamed version plays smoothly on a phone.

Public tutorials

Platform pages again, embedded where your audience lives: docs site, blog post, README. Keep the video short enough to embed, three to six minutes, and split longer topics into chapters with timestamps in the description.

Compression before sharing (optional)

If you need the file itself small, the standard pass works especially well on screen content, which compresses beautifully:

ffmpeg -i raw.mp4 -c:v libx264 -crf 23 -preset medium -vf "scale=-2:720" -c:a aac -b:a 96k -movflags +faststart tutorial.mp4

Expect dramatic reductions; flat UI compresses far better than camera footage.

The habits that compound

Keep a folder of raw captures named by date and topic, delete anything older than a quarter unless it became a tutorial, and maintain one short "how to record properly" note for yourself: window crop, slow cursor, cut dead air. Tutorials are the most reusable content you will ever make, the bug you captured today is the one that recurs next year, and future-you is the most grateful audience you have.

Comments 0

No comments yet