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

Show clip name audio track

Explorer ,
Nov 20, 2020 Nov 20, 2020

Copy link to clipboard

Copied

In the effect control panel you can add a clip name to show the source video name in your delivery export for sound/color. 

I would also like to show the original audio file name. But I can only choose to show video file names.

 

Is there a hack? Or am I missing an build-in option?

 

Schermafbeelding 2020-11-20 om 10.43.41.png

TOPICS
Editing , Effects and Titles , Export

Views

1.8K

Translate

Translate

Report

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 ,
Nov 20, 2020 Nov 20, 2020

Copy link to clipboard

Copied

Never thought of that. No, it is a Video effect, and I see no audio effect that would do this.

 

Feature request:

https://adobe-video.uservoice.com/forums/911233-premiere-pro

 

Stan

Votes

Translate

Translate

Report

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
Advocate ,
Nov 20, 2020 Nov 20, 2020

Copy link to clipboard

Copied

It's a little tricky but here's what you need to do.

1 - Open After Effects and create a new composition with matching settings with your Premiere sequence.

2 - Copy all your audio clips from Premiere's sequence and paste them in After Effect's composition.

3 - In After Effects, create a new text layer and lay it on the very top of your pasted audio clips.

4 - Expand your text layer > text > alt+click on Source Text.

5 - Copy and paste the following expression.

temp.jpg

txt = "";
for (i = 1; i <= thisComp.numLayers; i++){
if (i == index) continue;
L = thisComp.layer(i);
if (! (L.audioActive)) continue;
try{
txt = L.source.name;
}catch(err){
txt = L.name
}
break;
}
txt

 

6 - Adjust the text's properties as you see fit.

7 - In Premiere Pro, import the After Effects project you just created.

8 - Put the imported composition on top of your timeline.

Votes

Translate

Translate

Report

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 ,
May 12, 2022 May 12, 2022

Copy link to clipboard

Copied

LATEST

One other work around for this is to rename your audio files to be the same name as your video clip files.  This worked for me as each take was a different sound file, so it paired nicely when I renamed all the audio clips to match all of the names of the video clips.  Then when the clip name outputs on the screen, you can match it up much easier to the audio file since it has the same name.  This probably won't work for music bed tracks but is great for dialog tracks.

Votes

Translate

Translate

Report

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