Back
  • Insights
  • Save AE Project with All Files: Client Delivery Guide

Save AE Project with All Files: Client Delivery Guide

  • Tools & Resources
  • Mar 01, 2026
  • Muhammad Sikandar
Save AE Project with All Files: Client Delivery Guide

After Effects links to media files instead of embedding them, so sending only the .aep triggers missing footage errors on the client’s machine. Collect Files (File > Dependencies > Collect Files) bundles the project and all referenced media into one self-contained folder. Collect Files does not collect fonts, third-party plugins, or external scripts, and these must be packaged separately. A professional delivery includes pre-collection cleanup, post-collection verification, a client README, and a preview render. EarnEdits AEP files follow this same organized structure, with all assets localized for clean collection and delivery.

Why Sending Only the .AEP File Breaks the Project

After Effects stores references to media files, not the files themselves, so a .aep sent without its linked assets opens with missing footage errors on every machine except the one it was built on.

 

The .aep file contains compositions, keyframes, effects, and expressions. Every footage clip, audio file, and image is a reference pointing to a location on the editor’s drive. When the .aep moves to a different machine, those file paths no longer exist. Every referenced asset displays as a bars-and-tone placeholder with a “Missing Footage” label.

 

A single project can reference 50 to 200 or more external files. Sending the .aep alone forces the client to request each one individually or assume the project is broken.

 

Collect Files solves this by copying every referenced asset into a single folder alongside the .aep, making the entire project self-contained and portable to any machine.

Explore Our Collection Of After Effects Projects

A curated selection of our top-performing viral edit projects - crafted to capture attention instantly and convert viewers from the very first scroll.

Pre-Collection Cleanup

Running two cleanup commands before Collect Files strips orphaned references and unused compositions from the project, reducing the collected folder size and eliminating assets the client does not need.

 

  1. Remove Unused Footage: Go to File > Dependencies > Remove Unused Footage. This deletes every footage item not used in any composition from the project panel. It does not delete files from the hard drive. It only removes references.
  2. Reduce Project (optional): If delivering only specific compositions, select them in the project panel, then run File > Dependencies > Reduce Project. This strips every composition and asset not connected to the selected comps.
  3. Organize the project panel: Collect Files mirrors the folder structure inside the project panel. If the panel is a flat list of unnamed items, the collected Footage folder will be equally disorganized. Create folders (Comps, Footage, Audio, Images, Pre-comps) before collecting so the client receives a navigable structure.

How to Collect Files for Client Delivery

Save AE Project with All Files: Client Delivery Guide

Collect Files copies every referenced asset into a single self-contained folder alongside a new .aep and a report file, making the project portable to any machine.

 

  1. Save the project (File > Save or Ctrl/Cmd+S).
  2. Go to File > Dependencies > Collect Files.
  3. Set the “Collect Source Files” dropdown to All (bundles every asset, including unused footage) or For All Comps (bundles only assets actively used in compositions).
  4. Click Collect, choose a destination folder, and name it with a clear delivery convention: ProjectName_v01_Delivery.
  5. After Effects creates the folder containing:
  • The collected .aep project file
  • A (Footage) subfolder with all referenced media
  • A report.txt listing every collected asset

 

The process copies files. Originals remain in their original locations. The collected folder is a complete, independent duplicate. For a full Collect Files walkthrough covering every dropdown option and setting, the detailed guide breaks down each configuration.

What Collect Files Does Not Include

Collect Files bundles every referenced media file, but it does not collect fonts, third-party plugins, or external script files because these are system-level installs, not file references inside the .aep.

 

Fonts: After Effects references font names from the operating system’s font library. When the client opens the project on a machine without those fonts installed, every text layer displays a “Missing Font” warning and substitutes a default typeface. The workaround: create a Fonts folder in the delivery package containing the .ttf or .otf files if the font license permits redistribution. For Adobe Fonts, note in the README that the client must activate them through Creative Cloud.

 

Third-Party Plugins: Effects from plugins like Trapcode, Element 3D, or Optical Flares are referenced by name in the .aep. If the client does not have the plugin installed, those layers render with a “Missing Effect” watermark across the composition. The workaround: create a plugins.txt file listing every third-party plugin the project uses, with version numbers and download links where available.

 

External Script References: Expressions that call external .jsx files or data files (JSON, CSV) also break when those files are not included in the delivery. The workaround: copy any referenced script or data file into the delivery folder and note its location in the README.

 

AEP Files Built for Clean Delivery

 

Every EarnEdits project file ships with localized assets, organized layers, and no plugin dependencies. Collect Files runs clean on every AEP in the library.
Browse All Project Files β†’

How to Verify the Collected Project Before Sending

