uestccokey / EZFilter

A lightweight (<180KB), easy-to-extend Android filter and dynamic sticker framework for adding filters and stickers for camera, video, bitmap and view.(一个轻量级(<180KB)、易扩展的Android滤镜和动态贴纸框架,支持摄像头、视频、图片和视图添加滤镜和贴纸。)
MIT License
207 stars 56 forks source link

can i pause render pipleline or pause video recording ? #44

Closed patelmanthan777 closed 6 years ago

patelmanthan777 commented 6 years ago

Currently in this project we can start and stop recording but is their any way to pause and resume recording?

uestccokey commented 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.

magnusmartin111 commented 6 years ago

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.

uestccokey commented 6 years ago

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

patelmanthan777 commented 6 years ago

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.

uestccokey commented 6 years ago

397093109@qq.com