Hi,
I need some extra metadata for the assets I upload in DAM to be populated in my asset metadata schema..
Images
Videos
Is this possible out of the box?
Solved! Go to Solution.
Views
Replies
Total Likes
You could use tools like exiftool or ffmpeg to view metadata of an asset. Below are few commands
Read all metadata
exiftool abc.mp4
Read XMP metadata (metadata from creative cloud tools like PS, AE ..)
exiftool -xmp -b -m -scanForXMP abc.mp4 > out.xmp
Reference
Views
Replies
Total Likes
You could use metadata schemas [0] to create the extra fields for assets and apply them to the folders which require the change.
Please refer [0]
[0]
Views
Replies
Total Likes
Right. I know I am able to do that. But capturing that information is what I am struggling with. Is there any out of the box feature that captures the above mentioned metadata?
Views
Replies
Total Likes
deepakt84913413, Do you want to auto populate these metadata fields when and asset is uploaded? Or do you want to programmatically read the stored metadata?
Views
Replies
Total Likes
I want to populate them when the asset is uploaded.
Views
Replies
Total Likes
In this case AEM 6.4 should auto populate these custom metadata fields if you match the schema to the the image metadata value. If you have a namespace which is custom, one needs to create custom namespaces as well
Screenshot 1
Screenshot 2
Views
Replies
Total Likes
Right. Okay , so I guess I have to write something custom for that metadata. I am just not sure whether this information could be retrieved out of the box or should I be running the image through a tool like ffmpeg. :/
Views
Replies
Total Likes
You could use tools like exiftool or ffmpeg to view metadata of an asset. Below are few commands
Read all metadata
exiftool abc.mp4
Read XMP metadata (metadata from creative cloud tools like PS, AE ..)
exiftool -xmp -b -m -scanForXMP abc.mp4 > out.xmp
Reference
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies