There was a task to create an application for Android that lets you record and work with video. There is no problem with recording video from a camera, but I ran into a problem processing videos. For example, you want to crop video, overlay audio, apply a few videos on each other ...
Are there any libraries that can help me achieve my goals? I was looking for some information on this issue, some people recommend using ffmpeg. Can ffmpeg library help me achieve what I described above?
I would be grateful for any information.
Thank you.