Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
6

Silence after each track

New Here ,
Mar 09, 2024 Mar 09, 2024

Screenshot 2024-03-09 at 20.28.23.png

 

When importing audio tracks to Premiere Pro, each track gets almost 1 minute of silence added at the end. If I play the track in an music player, the silence doesn't exist. It only appears in Premiere Pro. How can I fix this?

TOPICS
Audio , Editing , Error or problem , Import
329
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Jan 05, 2025 Jan 05, 2025

Jan 2025 - Same problem happened to me. My MP3 is 4:50 long. I imported it into Premiere and now it's 5:23 with the difference being silence added to the end of the track. The same thing happened to the other 16 tracks I imported. Yet another odd quirk of Premiere.

 

I bulk converted my MP3s to WAV and the problem didn't happen with my WAV files.

 

Command I used to bulk convert MP3 to WAV using ffmpeg

for %f in ("C:\path\to\mp3\folder\*.mp3") do ffmpeg -i "%f" -c:a pcm_s16le -ar 44100 -map_metadata 
...
Translate

correct answers 1 Pinned Reply

Community Expert , Mar 09, 2024 Mar 09, 2024

What effect is applied?

Translate
Community Expert ,
Mar 09, 2024 Mar 09, 2024

What effect is applied?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 09, 2024 Mar 09, 2024

What is the audio file format?  If it's not already uncompressed WAV or AIF, try converting it to that outside of Premiere Pro and then import it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 05, 2025 Jan 05, 2025

Jan 2025 - Same problem happened to me. My MP3 is 4:50 long. I imported it into Premiere and now it's 5:23 with the difference being silence added to the end of the track. The same thing happened to the other 16 tracks I imported. Yet another odd quirk of Premiere.

 

I bulk converted my MP3s to WAV and the problem didn't happen with my WAV files.

 

Command I used to bulk convert MP3 to WAV using ffmpeg

for %f in ("C:\path\to\mp3\folder\*.mp3") do ffmpeg -i "%f" -c:a pcm_s16le -ar 44100 -map_metadata 0 "C:\path\to\output\folder\%~nf.wav"

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 06, 2025 Jan 06, 2025
LATEST

Welcome to the forum, Jordan. Thanks for the cool workaround. Does this happen with all .mp3 files are just this batch? Let the community know, @Jordan5C28.

 

Cheers,
Kevin

 

Kevin Monahan - Sr. Community & Engagement Strategist – Pro Video and Audio
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines