Converting audio that video editors will actually accept

Premiere, Resolve or Final Cut threw an unsupported-file error on an MP3, M4A or WAV. The Adobe forum answer is to convert to WAV at 48 kHz 16-bit, but nobody offers that as a one-click preset — they are left guessing at sample rates.

Convert the file to WAV, 16-bit PCM, at the sample rate your sequence runs at — 48 kHz for anything shot on a camera or a phone. That is the answer Adobe's own forum moderators give, and it works because it removes the two things video editors actually choke on: a compressed stream they have to decode before they can scrub it, and a variable-bitrate file whose declared duration does not match the samples inside it. PCM has neither. Drop the WAV in and the clip behaves. You can do the conversion in the converter on this site — pick WAV, pick 16-bit, and it runs in this tab rather than going anywhere. The one thing to check first is the sample rate, because that is the part most guides get backwards.

The preset: WAV, 16-bit PCM, sequence sample rate

Three settings, and only three matter:

  • Container and codec: WAV holding PCM. AIFF is the same thing with a different header and Premiere is equally happy with it. Anything else — MP3, M4A, FLAC, OGG — is a stream the editor has to decode on the way in.
  • Bit depth: 16-bit. 24-bit is only worth writing if the recording was captured at 24-bit and still has quiet passages you intend to lift. Promoting a 16-bit file to 24 adds half again to the size and eight zero bits to every sample. Our converter shows both depths when the target is WAV or AIFF, with 16 preselected.
  • Sample rate: match the sequence. 48 kHz for video work, 44.1 kHz only if the whole project is music that was born at 44.1.

Two honest notes about that last one. Our converter keeps whatever sample rate the source already had rather than forcing a new one, and the file card tells you what that is before you convert — a phone video's audio track is almost always 48 kHz already, so for the common case there is nothing to change. And a single clip at the wrong rate is not the catastrophe folklore says it is: Premiere resamples it during conform and it stays in sync. The rate matters when you are handing files to someone else, or feeding a batch into a template, and you want them uniform.

Check the sequence rate before you blame the file

In Premiere it is Sequence → Sequence Settings → Audio → Sample Rate. In DaVinci Resolve it is Project Settings → Fairlight → Audio sample rate, which defaults to 48 kHz. If a sequence was started from a music preset it may be sitting at 44.1 kHz while every camera file in the bin is 48, and that mismatch produces symptoms people usually blame on the audio file.

Why an MP3 fails where a WAV walks in

Premiere does not play your audio file. On import it conforms it: decodes the entire thing to uncompressed 32-bit float and writes that alongside a peak file, as .cfa and .pek in the media cache. Everything you scrub afterwards is the conformed copy. A WAV needs almost none of that work. A compressed file needs all of it, and any weakness in the file surfaces at that moment rather than when you first double-click it.

Two weaknesses are common enough to name.

Variable bitrate. A VBR MP3 stores its duration in a header the encoder wrote, not in a fixed frame count. If the header is missing, wrong, or written by a tool the editor does not recognise, the conformed audio ends up a different length from the video's idea of it, and the clip drifts progressively out of sync — fine at the start, half a second late twenty minutes in. This is the single most common cause of the "my audio slowly desyncs in Premiere" complaint, and it is why the standard advice is PCM rather than "a higher bitrate MP3".

Encoder padding. Every MP3 begins with a short block of silence the encoder added and the LAME header tells a decoder to discard. Editors differ over whether they honour it. So an MP3 dropped on a timeline can land a frame or two later than the same audio as a WAV — small, but enough to ruin a sync point you set by eye.

Neither problem exists in PCM, because there is nothing to decode and nothing to declare. Sample one is sample one. The full comparison of WAV against MP3 covers what that costs you in disc space.

The causes that are not the format at all

