Closed patelmanthan777 closed 6 years ago
No support for pause and resume. Maybe you want to achieve segmented recording, you can use start and stop, and then merge each generated small file. The advantage is that it is very simple to implement the delete segmentation function.
i can use ffmpeg for merge segment but do you have any inbuilt method in your code for merge video faster then ffmpeg. because ffmpeg takes time.
You can use other libraries to implement the stitching function. No video stitching is currently available in my project. In addition, using ffmpeg is a good choice, and I also use it in my own project, which is more compatible than MediaCodec, and speed is not too slow
Then good i will do that. And it is very good and very fast library for recording video with filters. I appreciate you work. Can you give me your contact where you active for any question regarding video processing in future.
397093109@qq.com
Currently in this project we can start and stop recording but is their any way to pause and resume recording?