Initializing... drag & drop files here
Supports: MJPEG
This tool extracts the audio track from an MJPEG file and encodes it to AIFC (AIFF-C), Apple's compressed Audio Interchange File Format. Read the next paragraph first, because MJPEG is unusual: it is a video codec with no built-in audio, so whether this conversion produces anything depends entirely on what container your MJPEG file is wrapped in.
Motion JPEG (MJPEG) is an intra-frame video codec — every frame is an independently compressed JPEG image, and the stream itself carries only picture data. A bare MJPEG stream has no audio at all. When MJPEG is wrapped in an AVI or QuickTime/MOV container, that container can hold a separate audio track alongside the video, but many MJPEG files — webcam captures, IP-camera clips, older digital-camera recordings — have none.
| Property | Value |
|---|---|
| Type | Video codec (intra-frame, each frame is a standalone JPEG) |
| Native audio | None — the codec carries picture only |
| Common containers | AVI (Microsoft-documented), QuickTime/MOV (Apple-documented) |
| Container audio | AVI/MOV can hold a separate track (often PCM or ADPCM) |
| Typical origin | Webcams, IP cameras, older digital cameras, QuickTime editing |
| Best converted to | A frame (JPG) or a modern video (MP4) for most users |
| Property | Value |
|---|---|
| Full name | Audio Interchange File Format – Compressed |
| Vendor / year | Apple, July 1991 (extends AIFF from 1988) |
| Byte order | Big-endian (compression type "NONE" = PCM, big-endian) |
| Codecs supported | Uncompressed PCM plus compressed types (μ-law, A-law, IMA ADPCM, MACE, and others) |
| Default here | PCM 16-bit Big Endian — uncompressed, lossless container payload |
| Best for | Apple/pro-audio workflows, sampling, editing, archival masters |
Almost always because the source MJPEG has no audio. MJPEG is a picture-only codec, and not every AVI or MOV that wraps it includes an audio track. If the output is silent, the file you uploaded contained no audio to extract — try MJPEG to JPG for a frame or MJPEG to MP4 for the video instead.
AIFF (1988) stores only uncompressed PCM audio. AIFF-C / AIFC (1991) is the compressed extension of the same Apple format: it keeps the AIFF chunk structure but adds a compression field, so it can hold uncompressed PCM or a compressed codec. With the default PCM 16-bit Big Endian codec here, an AIFC file is effectively a labelled, uncompressed AIFF payload. If you specifically want plain AIFF, use MJPEG to AIFF.
No. Encoding to uncompressed PCM AIFC preserves the audio at its existing quality but cannot add detail that was never recorded. If the MJPEG's embedded track is low-bitrate ADPCM from an old camera, the AIFC output will be a faithful, larger copy of that same lossy audio — not a higher-fidelity version.
Yes. AIFF and AIFC are big-endian formats (the AIFC "NONE" compression type is explicitly defined as PCM, big-endian), which is the historical Apple/Motorola byte order. It matters only if a tool expects little-endian WAV-style data; most modern audio software reads both. To move the audio into a little-endian container, convert onward with AIFC to WAV.
If you only need to preserve the source faithfully, leave Audio Sample Rate on Original and keep PCM 16-bit Big Endian — that matches CD-quality 16-bit audio. Upsampling a low-rate camera recording to a higher sample rate inflates file size without adding real detail, so only raise it when a downstream tool requires a specific rate.
Yes. There is no sign-up and no watermark. Your file is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — never shared or made public.