ДокументыИзображенияМедиаИнструменты PDF

Конвертер MP4 в AAC Online

Извлеките AAC-аудио из любого MP4-видео. Бесплатно, прямо в браузере, без загрузки файлов на сервер.

Drag your file here

.mp4 · up to 100 MB

Processed in your browser — file never uploadedFree
Note: The first conversion loads the FFmpeg engine (~25MB). Subsequent conversions will be faster.

Извлеките AAC-аудио из MP4 за секунды

Работает везде: iTunes, iPhone, Apple Music

Extract the AAC, rename it to .m4r and you have your custom ringtone ready to import.

Файлы не покидают браузер

Your video never leaves your device. FFmpeg.wasm processes everything in local WebAssembly.

Stream copy — без потерь качества

If the MP4 already has AAC audio, extraction is instant and without additional quality loss.

Готово за секунды, без очередей

Get the AAC ready for Anchor, Buzzsprout, Apple Podcasts, or any distribution platform.

Три шага — никаких сложностей

1

Загрузите MP4

Нажмите кнопку загрузки или перетащите файл MP4 в рабочую область. Файл обрабатывается локально — он не покидает ваш компьютер.

2

Извлечение AAC-потока

Инструмент копирует AAC-поток напрямую из контейнера MP4 без перекодирования. Качество остаётся идентичным оригиналу.

3

Скачайте AAC

Сохраните готовый файл для использования в iTunes, Apple Music, подкастах или на любых совместимых устройствах.

Остались вопросы?

Stream copy — это прямое копирование аудиопотока из контейнера MP4 без перекодирования. Качество остаётся побитово идентичным исходному AAC-треку: ни малейшей потери.

Да, но iTunes требует расширение .m4r вместо .aac. Переименуйте файл и добавьте его в библиотеку через iTunes — рингтон появится в соответствующем разделе.

.aac — это «сырой» аудиопоток, тогда как .m4a — тот же поток, упакованный в контейнер MPEG-4 (ISOBMFF). Apple Music и iOS корректно воспроизводят оба формата; .m4a удобнее для хранения метаданных.

Да. AAC — родной формат Apple. Файл можно перетащить прямо в библиотеку Apple Music на Mac или импортировать в iTunes на Windows без какой-либо конвертации.

В таком случае инструмент транскодирует аудио в AAC с разумными настройками по умолчанию. Stream copy применяется только тогда, когда исходный трек уже закодирован в AAC.

Текущий инструмент извлекает весь аудиотрек целиком. Для обрезки конкретного фрагмента воспользуйтесь аудиоредактором — например, Audacity — уже после конвертации.

Конвертировать MP4 в AAC: извлечь AAC-аудио из видео с максимальным качеством

Бесплатный онлайн-конвертер MP4 в AAC прямо в браузере. Извлекайте AAC-аудио из MP4-видео без потери качества с помощью stream copy. Никаких загрузок — файлы обрабатываются локально через FFmpeg WebAssembly.

The most frequent use cases for extracting AAC from MP4 cover three main areas. First, podcast distribution: content creators who record in video (Zoom, Riverside.fm, Squadcast, direct iPhone recording) need to extract audio in a format compatible with distributors. AAC at 128 kbps mono meets the technical requirements of Apple Podcasts, Spotify for Podcasters, Amazon Music, and Pocket Casts. Second, the iPhone ringtone (M4R) workflow: .m4r files that iOS accepts as custom ringtones are exactly AAC files in an MPEG-4 container with a renamed extension, so extracting AAC from an MP4 video is the first step of any ringtone creation pipeline. Third, Apple Music uploads as an independent distributor: DistroKid, TuneCore, CD Baby, and Amuse accept M4A/AAC as an alternative delivery format to WAV for independent artists.

Convertir.ai runs AAC extraction from MP4 entirely in the browser via FFmpeg.wasm. The technical process begins by analyzing the ISOBMFF container to identify metadata atoms (moov, trak, hdlr, stsd) that describe the audio and video streams present in the file. If the audio codec identified in the stsd atom is mp4a (the ISOBMFF designation for AAC in its LC, HE-AACv1, and HE-AACv2 variants), FFmpeg proceeds with stream copy by extracting audio samples from mdat atoms and rewriting them into the destination container. If the codec is different (opus, mp3, ac-3) a transcoding pipeline runs using FFmpeg's native aac encoder or libfdk_aac if available in the build, with a target bitrate of 192 kbps by default. The resulting file can be downloaded as .aac (ADTS) or .m4a (MPEG-4 container with full metadata).