Atif Farrukh
Results
2
comments of
Atif Farrukh
Hi, you need to load the binary after getting `ffmpeg.getInstance(context);` ``` try { fFmpeg.loadBinary(new FFmpegLoadBinaryResponseHandler() { @Override public void onFailure() { Timber.d("Not supported"); } @Override public void onSuccess() { }...
Hi, any update on this?