If a plain-looking file still refuses, work down this list before converting anything.

  • The extension is lying. A file called interview.mp3 that someone produced by renaming an .m4a is still AAC inside, and every editor reads the bytes rather than the name. Our converter probes the stream and reports the real codec on the file card. Why renaming does not convert goes into what actually happens.
  • ALAC inside an .m4a. Apple Lossless and AAC share the same extension and the same container, so the file looks ordinary and behaves nothing like it. Premiere handles the AAC one and refuses the ALAC one. What is really inside an M4A explains the split.
  • The file never downloaded. An iCloud Drive or OneDrive placeholder is a few kilobytes of pointer with the right name and the right icon. Check the size in Finder or Explorer: a five-minute recording that reads 0 KB has not arrived yet. Right-click and choose to download it, then import.
  • An unusual sample rate. Phone-call recordings and voicemail exports come out at 8 kHz, some field recorders write 96 kHz, and both sit outside what an editor expects on a video timeline. Converting to PCM normalises the situation whichever direction it needs to go.
  • Multi-channel audio. A 5.1 AC-3 track lifted from a video file will import in ways that surprise you when the sequence is stereo. Convert to stereo WAV first and the mapping stops being a puzzle.
  • A poisoned media cache. If a file imported once and now will not, an incomplete conform is often the reason. Edit → Preferences → Media Cache on Windows, Premiere Pro → Settings → Media Cache on macOS, then delete the unused cache files and re-import. Older releases call the whole panel Preferences on both platforms.
A WAV that is not really a WAV

A lot of command-line advice tells you to run FFmpeg with -c:a copy to make a WAV "without re-encoding". It will do it. WAV's format tag is arbitrary, so FFmpeg wraps the AAC stream in a WAV header, exits reporting success, and hands you a file that decodes nowhere — Premiere included. Our converter keeps its own list of which copies are legal rather than trusting the tool to refuse, so anything compressed heading for WAV is always properly decoded first.

Final Cut, Resolve and the rest: same fix, different wording

Every non-linear editor conforms audio the same way, so they fail for the same reasons and describe it differently.

EditorWhat you typically seeWhat it usually is
Premiere Pro"File format not supported", "Unsupported format or damaged file", or the file greys out in the Media BrowserCodec the importer will not take, or a truncated download
Premiere ProImports cleanly, then drifts out of sync as the clip runsVariable-bitrate MP3 with a duration its header got wrong
Premiere Pro"The file has no audio or video streams"A placeholder file with no real content, or a zero-byte export
Final Cut Pro"The file isn't in a recognized format", or the file cannot be selected in the import windowAnything macOS Core Audio will not decode
DaVinci ResolveThe clip lands in the media pool with no audio track, or shows Media OfflineUnsupported codec, or a project sample rate that disagrees with the file
CapCut and other lightweight editorsThe clip imports and the waveform is a flat lineDecode failed silently; the editor does not tell you

In all six rows a 16-bit PCM WAV at the project's sample rate is the fix. It is also the fix for the audio program that most often sends people here in the first place — Audacity refusing an M4A is the same story with a different dialog box.

Keeping the file manageable afterwards

PCM is large and there is no setting that changes it. The arithmetic is sample rate, times bytes per sample, times channels.

Format, stereoBitrateOne hourHits the 4 GB WAV ceiling at
WAV, 16-bit, 48 kHz1,536 kbpsAbout 691 MBRoughly 6 hours 13 minutes
WAV, 24-bit, 48 kHz2,304 kbpsAbout 989 MBRoughly 4 hours 8 minutes
WAV, 16-bit, 44.1 kHz1,411 kbpsAbout 605 MBRoughly 6 hours 46 minutes

That 4 GB limit is built into the WAV format — its size field is 32 bits — and it is a real problem for all-day conference recordings, not a theoretical one. Split a long recording before converting, or use FLAC, which carries identical samples in roughly half the space and which Premiere reads in current releases.

When the edit is done, deliver in something compressed. Exporting a finished mix to MP3 or AAC at 192 kbps or above is transparent to most listeners, and the size reducer shows the resulting size before you commit to a bitrate. What matters is that only the final export passes through a lossy encoder: working from PCM means every intermediate save is exact, and the audio survives one generation of encoding instead of four.

Do it right now, in this tab

The converter on the home page handles this. Free, no upload, no sign-up.

Open the converter

Or do it on your phone

The Audio Converter app is free on iPhone and Android, with the converter and thirteen editing tools in one place.

Free on both stores. The web converter above stays free too — no account, no upload, no file limit.