FFmpeg Online — Run Commands in Your Browser
Run real ffmpeg commands on your video, audio or image — no install.
Pick a command
Start from a preset, then edit it however you like
Current command
ffmpeg -y -i input.mp4 -c:v libx264 -crf 28 -preset veryfast -c:a aac -b:a 128k output.mp4Filenames like input.mp4 are matched to the files you add — you do not have to rename anything. Everything runs inside this tab; no file is uploaded.
Run it here
Add your file and run the command in your browser — nothing is uploaded
Drop a file here
Video, audio or image — up to 512 MB, processed locally with ffmpeg.wasm
Input files this command needs
input.mp4→ add a file above
The first run downloads the ffmpeg WebAssembly core (~32 MB) and then caches it. Encoding in the browser is slower than a native install, so keep clips short for heavy re-encodes.
About the FFmpeg Online — Run Commands in Your Browser
A working ffmpeg command line in the browser. Drop in a video, audio file or image, type or pick a command, press Run and download the output. Powered by ffmpeg.wasm, so your files never leave your device.
Examples
Compress a clip
clip.mp4 + compress presetOutput
output.mp4, smaller file, downloadableExtract audio
clip.mp4 + extract audio presetOutput
output.mp3Keyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
FFmpeg Cheatsheet
Dev Utilities
Searchable ffmpeg command examples for video, audio and streaming.
FFmpeg Command Generator
Dev Utilities
Build ffmpeg commands for video and audio with explained flags.
.editorconfig Generator
Dev Utilities
Create an .editorconfig file with per-language overrides.
.htaccess Redirect Generator
Dev Utilities
Generate Apache .htaccess redirect and rewrite rules.
Android APK Analyzer & Explorer
Dev Utilities
Open an APK, decode its manifest and browse or download every file inside.
Android dp ↔ px ↔ sp Converter
Dev Utilities
Convert dp, px and sp across every Android density bucket.
Frequently asked questions
Read more
- Compress, trim and convert video in the browser with FFmpeg WASM
How ffmpeg.wasm makes real video editing possible client-side, which presets to use for smaller files, and where the limits are.
Version 1.0.0 · Updated 2026-08-14 · Runs entirely in your browser