What happens when you edit a screen recording entirely in the browser without up...
W

What happens when you edit a screen recording entirely in the browser without up...

What happens when you edit a screen recording entirely in the browser without up...

1,441 stars
N/A forks
N/A contributors

README

Project documentation from GitHub

OpenVid: Edit Screen Recordings in Your Browser, No Uploads Required

What happens when you edit a screen recording entirely in the browser without uploading it anywhere?

You get openvid — a neat little tool that lets you trim, crop, and tweak screen recordings right inside your browser. No cloud uploads. No waiting for files to transfer. Just local, client-side editing that works with whatever you record.

What It Does

openvid is an open-source web app that turns your browser into a lightweight video editor for screen recordings. It handles the most common tasks you'd want: trimming the start or end of a clip, cropping the frame to remove dead space, and maybe adjusting a few other parameters. The entire editing process happens locally on your machine.

The repo lives at github.com/CristianOlivera1/openvid and is built with web technologies — likely using the browser's native video APIs under the hood.

Why It’s Cool

The standout feature is privacy. Because everything runs client-side, your screen recording never leaves your computer. That matters if you're capturing sensitive information (like internal dashboards, code with credentials, or customer data) and just need to trim the edges.

But it's also just practical. No signups. No account creation. No "upload in progress" bars. You grab a recording, drop it in, edit, and export. For quick tasks — cutting out the first 10 seconds of fumbling or removing that accidental browser tab you showed — it's faster than firing up a desktop editor like FFmpeg or iMovie.

The implementation is clever too. It uses the browser's native video capabilities rather than relying on a server-side transcoder, which keeps everything snappy and free.

How to Try It

  1. Go to the live demo (or clone the repo locally)
  2. Drag and drop your screen recording (.mp4 or .webm usually work best)
  3. Use the controls to trim, crop, or adjust as needed
  4. Export the result — it stays on your machine

To run locally:

git clone https://github.com/CristianOlivera1/openvid.git
cd openvid
# check the README for install instructions

No dependencies beyond a modern browser. It works on Chrome, Firefox, and Edge.

Final Thoughts

openvid isn't trying to replace Premiere Pro or DaVinci Resolve. It's a focused tool for a specific pain point: editing screen recordings quickly without sacrificing privacy. If you're a developer who records demos, bug reports, or tutorial clips

Did you like this issue?

Join our weekly newsletter

Love discovering amazing projects?

Help us continue bringing you the best open-source discoveries every week.

Back to Projects
Last updated: May 24, 2026