Watermarking on Video Asset in AEM 6.4? | Adobe Higher Education
Skip to main content
February 8, 2019
Répondu

Watermarking on Video Asset in AEM 6.4?

Hi Experts,

we are using AEM Asset 6.4 and uploaded video assets. How we can apply the watermarking on Video Asset? Is it possible in AEM Asset?

Thanks

Samer

Ce sujet a été fermé aux réponses.
Meilleure réponse par Peter_Puzanovs

Hey Susmi,

Thanks for asking this question,

Interesting task, you're lucky.

Absolutely, AEM Assets is an extendable solution that would support any logic you would like add to it.

For further read please check:

Applying Workflows to Assets

Processing Assets Using Media Handlers and Workflows

In summary, there should be no problem that would prevent you to add a watermark with your very important cat image on top of a video in AEM Assets!

In fact I'm pretty sure you can do this via vlc vlc --sub-filter logo --logo-file cat.png video.avi (this would add a cat image watermark in top of your video.avi file)

As a side note, processing video on your Author might be an absolute killer feature for your content author. Which would make their instance very very slow and experience even more pleasant than usual. Therefore, consider using Web based solutions or https://api.encoding.com/reference#Watermarking  to make external system take the CPU hit. You might even consider using another instance to do the heavy lifting, hello Multitenancy scenarios and use cases - Apache Sling - Apache Software Foundation

Regards,

Peter

4 commentaires

arunpatidar
Community Advisor
Community Advisor
February 8, 2019

Hi,

According to document

AEM Assets supports text to be used as a watermark to watermark the web-renderable image formats, such as GIF, PNG, JPEG, and BMP.

More info

Watermarking

Arun Patidar
Level 2
February 11, 2019

Thanks for the info Arun.

Is there any possibility of using a third party watermarking tool that we can use to watermark videos and integrate it with AEM Assets?

edubey
Level 10
February 11, 2019

Yes, you can use 3rd party library.

Change the OOTB workflow and add your custom workflow process which use library like ffmpeg to inject watermark in video. This can be a CPU intensive operation depends on video length and quality.

Make sure to read the license of the library you choose you use.

GitHub - bramp/ffmpeg-cli-wrapper: Java wrapper around the FFmpeg command line tool

Or you can choose to use a 3rd party tool and add watermark outside of AEM and then upload final video in aem.

Peter_Puzanovs
Community Advisor
Community Advisor
February 11, 2019

Hey Susmi,

Thanks for asking this question,

Interesting task, you're lucky.

Absolutely, AEM Assets is an extendable solution that would support any logic you would like add to it.

For further read please check:

Applying Workflows to Assets

Processing Assets Using Media Handlers and Workflows

In summary, there should be no problem that would prevent you to add a watermark with your very important cat image on top of a video in AEM Assets!

In fact I'm pretty sure you can do this via vlc vlc --sub-filter logo --logo-file cat.png video.avi (this would add a cat image watermark in top of your video.avi file)

As a side note, processing video on your Author might be an absolute killer feature for your content author. Which would make their instance very very slow and experience even more pleasant than usual. Therefore, consider using Web based solutions or https://api.encoding.com/reference#Watermarking  to make external system take the CPU hit. You might even consider using another instance to do the heavy lifting, hello Multitenancy scenarios and use cases - Apache Sling - Apache Software Foundation

Regards,

Peter

Mrik
December 7, 2022

Interesting, thanks!

By extension, we'd like to watermark video/images to each users that are viewing using the files with their Name/Dates on it, rather than the same watermark for everybody.

Is there a feature to do so on video? On Images?