简体   繁体   中英

Overlaying a [PNG] image while recording a video camera api android

我想在使用相机api录制视频时添加png图像,保存视频时,图像必须在视频上充当水印。

One approach which I can suggest is use ffmpeg for android ( check this ).
You will need to compile the library yourself, if you want the latest version.
Readily available ffmpeg for android is this . After implementing the ffmpeg , refer this question for adding watermark. Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM