I have a video stored in my internal storage. I want to add the app logo to the video and play it in my android app.
I have googled a bit and got the following results,
https://github.com/WritingMinds/ffmpeg-android-java
Adding watermark bitmap over video in android: 4.3's MediaMuxer or ffmpeg
But from these references i am not getting how to implement the feature which i want. So can any one please help me out in finding the solution for this.