Search code examples
videodownloadwatermarkazure-media-servicesvideo-watermarking

How do I use Azure media service to apply watermark on video files which is of format mp4, OGG


Currently I am storing video files in Azure, I have requirement download these files with watermark. Watermark is in text format. Can I get help how to apply text watermark into video files? Technology using Java


Solution

  • AMS does not provide a text overlay feature - but we do have an image overlay feature. If you can first format that text into an image, you can then re-encode the MP4 file using our Standard Encoder and the image overlay feature.

    UPDATE: this is the correct sample link for Javascript - https://github.com/Azure-Samples/media-services-v3-node-tutorials/tree/main/VideoEncoding/Encoding_H264_OverlayImage