HomeVideoGuides

📖 Buying guide

Best Free Online Video Tools: The Complete Guide to Converting, Compressing and Editing Video

A complete guide to converting, compressing, trimming and editing video for free in your browser — no upload, no watermark, no size limit. 28 tools compared.

If you’ve ever tried to shrink a video for email, fix an out-of-sync subtitle file, or just get an old camcorder clip to open on a modern phone, you’ve probably searched for “video converter online” and landed on a site full of upload limits, watermarks, and a mystery bill for the “Pro” version. This guide walks through every video tool on SysFenix — what each one actually does, when to reach for it, and which one to pick when several of them look similar.

The short version: every tool here runs entirely in your browser tab, using ffmpeg compiled to WebAssembly. Nothing you upload ever reaches a server. That’s not a marketing line — it’s the only way this whole toolset can exist for free, with no account, no daily limit, and no watermark.

Converting between video formats

Different cameras, phones and screen-capture tools save video in different containers — and plenty of apps and platforms only accept one of them. These tools all convert INTO the widely-compatible MP4 container (H.264 video + AAC audio), the safest target for compatibility across phones, editors, and social platforms:

Going the other direction, Convert MP4 to WEBM is useful if you specifically need the open WebM container (e.g. for a site that prefers it over MP4).

Compressing and resizing for upload limits

The single most common video-tool search is “make my video smaller.” Two tools handle this differently, and picking the right one matters:

If your source file is already an animated GIF rather than a video, see the GIF section below instead.

Trimming, cropping, rotating and speed

Screen recording

Screen Recorder captures your screen (a tab, a window, or your whole desktop), optionally with microphone audio, and saves the result as a WebM file — again, entirely locally, using your browser’s native screen-capture permission with no third-party server in the loop.

GIFs and animated images

Subtitles

Getting audio or video from mixed sources

MP3 to MP4 Video Converter solves the opposite problem from most tools here: turning a plain MP3 (or WAV/M4A/OGG/FLAC) into an MP4 video file with a static image background, for platforms like YouTube that require a video track even for audio-only content.

Which tool should I use?

I want to…Use this tool
Make a video small enough to email or attach to a messageCompress Video
Reframe landscape video for TikTok/Reels/ShortsResize Video for Social Media
Cut out a specific segment of a clipTrim Video
Fix sideways or upside-down footageRotate Video
Mirror a front-camera recordingFlip / Mirror Video
Speed up or slow down a videoChange Video Speed
Turn my phone/camera video into MP4MOV to MP4 / MKV to MP4 / AVI to MP4
Remove the audio from a videoRemove Audio from Video
Replace or add a soundtrackAdd Audio to Video
Make my video’s audio louder or quieterVideo Volume Booster
Combine several clips into one fileMerge Videos
Record my screenScreen Recorder
Turn a clip into a shareable animated GIFConvert MP4 to GIF
Shrink an already-made GIFCompress GIF
Burn subtitles permanently into the videoAdd Subtitles to Video
Fix subtitles that are out of syncShift Subtitle Timing
Turn an MP3 into a video file for YouTubeMP3 to MP4 Video Converter

Whatever you pick, the promise is the same across every tool above: your file is processed on your own device, downloaded straight back to you, and never touches a server. Since video files are typically much larger than photos or text documents, skipping the upload step isn’t just a privacy win — it’s also noticeably faster than waiting for a multi-gigabyte file to round-trip through someone else’s server before you even see a progress bar.

The tools in this guide, in action

Screenshot of the Trim Video tool with sysfenix-sample.webm (183 KB) loaded, Start time (seconds) set to 0, End time in seconds, where 0 means the end of the video set to 0
Trim Video mid-process: sysfenix-sample.webm (183 KB) loaded, Start time (seconds) set to 0, End time in seconds, where 0 means the end of the video set to 0.
Screenshot of the Remove Audio from Video tool with sysfenix-sample.webm (183 KB) loaded
Remove Audio from Video mid-process: sysfenix-sample.webm (183 KB) loaded.

Frequently asked questions

Do any of these video tools upload my files to a server?

No. Every video tool on this site runs entirely client-side, using ffmpeg compiled to WebAssembly directly in your browser tab. Your video never leaves your device — there's no upload step to wait on, no server storage, and no privacy risk from a third party seeing your footage.

Why is video processing slower here than in a desktop app?

Because of the same no-upload privacy promise, these tools use a single-threaded ffmpeg build (multi-threading requires special cross-origin server headers that would break the ads that keep this site free). For a short clip you won't notice; for a long, high-resolution video, expect it to take longer than a native desktop encoder — but it never leaves your machine.

Which tool should I start with if I just want a smaller file to send someone?

Start with Compress Video for a normal MP4, or Compress GIF if your file is already an animated GIF. Both have presets built around common size limits (email attachments, WhatsApp, Discord).

My phone/camera/screen recorder saved a format like MOV, MKV, or 3GP that won't play somewhere. What do I do?

Convert it to MP4 first — MP4 (H.264 + AAC) is the most universally compatible video format. Use the converter matching your source format (MOV to MP4, MKV to MP4, etc.), or the generic Video to MP3 tool if you only need the audio out of it.

Can I do more than one of these steps at once?

Not in a single pass — each tool does one job well, following this site's "hyper-specific tool" design. But you can chain them — trim a clip, then compress it, then add subtitles — downloading and re-uploading between each step. All processing still happens locally each time.

Every tool covered in this guide