1

Currently, I am processing video after recording using MediaRecorder. Is there any way I can do same while recording. This will save some waiting time for users.

Jaynti Kanani
  • 557
  • 6
  • 23

1 Answers1

1

Look at this Guy's answer using FFmpegFrameRecorder - Get/modify frames while recording mp4 with MediaRecorder. Basically you need to capture frames on 'onPreviewFrames ' method and process on the fly using ffmpeg.

Ajit
  • 339
  • 5
  • 15