Tourenathan-G5organisation / SiliCompressor

A powerful, flexible and easy to use Video and Image compression library for Android.
Apache License 2.0
1.38k stars 292 forks source link

Documentation issue #168

Open DaChelimo opened 3 years ago

DaChelimo commented 3 years ago

After setting up my project as stated in the documentation, I came across some issues that need to be clarified:

  1. The library requires an extra dependency which is implementation 'com.googlecode.mp4parser:isoparser:1.1.22' to fix the NoDefClassError

  2. The compression is done on the calling thread so the use of Coroutines (Kotlin) or AsyncTask(Java) is mandatory.