How can I add overlay images or text on top of videos in Android?
问题 I'm trying to add overlay images/text on top of mp4 videos inside an Android application. Most solutions point to FFmpeg (or appunits AndroidFFmpeg) but isn't stable and very complicated to maintain. Is there a native way to do this using the Android SDK? (MediaCodec? MediaMuxer?) Thank you, Ori 回答1: There are two ways to understand your question: You want to temporarily superimpose video with additional information . This can be done using the standard layout procedure: Use the built-in