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.
Asked
Active
Viewed 1,163 times
1 Answers
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