AbedElazizShe / LightCompressor

A powerful and easy-to-use video compression library for android uses MediaCodec API.
Apache License 2.0
518 stars 117 forks source link

UI freezes when I run the compression #115

Closed androidcodehunter closed 2 years ago

androidcodehunter commented 2 years ago

VideoCompressor -> start method run on UI thread which causing freezing the UI. UI should not freeze when you compress video.

AbedElazizShe commented 2 years ago

Hi @androidcodehunter, I believe you should handle that yourself, compression itself is done in the background. Please refer to the sample app.