Initializing... drag & drop files here
Supports: OGV
OGV is the Xiph.Org open-source video container — Theora or VP8 video paired with Vorbis or Opus audio inside an Ogg wrapper. It's the format Wikipedia/Wikimedia Commons mandates for hosted video, the default output of several Linux screen-recording tools, and a common artifact of older HTML5 <video> workflows. The video portion is rarely playable outside Firefox, VLC, and MPlayer, but the audio track inside is usually exactly what you want. Converting OGV to MP3 strips away the video entirely and re-encodes just the audio into a format every device on earth can play. Common reasons to convert OGV → MP3:
| Property | OGV | MP3 |
|---|---|---|
| Container | Ogg (Xiph.Org) | MPEG audio bitstream |
| Typical video codec | Theora, VP8 | n/a (audio only) |
| Typical audio codec | Vorbis, Opus | MPEG-1 / MPEG-2 Layer III |
| Stream type | Video + audio + optional subtitles | Audio only |
| Typical 30-min file | 150-500 MB | ~28 MB at 128 kbps |
| Universal playback | Firefox, VLC, MPlayer, Wikimedia | Every device on earth |
| Patent status | Patent-free, royalty-free | Patents expired (2017) — effectively free |
| Best for | Open-source video archival, Wikimedia | Distribution, mobile listening, podcasts |
| Bitrate | File size (30-min audio) | Use case | Audible vs source |
|---|---|---|---|
| 64 kbps mono | ~14 MB | Audiobooks, voice-only OGV lectures | Acceptable for speech |
| 96 kbps | ~21 MB | Podcasts, conference talks | Transparent for spoken word |
| 128 kbps CBR | ~28 MB | General music and mixed content | Slight high-frequency loss |
| 192 kbps CBR | ~42 MB | Quality music extraction | Mostly transparent |
| 256 kbps CBR | ~56 MB | High-quality music distribution | Effectively transparent |
| 320 kbps CBR | ~70 MB | Best MP3 quality | Audibly identical for most listeners |
| V0 VBR (~245 kbps avg) | ~54 MB | Best quality-per-byte for music | Effectively transparent |
OGV's Vorbis/Opus audio is technically excellent — often better quality-per-byte than MP3 — but playback support is the problem. Most cars, hi-fi systems, smart speakers, iOS apps, fitness equipment, and older phones can't open Ogg containers. MP3 is the lowest-common-denominator audio format that plays literally everywhere. Convert when you need to use the audio; keep the OGV as your archival master.
Yes, slightly — this is called transcoding loss because both codecs throw away "imperceptible" data, and the second pass throws away different data than the first. For speech and podcasts the difference is inaudible. For music, encode the MP3 at 256-320 kbps or V0 VBR to minimize generation loss. Keep the OGV master so future re-encodes always start from the highest available quality.
For Wikipedia speeches, lectures, and conference talks: 96-128 kbps CBR is plenty (the human voice's frequency range maps efficiently). For music videos archived as OGV: 256-320 kbps CBR or V0 VBR for highest MP3 quality. For audiobooks and audio-only podcasts: 64-96 kbps mono cuts file size further with no perceivable loss.
Yes — drop in all the OGVs at once. They process in parallel within your browser session and download individually or as a single ZIP. Great for batch-extracting all the talks from a FOSDEM/DebConf archive or a folder of Wikimedia Commons interviews.
Yes. Use the Trim option to enter start time and duration. Both fields accept HH:MM:SS.sss format (00:05:30.500 for 5 minutes 30.5 seconds in) or plain seconds. Useful for grabbing a single song from a long Wikimedia music compilation OGV or pulling one Q&A from a 90-minute lecture.
XConvert handles both. Newer OGV files often pair Theora video with Opus audio (modern Linux recordings, recent Firefox captures); older Wikimedia files use Vorbis. The MP3 output is identical from your perspective — only the input decode path changes. If you want to keep the audio as a pure Ogg container without re-encoding the video, see OGV to OGG or OGV to OPUS.
Match the source — usually 44100 Hz for music and older recordings, 48000 Hz for modern video-derived audio. Downsampling to 22050 Hz or 16000 Hz only makes sense for voice-only content where you're trying to minimize file size for an audiobook or low-bandwidth podcast. Resampling adds processing artifacts; keeping the native rate is always cleaner.
Most OGV files carry Vorbis comments (TITLE, ARTIST, ALBUM, DATE) inside the Ogg container. These map to MP3 ID3v2 tags during conversion. Wikimedia OGV files often have rich metadata (source, license, author); Linux screen recordings usually have none. If you need a different audio target with better metadata fidelity, try OGV to FLAC for lossless or OGV to M4A for AAC.