Add a image as a watermark while recording a video and saving a video with watermark in Android C#. I am using MediaRecorder
for record a video.
Asked
Active
Viewed 290 times
0
-
1by my search, I find the FFmpeg may help you to add watermark in video, here is the thread that you can take a look:https://stackoverflow.com/questions/56750430/how-can-i-add-watermark-to-video-in-android-studio-with-library – Cherry Bu - MSFT Dec 30 '19 at 08:08
-
this is for android studio, but im asking for xamarin.android c#. not for cross platform.native in xamarin. Can u please help me – karthi s Dec 30 '19 at 10:54
-
Welcome to SO karthi. You would have to create Native C# binding of that library that Cherry shared about. This is a good tutorial https://learn.microsoft.com/en-us/xamarin/android/platform/binding-java-library/ – Saamer Dec 31 '19 at 17:12