QT
QT video containerUsed for recorded motion video with an accompanying soundtrack.
- Family
- Video
- MIME
- video/quicktime
Free QT to MP4 conversion online, with the real timed-stream transcoding behavior, what gets lost, and a concrete way to check the output.
The picture, sound, and timing streams inside QT 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. A QT import traverses QuickTime atoms, sample descriptions, edit lists, time scales, and media tracks before deciding whether each legacy codec is decodable. 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 media - The legacy QuickTime extension for a movie container related to MOV. Encoded delivery profile - An MPEG-4 container carrying H.264 video and AAC audio when both streams exist, built for broad device support.
Used for recorded motion video with an accompanying soundtrack.
Designed for widely compatible web and device video.
Some software recognizes MOV more reliably, while old QT files may contain codecs absent from current systems.
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.
Inspect container and codecs, dimensions, frame rate, color, duration, edit lists, audio sync, and target-app playback.
Test that it plays and seeks correctly, that audio stays in sync, and that the video stream is actually present if you expected one.
Choose MP4 only after the player, editor, or publishing service confirms its container and codecs; keep QT if extra tracks or source encoding must survive.