How Can I Add Watermark To Video In Android Studio With Library
I want to add a watermark to a video. so that when user select a video from gallery in the android studio. then watermark will be added to the video automatically like this. Please
Solution 1:
There's a very easy solution for this, There's a precompiled library for android, as below https://github.com/WritingMinds/ffmpeg-android-java Simply include this as a gradle project in your code and add few methods as per their documentation and you are done with FFMPEG commands in android. This library is not very updated and have some missing features but still its good to use for many simple tasks.
source: how to use latest FFMPEG in android studio project?
you can find a tutorial about using this library at the following link:
Integrate FFMpeg (Video Editor) Library using Android Studio Tutorial
Post a Comment for "How Can I Add Watermark To Video In Android Studio With Library"