Android - Add text or image while recording video?

I struggle with recording and editing videos. For editing, I found a useful library in Android called ffmpeg4Android . However, I am still stuck in the video recording. Here is what I want:

1 / Add text or images to video while recording
2 / Add filter while recording video

I found that there is a GPUImage library for Android , but it only has some examples related to photographing, not video recording)

Please let me know if you have any methods or any suggested libraries that can do this.

Thank you in advance!

Links that I read during the study:
Add overlay when recording video on Android.
How to record video using GPUImage? FFMpeg adds text to the actual video file after recording in Android

+4
source share
1 answer

You can add an overlay image to the video using a blend filter.

You cannot add text directly, but you can add text to recording images on canvas.

The android-gpuimage library does not support video recording, but you can try using the android-gpuimage video library. This is the gpu image fork for android, which also provides video recording function

android-gpuimage-videorecording

. GPUImageMovieWriter

GPUImage.

:

  • .
  • .

: EGL,

0

All Articles