AVI
AVI video containerUsed for recorded motion video with an accompanying soundtrack.
- Family
- Video
- MIME
- video/x-msvideo
Free AVI to AIFF conversion online, with the real audio-stream extraction behavior, what gets lost, and a concrete way to check the output.
Converter.now selects the audio stream in AVI, leaves the picture stream out, and encodes that sound as AIFF. The result is audio, not a silent copy of the video. AVI is reconstructed from RIFF indexes and interleaved chunks; codec tags, frame timing, keyframes, and audio alignment determine whether seeking remains stable. AIFF delivery stores waveform samples in an interchange-oriented chunk structure, commonly using big-endian PCM with explicit precision, rate, and channels.
Decoded from an older Microsoft media container commonly paired here with Xvid video and MP3 audio. Encoded to Apple's chunk-based Audio Interchange File Format commonly carrying big-endian PCM samples.
Used for recorded motion video with an accompanying soundtrack.
Designed for recorded sound meant for playback over time.
AVI has limited support for modern metadata, captions, variable frame rates, and some web players.
AIFF files can be large, and tags, loop points, or uncommon sample precision are not handled uniformly.
Apple's chunk-based Audio Interchange File Format commonly carrying big-endian PCM samples is what gets written, labeled as audio/aiff. Whether that actually opens depends on the receiving application, not on the file extension.
Test seeking and audio sync in the target player, not only the opening frame.
Compare sample rate, bit depth, channels, duration, peaks, tags, and loop markers in the target audio editor.
Choose this route to deliver dialogue, music, or a soundtrack to a system that accepts AIFF; keep AVI when its pictures, captions, or visual timing still matter.