MPV
MPV video containerUsed for timed picture and sound streams meant for playback.
- Family
- Video
- MIME
- video/mpeg
Convert MPV to MP4 online and see exactly what timed-stream transcoding changes, what MP4 still can't promise, and how to verify the result.
The picture, sound, and timing streams inside MPV is decoded first, then re-encoded into MP4's own codec and container profile. Duration typically holds steady even as compression, channel mapping, frame cadence, or auxiliary streams shift underneath it. MPV supplies an MPEG video elementary sequence; picture headers, field order, frame cadence, and display aspect are recovered without relying on container metadata. MP4 output organizes tracks around web-friendly sample timing and fast-start playback; captions, chapters, rotation, and any auxiliary streams remain separate preservation decisions.
Decoded from an elementary MPEG video stream that normally carries picture data without a multiplexed soundtrack. Encoded to an MPEG-4 container carrying H.264 video and AAC audio when both streams exist, built for broad device support.
Used for timed picture and sound streams meant for playback.
Designed for widely compatible web and device video.
Treating MPV as a complete movie can create a silent output or lose separately supplied audio and timing relationships.
An audio-only source stays audio-only here — no picture gets generated — and side streams like captions are a separate preservation question.
The verified MP4 profile uses H.264 video at CRF 23 and AAC audio at 192 kbit/s, with fast-start metadata.
Confirm video codec, frame size, frame rate, aspect ratio, duration, and whether an external audio stream is required.
Test that it plays and seeks correctly, that audio stays in sync, and that the video stream is actually present if you expected one.
Switch to MP4 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, MPV remains the safer choice.