I’m looking for a way to add watermark to videos in Flutter. I prefer not to use the package but if I don’t have a choice, then I would use packages. Any ideas or suggestions? Thank you!
I’m looking for a way to add watermark to videos in Flutter. I prefer not to use the package but if I don’t have a choice, then I would use packages. Any ideas or suggestions? Thank you!
2
Answers
You can use video_watermark
Simple Flutter package to add an image as an overlay in the video along with video trim option.
You can put anything above your video widget by put the watermark widget above by using Stack widget
Widget structure example:
From library perspective you can use stamp_image that allows you put watermark on any widget
UPDATE
You can set an image(watermark) to each frame of video file with video_manipulation library