natario1/CameraView

Create Bomrang like instagram

masoudzeeb opened this issue · 1 comments

Hi

Please help me
How create bomrang with video capter this library?

dont use ffmpg !
please help with frame add reverce

You can achieve that two different ways: You can record a very short video and then reverse it with ffmpg. Or you can takePictureSnapshot() multiple times to create a stop-motion that you can stitch and reverse. If you want a video as a final result, you need to use again, something similar to ffmpg, or a third party library or do the processing on your backend server if you don't want your app to be heavy in weight and unpredictable in video processing performance. What you want to achieve is out of the scope of this library, so you need to implement it yourself.