Initializing... drag & drop files here
Supports: OGV
.ogv is the Ogg video extension from Xiph.Org — an Ogg container holding a video track (classically Theora) alongside an audio track (usually Vorbis). This tool pulls that audio out of the video and writes it to M4A, the audio-only MPEG-4 format that iPhones, iTunes, and Apple Music use by default. The video is discarded — you keep only the soundtrack — and because both Vorbis and AAC are lossy, this page explains what that means for quality before you convert.
| Property | Value |
|---|---|
| Container | Ogg (Xiph.Org), defined in IETF RFC 3533 (2003); .ogv extension registered by RFC 5334 (2008) |
| Extension meaning | "Ogg Video" — a video stream, with or without sound, in an Ogg container |
| Video codec | Theora (lossy; stable libtheora 1.0 released Nov 2008, derived from On2 VP3) |
| Audio track | Usually Vorbis (lossy); the Ogg container can also carry FLAC, Speex, or Opus audio |
| MIME type | video/ogg |
| Era and ecosystem | Early HTML5 <video> and open-web era (~2007-2012, pre-WebM); Wikimedia Commons, Linux desktops, screencasts |
| Status today | Largely superseded — Google announced removal of Theora decoding from Chromium (targeted around v123) in favor of VP9/AV1 |
| Property | Value |
|---|---|
| Container | MPEG-4 Part 14, ISO/IEC 14496-14 (first published 2003); same container as .mp4 |
| Extension meaning | "MPEG-4 Audio" — .m4a signals an audio-only MP4 file, where .mp4 implies video |
| Audio codec | AAC by default (Advanced Audio Coding); the container can also carry ALAC for lossless |
| Codec status | AAC is lossy — standardized as MPEG-2 Part 7 (April 1997), then folded into MPEG-4 (1999) |
| Quality vs MP3 | AAC generally sounds better than MP3 at the same bitrate, thanks to a pure-MDCT design |
| Native support | Default audio format for iTunes, iPhone, iPod, and Apple Music; plays in Chrome, Firefox, Edge, Safari, Android |
| Best for | A small, broadly compatible audio file for phones and Apple devices |
Extracting audio never re-encodes the video; it takes the OGV's audio track and writes it into an M4A. Whether you lose audio quality depends on the OGV's audio codec, and there are two cases:
How to tell which you have: open the OGV in VLC (Tools > Codec Information) or run it through MediaInfo and read the audio codec line — it will say "Vorbis", "FLAC", "Opus", or "Speex". Vorbis means the lossy-to-lossy case; FLAC means a clean single-generation encode.
.ogv video onto the page, or click "Add Files" to browse. You can queue several files to extract audio from with the same settings.The video (Theora) track is discarded. M4A is an audio-only format, so this tool extracts just the soundtrack and writes it into an MPEG-4 audio file. If you want to keep the picture instead of pulling out the audio, convert OGV to MP4 to modernize the whole video.
If the OGV's audio is Vorbis — the usual case — then yes, slightly: Vorbis and AAC are both lossy, so you are stacking a second generation of compression. It is normally inaudible at a high preset, but you cannot recover detail Vorbis already discarded. Only when the OGV carries a rare FLAC-in-Ogg audio track is the M4A a single, clean lossy encode from a lossless source.
Match or exceed the OGV's original audio bitrate. Because a lossy-to-lossy re-encode never adds detail, encoding to a lower AAC bitrate than the Vorbis source compounds the loss. In our testing, keeping a 160 kbps Vorbis source at 160 kbps AAC or higher produced an M4A that was hard to distinguish from the original soundtrack on headphones; dropping to 96 kbps was audibly thinner.
The OGV plays its Vorbis track directly, while extraction decodes that Vorbis audio and re-encodes it as AAC — a separate codec with its own psychoacoustic model. Any difference you hear is that second encode, not damage to the original file, which is untouched. Use the highest practical preset or bitrate to keep the two as close as possible.
Yes. Wikimedia Commons and early HTML5 / open-web projects published video as .ogv, and Linux screen recorders produced it too. Those are valid Ogg video files and their audio extracts to M4A normally. Most use Vorbis audio, so expect the lossy-to-lossy case — you are repackaging the existing soundtrack for Apple devices, not improving it.
Choose M4A when the target is an iPhone, iPod, or Apple Music, where AAC is the native format. For the widest compatibility across any player or app, convert OGV to MP3 instead. If you want a lossless-grade archive of the soundtrack rather than another lossy file, convert OGV to FLAC.
Your OGV is uploaded over an encrypted connection, processed on our servers, and the files are deleted automatically a few hours after conversion. There is no sign-up, no watermark, and your files are never shared or made public.