How can I create dynamic watermarking for the video in PHP or Nodejs? For different user watermark should be different.
How can I create dynamic watermarking for the video in PHP or Nodejs. For different user watermark should be different. For example I want to show the username and mobile number of users on the video dynamically.
Emil Moe
Senior Data Engineer
I don't think any of them can do that. At least not very well.
But
ffmpegcan rather easily do this: gist.github.com/bennylope/d5d6029fb63648582fed236…You can use a library to work with it in PHP such as github.com/PHP-FFMpeg/PHP-FFMpeg