Unsupported format or damaged file

Adobe Premiere Pro 'Unsupported Format' codec error fix

Software – Adobe Suite Beginner 👁 2 views 📅 May 30, 2026

This error pops up in Premiere Pro when you drag in MP4 files from phones or screen recorders. The audio or video codec isn't fully supported.

You're editing in Adobe Premiere Pro 2023 or 2024. You drag an MP4 file from your phone or a screen recorder like OBS into the timeline. Premiere stops you cold. A red banner says 'Unsupported format or damaged file.' You check the file — it plays fine in VLC or Windows Media Player. But Premiere refuses it.

This happens most often with MP4 files that use variable bitrate (VBR) audio — typically AAC audio recorded at a non-standard sample rate like 48,000 Hz with VBR encoding. Premiere's decoder chokes on VBR audio. It's not that the file is actually damaged. Premiere just can't read the audio stream properly.

The real fix is to rewrap or re-encode the file so the audio is constant bitrate (CBR) and the video uses a codec Premiere likes — like H.264 in a MOV container or ProRes. You can do this inside Adobe Media Encoder or, if you only need audio fixed, Adobe Audition.

Root cause: Premiere hates VBR audio in MP4

Premiere Pro expects audio to have a constant bitrate. Most phones and screen recorders output VBR audio to save space. Premiere's built-in decoder for MP4 containers doesn't handle VBR audio well. It sees the variable packet sizes and assumes the file is corrupt. Same file in a MOV container? Works fine. Same file with CBR audio? No problem.

Some older versions of Premiere Pro (2021 and earlier) were more forgiving. Starting with version 22.0, Adobe tightened the decoder's strictness. So if you updated Premiere and suddenly got this error, that's why.

Fix: Re-encode the file using Adobe Media Encoder

  1. Open Adobe Media Encoder (AME). Comes with your Creative Cloud subscription. If you don't have it, you can download it from the Creative Cloud desktop app.
  2. Click the + button (Add Source) in the queue panel. Browse to the MP4 file that gave the error in Premiere. Select it.
  3. In the Preset Browser on the right, choose Match Source - Adaptive High Bitrate under the H.264 group. This keeps your video quality close to original and outputs a constant bitrate audio stream.
  4. Click the blue preset name next to the file in the queue. A settings window opens.
    — Go to the Audio tab.
    — Set Bitrate to 320 kbps CBR. If you see a checkbox for 'Variable Bitrate', uncheck it.
    — Leave sample rate at 48000 Hz.
    — Click OK.
  5. In the queue panel, make sure the Output To location is somewhere you'll find. Default is the same folder as the source with '_1' appended. Change it if you want.
  6. Click the green Play button at the top right of the queue panel to start encoding.
  7. Wait for the green checkmark. This usually takes 2-5 minutes for a 5-minute clip.
  8. Go to the output folder. Drag the new file into Premiere Pro. It should import without the error.

What you should see: After clicking Play, the queue shows a progress bar. When it finishes, a green checkmark appears. The output file is an MP4 with H.264 video and AAC audio at constant bitrate. Premiere will accept it.

Alternative fix: Convert only the audio in Audition

If you don't want to re-encode the video (to save time or preserve exact quality), you can extract and fix just the audio using Adobe Audition.

  1. Open Adobe Audition.
  2. Go to File > Open and select the problem MP4. Audition will open the audio portion.
  3. Go to File > Save As.
  4. Choose Windows PCM (.wav) as the format. Set Sample Rate to 48000 Hz, Bit Depth to 16, Channels to match the original (usually Stereo).
  5. Click OK. Save the WAV file in your project folder.
  6. Back in Premiere Pro, import the original MP4 (which will still give the error if you try it alone).
  7. Drag the MP4 into the timeline anyway — it will show as offline media or with a red audio waveform. That's fine.
  8. Right-click the clip in the timeline. Choose Replace With Clip > From File. Select the new WAV file.
  9. Premiere now uses the WAV for audio and the original MP4 video. The error goes away because the audio is now a standalone WAV file.

What if it still fails?

If the error persists after re-encoding:

  • Check the video codec. Is the original file using HEVC (H.265)? Premiere Pro supports HEVC, but only if you have the HEVC codec pack installed on Windows. Go to the Microsoft Store and install 'HEVC Video Extensions from Device Manufacturer' (it's free). Or convert to H.264 instead.
  • Check file extension. Some users rename MOV files to MP4. Premiere reads the file header, not the extension, so a mislabeled file can cause this. Open the file in MediaInfo to see the true container.
  • Check for corruption. Open the file in VLC. Go to Tools > Media Information. If VLC shows errors or the stream is incomplete, the file is actually damaged. Use a repair tool like Untrunc or re-record the source.
  • Update Premiere Pro. Adobe did fix some codec parsing issues in version 23.2 and later. Go to Help > Updates and install the latest.
  • Last resort: Convert the video to ProRes using Shutter Encoder (free, no watermark). ProRes is the most compatible format for Premiere. Use the 'Apple ProRes 422 LT' preset. File size will be larger, but it'll import every time.
Short version: This error is almost always VBR audio. Re-encode to CBR audio using Media Encoder. Nine times out of ten, that's it. Don't waste time troubleshooting codecs — just convert the audio.

Was this solution helpful?