MP4
MPEG-4 videoUsed for widely compatible web and device video.
- Family
- Video
- MIME
- video/mp4
Free MP4 to WAV conversion online, with the real audio-stream extraction behavior, what gets lost, and a concrete way to check the output.
Converter.now selects the audio stream in MP4, leaves the picture stream out, and encodes that sound as WAV. The result is audio, not a silent copy of the video. MP4 demultiplexing follows track, sample, edit, and fragment tables to inventory codecs, rotation, language, chapters, captions, and synchronization data. WAV delivery writes a RIFF waveform whose PCM precision, rate, channels, channel mask, peaks, and large file size matter more than codec branding.
Decoded from an MPEG-4 container carrying H.264 video and AAC audio when both streams exist, built for broad device support. Encoded to a waveform container written here as uncompressed 16-bit PCM audio.
Used for widely compatible web and device video.
Designed for uncompressed production audio.
An audio-only source stays audio-only here — no picture gets generated — and side streams like captions are a separate preservation question.
PCM WAV can be much larger than delivery audio, and converting high-bit-depth material to 16-bit changes sample precision.
The verified WAV profile writes 16-bit little-endian PCM rather than a perceptual delivery codec.
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 duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
Choose this route to deliver dialogue, music, or a soundtrack to a system that accepts WAV; keep MP4 when its pictures, captions, or visual timing still matter.