Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

How to add metadata to videos for AEM

Avatar

Level 1

I predominantly work with photos, and I add keywords, tags, titles etc in Bridge. However I work with other people who are adding videos to the DAM and it's a much more manual and clunky process for them. I know Bridge doesn't work well with videos - can anyone suggest a process or program that might be helpful?

 

Currently I've built a spreadsheet where they can input all the information manually and then import it to DAM, but I feel like I might be missing something.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @An___nie ,

  • Ingest metadata at source - Unlike photos, video tools (Premiere, After Effects, Media Encoder) don’t embed IPTC/XMP as cleanly. Encourage editors to set metadata in Adobe Premiere Pro (supports XMP), which AEM can read on ingest.
  • AEM DAM Metadata Schemas - Configure custom metadata forms in AEM (Tools > Assets > Metadata Schemas) so when videos are uploaded, users see structured fields (title, tags, keywords, rights, etc.) in the DAM UI.
  • Bulk updates - For multiple assets, use AEM’s Metadata Import via CSV (much better than an external spreadsheet hack).
  • Automation - If you need advanced workflows, hook in FFmpeg + custom metadata extraction or use Adobe I/O / Asset Compute Service (in AEMaaCS) to enrich video assets automatically.
  • Best practice - Keep metadata entry inside AEM (via schemas + CSV import) rather than relying on external tools that don’t write consistent XMP for video.
Hrishikesh Kagane

View solution in original post

3 Replies

Avatar

Level 10

hi @An___nie,

AEM Assets can extract metadata from video files just like it does for images and other digital assets. You can find more information here. If your source file already contains metadata, consider using processing profiles to apply custom logic while processing the assets.

Avatar

Correct answer by
Community Advisor

Hi @An___nie ,

  • Ingest metadata at source - Unlike photos, video tools (Premiere, After Effects, Media Encoder) don’t embed IPTC/XMP as cleanly. Encourage editors to set metadata in Adobe Premiere Pro (supports XMP), which AEM can read on ingest.
  • AEM DAM Metadata Schemas - Configure custom metadata forms in AEM (Tools > Assets > Metadata Schemas) so when videos are uploaded, users see structured fields (title, tags, keywords, rights, etc.) in the DAM UI.
  • Bulk updates - For multiple assets, use AEM’s Metadata Import via CSV (much better than an external spreadsheet hack).
  • Automation - If you need advanced workflows, hook in FFmpeg + custom metadata extraction or use Adobe I/O / Asset Compute Service (in AEMaaCS) to enrich video assets automatically.
  • Best practice - Keep metadata entry inside AEM (via schemas + CSV import) rather than relying on external tools that don’t write consistent XMP for video.
Hrishikesh Kagane

Avatar

Level 1

Thank you. I've had a look with our video team, and we have established that Premiere Pro is the best option 99% of the time.