Expand my Community achievements bar.

SOLVED

Multiple Video Thumbnails

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

6 Replies

Avatar

Level 10

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. 

Avatar

Level 3

Thanks for the answers.  I'll take a look and see what I can do.

Avatar

Correct answer by
Level 10

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

Avatar

Level 3

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.

Avatar

Level 10

How how you calling the class? 

Avatar

Level 3

smacdonald2008 wrote...

How how you calling the class? 

 

Figured it out.  My workflow got corrupted. thanks for your help.