Opening the collected .aep from the new delivery folder and running three searches in the project panel catches every missing dependency before the client sees it.

  1. Open the collected .aep from the delivery folder, not the original project. This forces After Effects to resolve all file paths from the new location. If any referenced asset did not copy correctly, it surfaces immediately.
  2. Type “missing” in the project panel search bar. After Effects auto-fills three search options:
    • Missing Footage: Displays every footage item with a broken file path, shown as a bars-and-tone icon
    • Missing Fonts: Displays every composition containing fonts not installed on the current machine
    • Missing Effects: Displays every composition referencing a plugin not installed on the current machine
  3. Address each result. Relink missing footage using right-click > Replace Footage > File, then navigate to the correct file in the Footage subfolder. Document any missing fonts and plugins in the README if they cannot be included in the package. For a step-by-step relinking workflow for missing footage, fonts, and effects, the Fix Missing Files guide covers every scenario.

What to Include in the Client Delivery Package

A professional delivery package extends beyond the Collect Files output to include font files, a plugin list, a preview render, and a README that tells the client exactly how to open and use the project.

 

/ProjectName_v01_Delivery/
β”œβ”€β”€ ProjectName.aep
β”œβ”€β”€ (Footage)/
β”‚ β”œβ”€β”€ Video/
β”‚ β”œβ”€β”€ Audio/
β”‚ └── Images/
β”œβ”€β”€ Fonts/
β”‚ β”œβ”€β”€ FontName-Regular.ttf
β”‚ └── FontName-Bold.otf
β”œβ”€β”€ Preview/
β”‚ └── ProjectName_Preview.mp4
β”œβ”€β”€ README.txt
└── Report.txt

 

The README.txt should cover:

 

  • Folder structure explanation (what each subfolder contains and why)
  • Font names and activation instructions (install .ttf/.otf files or activate through Adobe Fonts)
  • Third-party plugin names and download links
  • AE version the project was built in, and whether a down-saved version is included for older installations (created via File > Save a Copy As)
  • Render settings for final output (codec, resolution, frame rate)
  • Preview file location: “Open Preview/ProjectName_Preview.mp4 to see the intended output”
  • Editor contact information for questions

 

The preview render is the most overlooked delivery item. The client opens the project, sees missing font warnings, and does not know whether the output looks correct. A 30-second low-res H.264 render of the final composition, placed in the Preview folder, gives the client a visual reference before they resolve any dependencies.

How to Send the Final Package

Compressing the delivery folder into a single .zip file before uploading prevents file corruption and keeps the folder structure intact during transfer.

 

Right-click the delivery folder and compress it to .zip. This preserves the folder hierarchy and prevents individual files from being renamed or separated during download.

 

For files under 2GB, Google Drive, Dropbox, or WeTransfer all transfer reliably. For files over 2GB, use Google Drive or Dropbox with folder upload since WeTransfer caps free transfers at 2GB. Avoid email attachments for any project over 25MB. Email clients strip or corrupt large archives.

 

Keep a local copy of the zipped delivery folder before uploading. If the client loses the file or requests revisions, resending takes seconds instead of re-collecting and re-packaging the entire project.

 

Start with Project Files That Collect Clean

 

EarnEdits AEP files use localized assets and organized folder structures. No scattered references, no plugin dependencies, no collection errors.
See All AEP Files β†’

Explore Our Collection Of After Effects Projects

A curated selection of our top-performing viral edit projects - crafted to capture attention instantly and convert viewers from the very first scroll.

Frequently Asked Questions

Does Collect Files copy or move the original assets?

Collect Files copies every referenced asset into the new folder. The original files remain in their original locations. The collected folder is an independent duplicate, not a relocation of the originals.

What happens if the client uses an older version of After Effects?

The project will not open if it was saved in a newer AE version than the one the client runs. Before collecting, use File > Save a Copy As to down-save the project to the client's AE version. Include the down-saved .aep in the delivery folder alongside the original, and note both versions in the README.

Can I collect files for only one composition instead of the entire project?

Yes. Select the composition in the project panel, then choose "For Selected Comps" from the Collect Source Files dropdown. This collects only the assets used in that specific composition and its nested pre-comps, producing a smaller, more focused delivery package.

Why does my collected project still show missing files?

The most common causes are fonts not installed on the new machine, third-party plugins not installed, or assets that were offline or on a disconnected drive when Collect Files ran. Run the step-by-step relinking workflow for missing footage, fonts, and effects to identify and resolve each missing item.

Should I include the report.txt file in the delivery?

Yes. The report lists every asset Collect Files bundled, including file names and original paths. It serves as an inventory that the client can reference if anything appears missing after opening the project.

Muhammad Sikandar
Muhammad Sikandar

Muhammad Sikandar brings deep expertise in design research, visual trend analysis, and advanced creative development, backed by extensive hands-on experience in the motion graphics industry.

Browse 30 Viral-Ready .AEP Project Files

Production-ready edits that teach you how they were built.