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

Can I collect files using Automation Blocks?

Community Beginner ,
Mar 13, 2024 Mar 13, 2024

Copy link to clipboard

Copied

Everytime I using collect files ae build-in fuction, it made a new folder, I wonder if I can only collect file in assets folder inside of project path,  instead of creating a new project folder.

TOPICS
Scripting

Views

104

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 ,
Mar 14, 2024 Mar 14, 2024

Copy link to clipboard

Copied

LATEST

I just wrote a tool which does what you requested 🙂

 

You find the script here in the community library now:

Project/Collect Files/Copy All Footage Files to Project Folder.xml

 

In the inputs panel you can choose a subfolder into which the files are copied. By default the files are copied in a subfolder "footage" of the folder where your aep file is. If the "footage" folder does not exist, it is created.

Here is a detailed explanation what the tool is doing:

 

Copy All Footage Files to Project.png

 

Warning: If a file with that name exists already, it is not replaced, but used as is. If you have multiple project items using the exact same file, this behavior works fine (only the first one is copied and all subsequent items then use that file, too). However, say you have two images

C:\images\Ae\icon.png and

C:\images\Pr\icon.png

then only one of them will be copied to PROJECT/footage/icon.png

and then this file will be used by both of the project items.

 

Hence, make sure no two footage files have the exact same name before running the tool.

 

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects

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