i am trying to trim and compress a video using two libraries: Silicompressor and k4l-video-trimmer. the problem is both libraries use mp4parser but dif
With the help of @MilanPansuriya I was finally able to solve the issue. Follow below steps to resolve above issue:-
Note:- Both libraries will work fine now, but since we have changed FileDataSourceViaHeapImpl to FileDataSourceImpl sometimes I am getting Out Of Memory while trimming some large size videos (which is obviously supposed to happen & is also reported by users of older version of kl-trimmer).
As of now this is the only solution I am able to get. If someone have a better solution please update us too. Thanks.