hi @prithwi ,
Hope you have already figured a solution for this , else please find few thoughts below.
I dont think there is any OOTB approach to update the thumbnail images directly in bulk and would require a custom utility and you can try something like below
- Get the list of video paths that are uploaded into the DAM
- Save the list of thumbnails in a location
- Map the video paths and its corresponding assets paths in a file
- Create a Generic Utility
- The utility will read the video path from AEM
- Navigate to the jcr:content/metadata
- update the thumbnail with the new custom thumbnail asset
- Save the session
This utility can be executed in batches using a workflow/groovy script or scheduler
Thanks,
Anil