QT
QT video containerUsed for recorded motion video with an accompanying soundtrack.
- Family
- Video
- MIME
- video/quicktime
Convert QT to WAV online and see exactly what audio-stream extraction changes, what WAV still can't promise, and how to verify the result.
Converter.now selects the audio stream in QT, leaves the picture stream out, and encodes that sound as WAV. 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. WAV delivery writes a RIFF waveform whose PCM precision, rate, channels, channel mask, peaks, and large file size matter more than codec branding.
Decoded media - The legacy QuickTime extension for a movie container related to MOV. Encoded delivery profile - A waveform container written here as uncompressed 16-bit PCM audio.
Used for recorded motion video with an accompanying soundtrack.
Designed for uncompressed production audio.
Some software recognizes MOV more reliably, while old QT files may contain codecs absent from current systems.
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.
Inspect container and codecs, dimensions, frame rate, color, duration, edit lists, audio sync, and target-app playback.
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 QT when its pictures, captions, or visual timing still matter.