MP4
MPEG-4 videoUsed for widely compatible web and device video.
- Family
- Video
- MIME
- video/mp4
Free MP4 to WEBM conversion online, with the real timed-stream transcoding behavior, what gets lost, and a concrete way to check the output.
Decoding MP4 recovers the picture, sound, and timing streams it carries; writing WEBM means re-expressing that under a different codec and container profile. Duration commonly survives untouched even while compression, channel mapping, cadence, metadata, or auxiliary streams do not. MP4 demultiplexing follows track, sample, edit, and fragment tables to inventory codecs, rotation, language, chapters, captions, and synchronization data. WebM output pairs web-oriented video and audio codecs with Matroska-derived timing and cues, prioritizing browser delivery over broad editing-suite interchange.
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 - An open web container written here with VP9 video and Opus audio when available.
Used for widely compatible web and device video.
Designed for open web video delivery.
An audio-only source stays audio-only here — no picture gets generated — and side streams like captions are a separate preservation question.
Encoding can be slower and older Apple or editing software may not support WebM reliably.
The verified WebM profile uses VP9 video at CRF 32 and Opus audio at 160 kbit/s.
Test that it plays and seeks correctly, that audio stays in sync, and that the video stream is actually present if you expected one.
Test browser playback, seeking, VP9/Opus support, dimensions, and audio sync.
Switch to WEBM only once the destination player, editor, or service has confirmed support for its exact container and codecs. If extra tracks or the original encoding must survive, MP4 remains the safer choice.