QT
QT video containerUsed for recorded motion video with an accompanying soundtrack.
- Family
- Video
- MIME
- video/quicktime
Convert QT to AAC online. See the real audio-stream extraction behavior, preservation limits, and a format-specific acceptance test.
Converter.now selects the audio stream in QT, leaves the picture stream out, and encodes that sound as AAC. The result is audio, not a silent copy of the video. A QT import traverses QuickTime atoms, sample descriptions, edit lists, time scales, and media tracks before deciding whether each legacy codec is decodable. An AAC elementary-stream result carries coded audio frames without the richer tags, chapters, artwork, and track metadata of an M4A container.
Decoded from the legacy QuickTime extension for a movie container related to MOV. Encoded to lossy Advanced Audio Coding frames used by many streaming and device workflows.
Used for recorded motion video with an accompanying soundtrack.
Designed for recorded sound meant for playback over time.
Some software recognizes MOV more reliably, while old QT files may contain codecs absent from current systems.
An AAC elementary stream carries less container metadata than M4A and another lossy encode can soften transients.
The media engine writes an AAC elementary stream, so container-only cover art and chapter data are not expected.
Inspect container and codecs, dimensions, frame rate, color, duration, edit lists, audio sync, and target-app playback.
Listen for speech sibilance and music attacks, then confirm duration and channel layout.
Take this route when only dialogue, music, or a soundtrack needs to reach a AAC-accepting system; hold onto QT whenever its pictures, captions, or visual timing still matter.