Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
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?
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
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
Visualizações
respostas
Total de curtidas
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]
Visualizações
respostas
Total de curtidas
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?
Visualizações
respostas
Total de curtidas
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?
Visualizações
respostas
Total de curtidas
I want to populate them when the asset is uploaded.
Visualizações
respostas
Total de curtidas
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
Visualizações
respostas
Total de curtidas
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. 😕
Visualizações
respostas
Total de curtidas
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
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas