Video Trim
Blog

How to Trim a Video on iPhone or Android Without Installing an App

• Video Trim Team

Most video you need to trim was recorded on your phone and is still sitting on your phone. Moving it to a computer to remove four seconds is friction, and installing an app for a one-off edit is worse. You can do it in the browser.

The short version

Open the trimming tool in Safari or Chrome on your phone, tap to select a video from your camera roll, drag the start and end handles, and export. The file is read directly from your device’s storage and processed on the device. Nothing uploads.

Why a browser can do this at all

Mobile browsers support the same File API and WebAssembly features that desktop browsers do. When you pick a video, the page receives access to the file’s data locally. The processing engine, a WebAssembly build of FFmpeg, runs on your phone’s own CPU.

Modern phone chips are genuinely capable. A recent iPhone or Android flagship handles a short 4K trim without difficulty. The constraint is memory rather than raw speed, which is why a very long recording may fail where a short one is instant.

Versus the built-in editors

Both iOS Photos and Google Photos include a trimmer, and for the simplest case they are excellent. If all you want is to shorten a clip and keep it in your library, use them. They are fast and already installed.

There are three situations where they fall short.

Non-destructive editing gets in the way. iOS in particular treats a trim as an adjustment layered over the original rather than a new file. That is helpful until you need to send someone a genuinely shorter file, at which point the behaviour of “revert to original” and what actually gets shared can be confusing.

The video is not in your photo library. A file downloaded from a messaging app, saved from an email attachment, or sitting in your Files app is often not editable by the photo app at all.

You need control over the output. The built-in editors decide the format and quality for you.

Practical notes

Battery and heat. Encoding is one of the more demanding things you can ask a phone to do. A long export will warm the device and drain battery noticeably. For anything beyond a couple of minutes of 4K, a laptop is the better tool.

Keep the tab in the foreground. Mobile browsers aggressively suspend background tabs to save battery. Switching apps mid-export can pause or kill the operation. Leave the tab visible until it finishes.

Memory limits are lower than on desktop. Mobile browsers get a smaller allocation. A file that trims fine on a laptop may fail on a phone. If an export fails, that is usually why.

Where the file lands. On iOS, exports go to the Files app rather than your camera roll; use the share sheet to save to Photos if you want it there. On Android, the file goes to your Downloads folder.

When not to use your phone

If the source is a long recording, if you are doing many clips, or if you need precise frame-level control, use a computer. The phone is the right tool for the common case: one clip, a quick cut, send it now.

Offline

Once the page has loaded, the tool keeps working without a connection, because there is no server involved. Useful on a plane or with poor signal, and a straightforward way to satisfy yourself that your video is not being uploaded anywhere.