Initializing... drag & drop files here
Supports: AVI
This pulls the audio track out of an AVI video and wraps it in an .m4b file — the MPEG-4 audiobook container that Apple Books and audiobook apps remember your place in. It's built for lecture recordings, recorded talks, or audiobook-style video rips you'd rather listen to than watch. The video frames are discarded; only the sound comes across. Read the walk-through below before you start, because M4B has one honest catch worth understanding first: it gives you the audiobook container, but it does not invent chapter markers.
.m4b. No sign-up, no watermark.The audio inside an AVI is almost always MP3, AC-3, or PCM. Going to M4B re-encodes it to AAC, so for MP3 or AC-3 sources this is a lossy-to-lossy step — you're decoding one compressed stream and re-compressing it. You can't add back detail the first encode discarded, but you can avoid throwing away more by matching or slightly exceeding the source bitrate:
If your goal is the smallest possible voice file and you don't need the audiobook extension at all, AVI to MP3 plays on every device; AVI to M4A gives you the same AAC audio in the plain (non-audiobook) MPEG-4 container.
.m4b. Apple Books, the Books app, VLC, and dedicated audiobook apps (Bookplayer, Smart AudioBook Player) all handle it; for a stereo or basic player, use AVI to MP3 instead.This converts the audio that's actually in the file, so anything that blocks reading the AVI blocks the conversion: a corrupted or partially downloaded clip, or an AVI with no audio stream at all. There's also no way to generate chapters from a single recording — chapter markers are built by tools that stitch separate files or import a chapter list (Audiobook Binder, Chapter and Verse, or the m4b-tool command line). If you need chaptered output, produce per-chapter audio first, then build the M4B with one of those. To split a long recording into pieces by time, run it through Audio Cutter.
No — and this is the most common misunderstanding. M4B is the container Apple uses for audiobooks because it can hold chapter markers and a resume position, but those markers have to exist in the source or be authored by hand. An AVI is one continuous recording with no chapter data, so the resulting .m4b is a single flat track inside an audiobook wrapper. The useful part still works: audiobook apps like Apple Books and Bookplayer remember where you stopped and resume there next time. If you genuinely need named chapters, you have to build them with a dedicated audiobook tool (Audiobook Binder on Mac, Chapter and Verse, or m4b-tool) that imports a chapter list — no online converter generates chapters from a flat soundtrack.
Some, because it's a re-encode. The audio in an AVI is typically MP3, AC-3, or uncompressed PCM, and M4B stores AAC — so for MP3 or AC-3 sources you're decoding one lossy stream and re-compressing it to another, which can't recover detail the first encode discarded. To keep the loss minimal, match or slightly exceed the source bitrate under Custom Bitrate (for example, 192 kbps AAC for a 192 kbps MP3 source). A PCM source is uncompressed, so the AAC step is a clean first compression with no compounding loss. For pure speech, 64–96 kbps is transparent enough that most listeners won't tell the difference.
Because you want to listen, not watch. Lectures, recorded talks, conference sessions, and audiobook-style video rips are often things you'd consume with the screen off — on a walk, in the car, doing chores. Stripping the video drops the file size dramatically and lets you play it in an audiobook app that resumes where you left off, which a video player won't do as gracefully. In our testing, extracting the audio from a one-hour 720p talk produced an M4B under 30 MB at 64 kbps AAC, versus hundreds of megabytes for the source AVI.
All three can hold the same AAC audio extracted from your AVI; the difference is the wrapper and where it shines. M4B is the audiobook extension — audiobook apps treat it specially and track your listening position. AVI to M4A gives you the identical AAC audio in the plain MPEG-4 container, which is better if you want a normal music/podcast file rather than an audiobook. AVI to MP3 is the universal choice that plays on essentially every device and car stereo, at the cost of the resume-position behavior M4B offers.
Not into true embedded chapter markers from here, but you can cut it into separate files by time. Run the recording through Audio Cutter to slice it at the points you want, then — if you need a single chaptered audiobook — feed those pieces into a dedicated audiobook builder that turns each file into a chapter. Embedded chapter authoring is outside what an online format converter does; this tool changes the container and codec, not the chapter structure.
Your AVI is uploaded over an encrypted (TLS) connection, the audio is extracted and encoded to M4B on our servers, and both the upload and the converted file are deleted automatically a few hours after conversion. There's no sign-up and no watermark, and files are never shared or made public. For a very long recording, the main practical limit is upload size and time over your own connection rather than any per-file feature cap.