Initializing... drag & drop files here
Supports: MJPEG
Motion JPEG (MJPEG) is a video codec, not an audio one — it stores each frame as a separate JPEG image and carries no audio of its own. This tool extracts the audio from an MJPEG file only when that file is wrapped in a container (such as AVI or QuickTime/MOV) that also holds a separate audio track, and writes it to uncompressed AIFF. If the source has no audio track, there is nothing to extract and the output would be silent — read on for how to tell.
A "raw" Motion JPEG stream is video only. Audio shows up only when the MJPEG video is packaged alongside an audio track inside a container format. Two common cases:
.avi or .mov from a digital camera, camcorder, or capture card that used MJPEG for video and recorded sound. According to Wikipedia's Motion JPEG article, the audio from such cameras, "when included," was typically uncompressed PCM at a low sample rate or low-complexity ADPCM. This tool decodes that track to AIFF.If you are unsure, open the file in any media player and listen. If the player is silent, the file has no audio track and the AIFF output will be silent too.
| Property | Value |
|---|---|
| Type | Video codec (intra-frame: every frame is a standalone JPEG) |
| Audio | None in the codec itself; only via a container's separate audio track |
| Standardization | No single universal specification — a de-facto family of implementations |
| Common containers | AVI (Microsoft), QuickTime/MOV (Apple), Matroska, RTP (RFC 2435) |
| Typical audio when present | Uncompressed PCM or ADPCM, often at a low sample rate |
| Inter-frame compression | No — each frame is coded independently |
| Typical uses | IP cameras, webcams, digital still cameras, non-linear video editing |
| Property | Value |
|---|---|
| Full name | Audio Interchange File Format |
| Origin | Apple, 1988, based on Electronic Arts' IFF (EA IFF 85) chunk format |
| Compression | Uncompressed linear PCM — lossless by default |
| Default codec here | PCM 16-bit Big Endian (PCM_S16BE), the standard AIFF payload |
| Other codecs offered | PCM 16-bit Little Endian, PCM A-law, PCM mu-law |
| Endianness note | AIFF stores samples big-endian; the related AIFF-C (.aifc) variant can also hold compressed payloads |
| Best for | Editing, mastering, and archiving on macOS and in pro-audio tools |
.mjpeg, .avi, or .mov file onto the page, or click "+ Add Files" to choose it from your computer. Files upload over an encrypted connection, and you can queue several at once.No. Motion JPEG is a video-only codec — it is a sequence of independently compressed JPEG frames and defines no audio. Audio exists only when the MJPEG video is stored inside a container such as AVI or QuickTime/MOV that also holds a separate audio track. This converter decodes that track to AIFF when it is present; a bare MJPEG stream produces a silent file.
The source file almost certainly has no audio track. This is common for IP-camera, dashcam, webcam, and surveillance footage, which is recorded video-only. No tool can create sound that was never recorded — you would need the original file that captured audio alongside the MJPEG video.
AIFF stores uncompressed linear PCM, so the extraction itself is lossless — nothing is discarded. In our testing, an MJPEG-in-AVI clip whose audio was already PCM decodes to AIFF bit-faithfully, with file size scaling by sample rate, bit depth, and length. The one caveat: if the container's audio was lossy (for example AAC or MP3), wrapping it in lossless AIFF cannot recover detail that was already thrown away.
AIFF was designed by Apple around big-endian PCM samples, so PCM 16-bit Big Endian (PCM_S16BE) is the format's native, most widely compatible payload — that is why it is the default here. You can switch to PCM 16-bit Little Endian, PCM A-law, or PCM mu-law under "Show All Options" if a specific tool requires it.
AIFF (Audio Interchange File Format) is Apple's 1988 uncompressed-PCM format, built on Electronic Arts' IFF chunk structure. It is functionally the macOS counterpart to Microsoft's WAV: both store lossless PCM, but AIFF samples are big-endian while WAV is little-endian. If you prefer a WAV master instead, use our MJPEG to WAV converter, or pick a small lossy file with MJPEG to MP3.
This page discards the picture and keeps only the audio. To convert the whole clip to a modern, widely playable video, use MJPEG to MP4. To pull a single still image out of the footage, use MJPEG to JPG.
Your file is uploaded over an encrypted connection and processed on our servers, then deleted automatically a few hours after conversion. There is no sign-up, no watermark, and files are never shared or made public.