MP4
MPEG-4 videoUsed for widely compatible web and device video.
- Family
- Video
- MIME
- video/mp4
Convert MP4 to AIFF online. See the real audio-stream extraction behavior, preservation limits, and a format-specific acceptance test.
Only the audio stream inside MP4 is pulled out - The picture stream is discarded entirely - And encoded as AIFF. What comes out is genuine audio, never a muted copy of the video. MP4 demultiplexing follows track, sample, edit, and fragment tables to inventory codecs, rotation, language, chapters, captions, and synchronization data. AIFF delivery stores waveform samples in an interchange-oriented chunk structure, commonly using big-endian PCM with explicit precision, rate, and channels.
Decoded media - An MPEG-4 container carrying H.264 video and AAC audio when both streams exist, built for broad device support. Encoded delivery profile - Apple's chunk-based Audio Interchange File Format commonly carrying big-endian PCM samples.
Used for widely compatible web and device video.
Designed for recorded sound meant for playback over time.
An audio-only source stays audio-only here — no picture gets generated — and side streams like captions are a separate preservation question.
AIFF files can be large, and tags, loop points, or uncommon sample precision are not handled uniformly.
The writer builds Apple's chunk-based Audio Interchange File Format commonly carrying big-endian PCM samples and labels the result as audio/aiff. The receiving application - Not the extension alone - Is the final compatibility test.
Test that it plays and seeks correctly, that audio stays in sync, and that the video stream is actually present if you expected one.
Compare sample rate, bit depth, channels, duration, peaks, tags, and loop markers in the target audio editor.
Take this route when only dialogue, music, or a soundtrack needs to reach a AIFF-accepting system; hold onto MP4 whenever its pictures, captions, or visual timing still matter.