Does this upload my recording anywhere?
No. The whole pipeline lives in your browser tab — getUserMedia for capture, MediaRecorder for encoding, a blob URL for download. Nothing leaves your device unless you upload the resulting file somewhere yourself. Open the browser network tab while recording and you will see zero traffic.
Why is my output WebM and not MP4?
Most browsers record WebM first because that is what MediaRecorder exposes. After recording, click Export MP4 on the same page to re-encode the take to H.264/AAC MP4 with optional trim, resize, mirror, and slower audio cleanup if you need it.
Can I trim or clean up the recording before downloading?
Yes. After stopping, use the MP4 post-processing controls to trim the start/end manually, auto-detect quiet edges from the recorded audio, cap the output at 720p or 1080p, mirror the final video, and denoise/normalize microphone audio. The original browser file remains available too.
Can I generate captions or a transcript?
Yes in browsers that support the SpeechRecognition API, especially Chrome. Turn on Capture live captions before recording, choose the language, then download the transcript as plain text or subtitles as SRT after you stop. The caption text is produced by the browser runtime and kept in the tab by Clipy; Clipy does not upload or store the video for server-side transcription.
Can I use a teleprompter while recording?
Yes. Paste a script or talking points into the teleprompter box, enable the overlay, and set the scroll speed before recording. The script appears over the preview while you record, but it is not baked into the exported video.
Can I record without the microphone?
Yes. Toggle the mic off before starting. The camera will record video only and the resulting file has no audio track — useful for stitching custom audio in later or for silent reference video.
Why is the camera preview black?
Three common reasons. (1) Another app — Zoom, Teams, Loom, OBS, Photo Booth — already has the camera open exclusively; quit it and reload. (2) The OS privacy setting blocks camera for the browser (macOS: System Settings > Privacy & Security > Camera; Windows: Settings > Privacy > Camera). (3) A physical privacy shutter on the laptop is closed — check the camera bezel.
How long can I record?
Long recordings work but eat memory because the blob is held in your tab. For anything past 10–15 minutes the tab can get sluggish. For longer sessions use the full Clipy recorder (which streams chunks instead of holding them all in memory) or a desktop recorder.
Why does the camera light stay on after I stop?
It should not — we explicitly stop every track in the MediaStream on Stop or Reset. If the indicator hangs, refresh the tab; some browsers cache the device handle until the page unloads.
Does the webcam recorder work on mobile?
Yes on modern iOS Safari (14.1+) and Chrome on Android. The camera selector lets iOS users flip front/back. Mobile recordings can be more memory-constrained than desktop — keep clips under five minutes for a smooth experience.
Will Slack and Twitter play the WebM directly?
Slack inline previews can be flaky on WebM depending on the workspace settings; Twitter, iMessage, and most email clients reject it outright. The reliable path is to click Export MP4 before sharing and send the H.264/AAC file.