Skip to content

How to record a webcam video online

Recording is the easy part — every modern browser can do it without an install. The result being watchable comes down to about six decisions, and only one of them is about software.

Updated

The six things that matter

  1. Get the camera to eye level

    A laptop on a desk films you from below. Anything solid under it — books work — puts the lens level with your eyes, which is the difference between a video that looks considered and one that looks accidental.

  2. Put light in front of you

    A window you are facing, or a lamp beside the camera. Overhead light alone leaves shadows under your eyes; a window behind you turns you into a silhouette. This matters more than the camera you own.

  3. Fix the sound before anything else

    Wired earbuds with a microphone, close to your mouth, beat a laptop microphone across a desk every time. Close the window, turn off the fan, and watch the level meter — you want it moving in the middle of its range, not pinned at the top.

  4. Frame yourself with a little headroom

    Eyes about a third of the way down the frame, a hand-width of space above your head, shoulders visible. Too close reads as intense; too far reads as a security camera.

  5. Record a throwaway take

    Twenty seconds, then watch it. You will catch a lighting problem, a background problem and a sound problem at once, and all three are cheaper to fix now than after a ten-minute take.

  6. Record for real, then save immediately

    Recordings made in a browser tab live in memory until you save them. Get each take onto disk before you start the next one.

Why in-browser recording works at all

Every current browser ships three pieces that add up to a video recorder: getUserMedia hands a page a live camera stream once you allow it, a canvas can draw those frames and hand back a stream of its own, and MediaRecorder encodes a stream into a file. None of that needs a server.

Which is why the useful question about a browser recorder is not whether it can record — they all can — but whether it chooses to send your video anywhere. A tool that processes in the cloud has to upload; a tool that processes in the page does not. Both exist, and the difference is invisible from the interface.

The one genuine limitation of the local approach is memory: the file accumulates in your tab until you save it. That is fine for the length of video most people record, and it is a reason to save each take as you finish it rather than at the end of an afternoon.

What to do about the room behind you

Tidy it if you can — a real room with real light is the best background there is, and no software equals it. Where that is not practical, blur is the safe option and a replacement backdrop is the strong one, with the caveat that a clean backdrop makes every imperfection in the edge around your hair visible.

Both approaches want the same thing from your setup: light on your face, and some distance between you and the wall. Why that is, in detail, or try it against your own room.

Frequently asked questions

What is the best resolution to record at?
720p for almost everything. It is plenty for a talking head on any screen it will realistically be watched on, the file is a third of the size, and it leaves your machine enough headroom to hold a steady frame rate — which viewers notice far more than pixel count. Reach for 1080p when the video will be projected, or when someone has asked for it.
Why does my recording look choppy when the preview looked fine?
Usually because something else on the machine was competing for it — another tab doing work, a video call, a build running. Realtime background replacement in particular runs a model on every frame, so it is the first thing to suffer. Close what you can, and drop to 720p before you drop anything else.
What file format should I record in?
You mostly do not get to choose: a browser records in what it supports. Chrome, Edge and Firefox produce WebM; Safari produces MP4. Both play fine in the browser that made them. If you have to hand the file to someone else, ask which they want first — WebM is not a safe assumption inside a corporate media player. The formats and bitrates in detail.
Can I record without a microphone?
Yes. If you decline microphone access, or have no microphone at all, the camera still records and you get a silent video. Worth knowing if you plan to lay a voiceover over the top later.
How do I record my screen and my webcam together?
Not with a webcam recorder — that is a screen recorder's job, and most of them offer a camera bubble in the corner. If your reason for wanting the screen is that your room looks bad, replacing the background is the cheaper fix.
Is it safe to record on a website?
It depends entirely on where the video goes, and that is a fair question to ask of any of them. The two things worth checking: does the recording leave your machine, and is an account required. If a tool uploads your footage to process it, your video is on someone else's server whatever their policy says. What this one does, and what enforces it.

Related

Record a test take

Twenty seconds and a playback will tell you more than the rest of this page.

Open the studio