Hello,
I need to create multiple thumbnails at different points in a video. I've looked at the FFMpeg Thumbnail step in the DAM Asset Upload workflow. It seams I can only specify a starting point but can't add a interval. Any way to do this?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
yea.. thats a good usecase. As @Scott mentioned
you can refer https://helpx.adobe.com/experience-manager/using/creating-interactive-video.html and see how to get the inputs for multiple intervals and the action to be called at that interval.
For the action you can call the service to create the thumbnails as per https://helpx.adobe.com/experience-manager/using/damhandler.html
Hope the combination of these two examples would help in your usecase
Views
Replies
Total Likes
This is a unique use case. Creating thumbnails when an asset is uploaded is a typical way people create thumbnails for assets.
Read this community article - it talks about a DAM media handler that shows you how you can dynamically create thumbnails.
https://helpx.adobe.com/experience-manager/using/damhandler.html
Maybe you can look at extending the video component. Take a look at this example:
https://helpx.adobe.com/experience-manager/using/creating-interactive-video.html
This shows how to display information at specific time intervals in the video. Maybe instead of showing information (as shown in this example), the component can invoke a back-end service that creates thumbnails at specific time intervals.
Views
Replies
Total Likes
Thanks for the answers. I'll take a look and see what I can do.
Views
Replies
Total Likes
yea.. thats a good usecase. As @Scott mentioned
you can refer https://helpx.adobe.com/experience-manager/using/creating-interactive-video.html and see how to get the inputs for multiple intervals and the action to be called at that interval.
For the action you can call the service to create the thumbnails as per https://helpx.adobe.com/experience-manager/using/damhandler.html
Hope the combination of these two examples would help in your usecase
Views
Replies
Total Likes
smacdonald2008 wrote...
This is a unique use case. Creating thumbnails when an asset is uploaded is a typical way people create thumbnails for assets.
Read this community article - it talks about a DAM media handler that shows you how you can dynamically create thumbnails.
https://helpx.adobe.com/experience-manager/using/damhandler.html
Maybe you can look at extending the video component. Take a look at this example:
https://helpx.adobe.com/experience-manager/using/creating-interactive-video.html
This shows how to display information at specific time intervals in the video. Maybe instead of showing information (as shown in this example), the component can invoke a back-end service that creates thumbnails at specific time intervals.
Does this work the same in 6.1? Not seeing my class get called.
Views
Replies
Total Likes
How how you calling the class?
Views
Replies
Total Likes
smacdonald2008 wrote...
How how you calling the class?
Figured it out. My workflow got corrupted. thanks for your help.
Views
Replies
Total Likes
Views
Likes
Replies