I have recorded a video with camera in Xamarin Forms and want to add watermark logo at the bottom of the video. Can someone tell me how to do that?
Asked
Active
Viewed 325 times
0
-
I tried to use FFMpeg but it's nuget package for android has not been updated since 2017 and I was unable to add that nuget package in my Xamarin Android project. – Ali Raza Dec 16 '19 at 15:52
-
I have no exp. in this but if I were to do such a thing I would let a separate service/server render the video with the watermark. So after you have the video it gets processed on a server and you get the video back with the watermark. – lordvlad30 Dec 17 '19 at 09:30
-
Have you tried an absolute layout? So you just overlap the video with a little image on top of it? – Saamer Dec 18 '19 at 14:02
-
I did not try absolute layout. I do not want the image to overlap camera view while video is being recorded. I want to record video first and then apply image on video while saving. – Ali Raza Dec 21 '19 at 09:44