Project picker

Multi-track editing with WebCodecs · Frame-accurate seek · Source monitor

New Project

About Private Video Editor Online

The file never leaves your device. The editor loads the video through a standard browser file input, processes it in a Web Worker against WebCodecs and FFmpeg compiled to WebAssembly, and writes the output back to your disk. No upload, no temporary server copy, no edge cache.

There is no account. No email collection, no SSO, no anonymous identifier tied to a session. Opening the tab is the entire onboarding.

Product analytics run against user-interface events (did someone click Export, did a preset get selected) not against media. Filenames, durations, dimensions, and content never enter the analytics pipeline. The only way to link an edit back to a specific person is if that person tells you they made the edit.

What this is not: a certified HIPAA, SOC 2, or ISO 27001 product. The architecture supports workflows with those compliance requirements, but the certifications themselves require audits that a browser-based tool with no backend cannot straightforwardly pursue in the same way a SaaS vendor does. If your compliance programme requires a Business Associate Agreement or a signed SOC 2 Type 2 report, talk to your privacy officer about whether the architectural guarantee is sufficient under your framework before using this for regulated footage.

When to use this editor

HR investigation footage

Interview recordings, workplace incident clips, and exit interviews stay on the investigator's device instead of a vendor cloud.

Legal deposition editing

Redacting or trimming deposition video for trial exhibits without the upload step simplifies the chain-of-custody story.

Healthcare and telemedicine clips

Patient recordings and training videos for clinical education keep the data inside the device, simplifying the HIPAA picture.

Education and classroom recordings

Student footage is a regulated category in many jurisdictions. Browser-local editing removes the transfer question.

Journalism and source protection

Sensitive interview footage where source protection matters stays off vendor servers entirely.

How to Edit a Video Privately Online

1 Open the editor

Load this page. No signup, no email, no SSO.

2 Drop your footage

The file stays on your device. Browser reads the bytes locally and the editor runs off that memory buffer.

3 Edit against the timeline

Cut, rearrange, add overlays. Every operation happens in a Worker inside your browser tab.

4 Export locally

Final MP4 is written back to your disk. No copy is made anywhere outside your machine.

Frequently asked questions

Is VidStudio GDPR-friendly?

The architecture removes most of the GDPR surface area because no personal data in the video leaves your device. That said, GDPR compliance depends on your overall workflow, not just the editing tool. Your data protection officer should confirm that a browser-local editor fits your documented data-flow diagram.

Is VidStudio HIPAA compliant?

VidStudio does not currently offer a Business Associate Agreement, which most HIPAA compliance programmes require before a vendor can handle PHI. Architecturally, since the vendor never receives the video, the BAA question is different from a typical SaaS. Work with your compliance team to document whether a browser-local tool fits your HIPAA framework.

What data does VidStudio collect?

We collect product analytics about how the interface is used (clicks, page views, feature adoption). We do not collect file contents, filenames, durations, or any video metadata. IP address is logged by our CDN for standard security and abuse-prevention purposes on a short retention window, not correlated to any video activity.

Do you log my IP address when I edit a video?

Our CDN logs the IP that requests the page and the static assets, the same way every web host does. No IP is associated with any specific edit or export action because we never see the edit. Analytics events do not include IPs tied to media actions.

Where are my projects stored?

In your browser's IndexedDB, scoped to the site origin and to the specific browser profile. Projects never sync across devices because there is no sync server. Clearing browser storage deletes them permanently.

Can I use this for confidential client footage?

The architecture supports that use case. Whether it satisfies your specific client contract or industry framework depends on the contract language. Most NDAs that forbid uploading to third parties are satisfied by browser-local editing because no third party receives the bytes.

Your video never leaves your device

All processing happens locally in your browser, and your files never leave your device. The editor reads your video file through a standard browser file input, holds the bytes in memory, processes them in a Web Worker against WebCodecs and FFmpeg WASM, and writes the final MP4 back to your disk. No upload, no cloud rendering, no external copy.

Related Tools and Resources

Video editor, no upload

Technical detail on how the no-upload architecture works.

CapCut alternative

Private alternative for users moving off CapCut.

Video editor, no signup

Privacy extends to skipping the account layer entirely.

Compliance blog post

How the privacy architecture fits GDPR, HIPAA, and FERPA workflows.