Expand my Community achievements bar.

How to create a custom rendition to mixedmediasets in the AEM DAM programatically using java in AEMaaCS?

Avatar

Employee

Hi,

How can we programmatically generate custom renditions for mixed media sets in AEM? We referenced this HelpX solution (https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-create-a-custom-ren...), and while it worked for images, it didn't for mixed media sets. Can the same method be applied to generate renditions for media sets, or is there a different API available for creating custom renditions specifically for sets? Please let us know if anyone has worked on this scenario. 

Thank you.

Topics

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

4 Replies

Avatar

Community Advisor

@Keerthana_H_N Mixed media set is combination of images, videos and image/spin sets. What is the expectation here ? Creating a rendition of each asset programmatically and form a new mixed media set? 

The help articles you used is for single asset using RenditionMaker service. 

Hi @Saravanan_Dharmaraj , 
We had a requirement to create mixedmediaset programmatically. We were able to create the mixedmideaset using jcr api by referring this document (https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-create-mixed-media-... ). We are not able to generate correct renditions of mixedmedasets which has the combination of imageset, spinset and video in it. We cannot use above api to generate the renditions for sets? 

Avatar

Community Advisor

Hi @Keerthana_H_N 

If you have found out solution yourself, please share it with the community.



Avatar

Employee

Not yet @Raja_Reddy , if your team is working on it can you please share the approach you are following?