I am working on a custom schema editor for videos. We need a dropdown that contains a dynamic list of values. How do you create custom form fields here and display them as options in the form editor?
I have implemented an custom DAM Handler to create video image renditions at different parts of the video using FFMpegWrapper. I need to rename the rendition with the time interval from the still. When I try to move the rendition an exception occurs saying the rendition node does not exist. Here ...
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/...
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
We have a secure site and ended up not caching those pages because we found you could bypass the security once the page was cached. I'm curious to know if there is a better solution to managing secure content and caching. We have noticeably poorer performance on the secure pages because we are no ...
First - What are the valid payload types for a workflow? I've only ever seen JCR_PATH used.Second - Can I pass an object as the payload instead of a string?