I want to merge multiple videos sequentially and get one video with mp4parser
but can't start using it...
I added in file gradle - implementation 'org.mp4parser:isoparser:1.9.27'
and following the example, it is impossible to find
Movie()
then I realize that I need to add the plugin aspectj-rt.jar, but can't find up-to-date information on it
please help me with this problem. I see in the network that various developers successfully use this library to work with video files. But nowhere is there information on how to get started with mp4parser.