Cut and extract segments from OGG Vorbis audio files online. Set precise time ranges for sound effects, loops, and clips.
Process files in seconds with our optimized servers
Frame-accurate cuts with intuitive timeline controls
Maintain original quality with smart re-encoding
.opus inside .ogg), game audio assets from Unity / Godot projects, podcast downloads, browser audio captures, or music tracks ripped to Vorbis. Batch is supported, drop in several files and apply the same cut range to each.OGG is the open, royalty-free container the Xiph.Org Foundation built in the late 1990s — it usually wraps Vorbis (music, game audio, podcasts) or Opus (voice, low-latency streaming, WhatsApp voice notes). Because it's patent-free, OGG is the default audio format for most game engines, Wikipedia's audio uploads, and a lot of Linux desktop software. Cutting OGG is useful for:
.opus extension on export, but the bytes are an Ogg container). Trim out the long pause at the start, the "wait, let me try that again" before the actual message, or the dead silence after you forgot to stop recording.For a different output format after cutting, see OGG to MP3, OGG to WAV, or OGG to Opus.
| Property | Stream copy (default) | Re-encode |
|---|---|---|
| Speed | Very fast (seconds for any size) | Proportional to clip length |
| Quality | Bit-identical to source Vorbis / Opus | Slight loss unless preset is Highest |
| Output codec | Same as source (Vorbis stays Vorbis, Opus stays Opus) | Any supported (Vorbis, Opus, FLAC, MP3, AAC, AC3, PCM, Speex, WavPack) |
| Cut precision | Snaps to nearest Ogg page boundary | Sample-accurate |
| Output container | OGG | OGG (or change container by routing through a converter) |
| File size | Same proportion as duration kept | Variable by bitrate / quality settings |
| Best for | Quick lossless extraction, WhatsApp voice notes, game-asset trimming | Sample-accurate cuts, codec change, smaller file |
Vorbis and Opus are both perceptual lossy codecs, so re-encoding either of them back to itself adds a small generation loss. Stream copy avoids that entirely — the kept audio is byte-identical to the corresponding portion of the source.
| Use case | Codec | Bitrate | Notes |
|---|---|---|---|
| WhatsApp voice notes | Opus | ~24 kbps mono | What WhatsApp actually sends; tiny file, clear voice |
| Spoken word / podcast | Opus or Vorbis | 48-64 kbps mono | Opus wins below 64 kbps; Vorbis fine for older players |
| Game sound effects | Vorbis | 96-128 kbps stereo | Engine-friendly default; balances size and clarity |
| Music streaming | Vorbis | 128-192 kbps stereo | Spotify-OGG-Vorbis range; transparent for most listeners |
| Music archival | Vorbis | 256-320 kbps stereo | Highest Vorbis quality, or switch to FLAC for true lossless |
| Low-latency live audio | Opus | 64-96 kbps stereo | Opus's design target; Discord's voice codec |
Opus generally outperforms Vorbis at every bitrate below ~96 kbps and matches it above. Vorbis is still common because it's the older, more broadly supported codec.
Not in stream-copy mode (the default). XConvert writes the original Vorbis or Opus packets into a new Ogg container without decoding or re-encoding — the cut output is bit-identical to the corresponding portion of the source. That matters specifically for Vorbis and Opus because both are lossy codecs, and re-encoding lossy-to-lossy adds a generation of perceptual loss each pass. Quality only changes if you opt into re-encode to switch codec, drop the bitrate, or shrink the file. Pick the Highest preset and the loss is inaudible.
Yes. WhatsApp voice messages are Opus audio inside an Ogg container — the file usually arrives as .opus, but the bytes are the same Ogg format this tool handles. Drop the .opus file in (or rename to .ogg if the upload form is strict), set start time and duration, and download the trimmed voice note. Stream-copy keeps the Opus stream untouched so the result still plays back in WhatsApp, Telegram, and any other Opus-capable app.
All three are the same Ogg container; the extension just signals what's inside. .ogg is the catch-all (often Vorbis audio, sometimes video). .oga is the audio-only convention introduced to disambiguate from Ogg-with-video. .opus signals the audio is specifically Opus. XConvert treats them the same — see OGG to OGA or OGG to Opus if you need the extension changed.
Stream-copy snaps to the nearest Ogg page boundary, which is typically a few tens of milliseconds for Vorbis and around 20 ms (one Opus frame) for Opus. For voice notes, podcasts, and most music edits that's already inaudibly close to where you asked. If you need a true sample-accurate cut (de-clicking, syncing to a specific transient in a game audio loop), enable re-encode in step 3 — the output is decoded and re-encoded from your exact timestamp.
Yes. Add multiple cut ranges — each pair of start time + duration produces a separate output file. Useful for splitting a long Bandcamp album rip into per-track files, pulling several voice-over lines from a single recording session, or breaking a 90-minute podcast into chapter-sized chunks.
There's no fixed cap. Cutting runs in your browser, so the practical limit is your device's available memory. Multi-hour Vorbis podcasts, full-album archival rips, and long Twitch VOD audio extractions all work. Stream-copy mode is fast enough that even multi-hundred-MB files cut in seconds once uploaded.
Yes. Stream-copy preserves the Vorbis or Opus stream and rewraps it in a fresh Ogg container that follows the spec — every player that read the source plays the output. Firefox has shipped native Ogg Vorbis playback since 2009, Chrome since 2010, and VLC has handled Ogg from day one. Opus playback is universal in modern browsers and on Android. Safari is the one holdout — see OGG to MP3 if you need Safari/iOS compatibility.
Cut first, always. Stream-copy cutting is essentially free (seconds) and lossless, and shrinks the file before the slower transcode step. A 30-second clip pulled from a 90-minute OGG converts to MP3 about 180× faster than transcoding the full hour-and-a-half and trimming the MP3 afterward. See OGG to MP3 for the conversion step.