I have downloaded video trimming code from github from this link.
It’s working perfectly for the first time, but when I try to run it for the second time the code cr
Do one Thing
If You have Installed ffmpeg4android_os lib then you just need to comment 1 line of Method StopTranscoding like this
public void stopTranscoding() { Log.d(Prefs.TAG, "stopTranscoding called"); if (_transcodeBackground != null) { //_transcodeBackground.forceCancel(); } }
that all....