MP3 Cutter

MP3 Cutter — Fastest Free Online

QUICK ANSWER

The fastest free MP3 cutter online. Set a start and an end and native ffmpeg writes the clipped MP3 on our server — works across MP3, WAV, M4A, AAC, OGG, and FLAC sources. Output is always MP3 at LAME VBR ~190 kbps. No signup, no watermark.

  • Native ffmpeg pipeline
  • Frame-accurate cuts
  • MP3 / WAV / M4A / AAC / OGG / FLAC in
  • MP3 out, LAME VBR ~190 kbps
  • No watermark, no signup
  • Up to 500 MB

Files are deleted from our server within 24 hours.

Clipy

Need clean audio next time?

4,000+ people record and share with Clipy — free forever, no watermark.

  • Crystal-clear mic + screen in one click
  • Share a link, not a file
  • Agent-readable links: AI summary, key moments, transcript
  • Free forever — no watermark, no install
Yes, record & share free

No credit card. Viewers never need an account.

Why this tool exists

  • Files upload to the nearest Backblaze B2 POP via presigned URL.
  • Native ffmpeg cut on the server. No watermark, no signup.
  • Source and output are deleted within 24 hours.
10+ conversions and counting
Trusted by creators at startups, agencies, and Fortune 500 teams.
Free forever — no signup, no watermark.

Why this is fast

Native server ffmpeg is roughly 4–8x the throughput of browser WebAssembly on the same job, with real SIMD and threading. Uploads land at the nearest Backblaze B2 point of presence via a presigned URL, the cut runs server-side, the clipped MP3 comes back through Bunny CDN from the same edge. Even a 60-minute podcast trimmed to a 30-second pull-quote finishes in seconds, including upload.

What this tool does, exactly

We run ffmpeg -i input -ss <start> -to <end> -vn -c:a libmp3lame -q:a 2 -f mp3 output.mp3. -ss and -to placed after -i is accurate-seek mode (slower but frame-accurate), -vn drops any album-art video stream, and LAME re-encodes at VBR quality 2 (~190 kbps). Re-encoding on every cut keeps the path predictable across MP3, WAV, M4A, OGG, and FLAC sources — a stream-copy cut from a non-MP3 source into an MP3 container would simply fail.

Three things people cut audio for

Ringtones are the classic case: grab the 20-second hook from a track and load it onto a phone. Podcast and interview editing is the second — pull a quotable 30 seconds out of an hour-long episode to post on social without exporting the whole thing. The third is trimming dead air at the front and back of a voice memo — every recording has an awkward count-in and a fumble for the stop button, and lopping those off makes the file tighter to share.

Sister tools

Need MP3 from a different format first? MP3 converter, M4A to MP3 converter, and audio converter all do the format step. Pulling audio out of a video first? Video to audio converter. Shrink the cut MP3 for email or Discord? Compress audio. Cutting video, not audio? Video cutter. Recording the audio in the first place? Voice recorder captures straight to MP3.

Common questions

Can I cut MP3 without re-encoding?

Not on this server-side path. The V1 pipeline always re-encodes the kept section with LAME VBR (~190 kbps), which guarantees the output is a valid MP3 even from non-MP3 sources. A desktop ffmpeg with `-c copy -ss start -to end` will do a true stream-copy cut that snaps to the nearest frame boundary &mdash; the cost is a stream-copy edge that is not frame-accurate. We chose the re-encode trade-off because it works identically across MP3, WAV, M4A, OGG, and FLAC inputs.

Can I cut WAV, M4A, AAC, OGG, or FLAC too?

Yes. The output is always MP3 (LAME VBR ~190 kbps), but the input can be any common audio format ffmpeg understands. Drop the file, set start and end, and you get an MP3 clip back.

How do I make a ringtone with this?

Trim the section you want (usually 20&ndash;30 seconds), download the MP3, then import it into your phone&apos;s ringtone settings &mdash; on iPhone you will convert it to .m4r in your music app, and on Android you can set an MP3 directly as a ringtone in Settings > Sound.

What time format do the start and end boxes take?

Bare seconds (90 for one minute thirty), or mm:ss (1:30), or hh:mm:ss for longer files (1:05:00). The end must come after the start, or the cut button stays disabled.

Is there a length or size limit?

Up to 500 MB per file. That covers multi-hour podcasts comfortably. For longer or batched cuts, a desktop ffmpeg install handles them in one command per range.

What happens to my file after the cut?

The source uploads to the nearest Backblaze B2 point of presence via a presigned URL, ffmpeg runs the cut on our server, the clipped MP3 is delivered through Bunny CDN, and both files are deleted within 24 hours. No signup, no watermark.

Tool not working the way you expect?

Tell us what broke — we resolve every feedback within 24 hours.

Send feedback →

More free tools

Doing this for an AI workflow?

Clipy recordings are agent-readable out of the box — one link carries the video, keyframes, and transcript.

Clipy for AI agents