Drop an audio file here
Supports FLAC, M4A, OGG, Opus, AAC, MP3, WAV, and more
or click to browse
Why use the server-side trimmer?
Browsers can decode MP3 and WAV files natively, but formats like FLAC, M4A, OGG Opus, and AAC often fail or behave inconsistently across different browsers. This tool sends your file to our server where ffmpeg handles the trimming — it works with virtually any audio format.
You specify start and end times in seconds (decimals are fine for sub-second precision), and the server extracts exactly that segment without re-encoding — preserving the original format and quality.
Drop any audio file
Supports formats the browser cannot decode — FLAC, M4A, Opus, WMA, AIFF, and more.
Set start time
Enter the start position in seconds.
Set end time
Enter the end position in seconds.
Submit
The file uploads and ffmpeg cuts the requested range.
Download
Save the trimmed file in its original format.
- Why not use the audio cutter?
- The cutter relies on the browser's decodeAudioData, which does not handle FLAC, M4A, or Opus reliably. This tool exists for those formats.
- Will the format change?
- No. The trim uses stream copy when possible, preserving the original codec and bitrate.
- What precision does it support?
- Millisecond precision, subject to the closest keyframe for codecs that require re-encoding to cut arbitrarily.