Quick answer

Most everyday video edits — cutting out the parts you don't need, reframing for a different aspect ratio, or changing playback speed — don't require a desktop editor. PixelTools offers three browser-based tools that handle these directly: Video Trimmer (/trim-video), Video Cropper (/crop-video), and Video Speed Changer (/change-video-speed). Each runs entirely client-side using WebAssembly (ffmpeg compiled to run in your browser tab), so your file is processed on your own device and never uploaded to a server. Drop in a file, adjust the setting, and export — no install, no sign-up, no watermark.

Trimming a video down to a clip

The Video Trimmer cuts a video down to an exact segment — useful when you've got a long screen recording, a full-length meeting capture, or raw footage and only need a specific portion of it. Open /trim-video, load your file, and set the start and end points for the section you want to keep. The tool then exports just that range as a new file, discarding the rest. This is the fastest way to turn a 20-minute recording into a 30-second clip without scrubbing through a timeline in a full editor or re-encoding the whole file manually with a command-line tool.

Cropping video to a different frame or aspect ratio

The Video Cropper (/crop-video) changes the visible region and aspect ratio of a video — for example, turning horizontal (16:9) footage into a vertical 9:16 clip for Instagram Reels, TikTok, or YouTube Shorts, or into a square 1:1 crop for a feed post. Load the video, select the region or aspect ratio you want, and export. This matters because footage shot in landscape doesn't fit vertical social formats without either cropping in (losing the edges) or adding letterboxing (black bars) — cropping is the direct way to reframe the shot to fill a vertical or square frame.

Speeding up or slowing down video

The Video Speed Changer (/change-video-speed) adjusts playback speed — speeding up a long screen recording so it's quicker to watch, or slowing down a clip to make a tutorial or demo easier to follow. Open /change-video-speed, load your file, set the speed multiplier, and export. This changes both how fast the video plays and how fast the audio plays alongside it, keeping picture and sound in sync rather than just changing one and leaving the other mismatched.

Why the audio doesn't sound like a chipmunk

Naively speeding up audio by resampling it raises its pitch — the classic "chipmunk" effect where a faster clip sounds higher and squeakier, and a slowed-down clip sounds deeper and dragging. PixelTools' Video Speed Changer avoids this by using ffmpeg's atempo filter, which changes tempo independently of pitch. The result is audio that plays faster or slower without sounding artificially high- or low-pitched, so narration and dialogue stay natural-sounding at whatever speed you choose, rather than turning into an unusable pitch-shifted mess.

Nothing gets uploaded

All three tools — Video Trimmer, Video Cropper, and Video Speed Changer — process video using WebAssembly directly in your browser. The video file stays on your device the entire time; it's never sent to a remote server for processing. That matters for footage you'd rather not hand to a third party: unreleased work, client videos, screen recordings with sensitive content, or personal clips. It also means there's no upload wait — since the file never leaves your machine, processing starts immediately once you load it, and there's nothing left on a server to worry about afterward.

When you need more than a browser tool

These tools cover single, well-defined edits — trim, crop, speed — done quickly on one file at a time. They're not a replacement for a full editor when a project needs multi-track timelines, transitions between clips, layered effects, color grading, or combining footage from several sources. For that level of work, a command-line tool like ffmpeg (used directly, with its full filter set) or a full non-linear editor like DaVinci Resolve is the better fit. If your task is one clip and one adjustment, though, a browser tool gets it done without the overhead of installing and learning a larger application.