AbedElazizShe / LightCompressor

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

This commit introduces the transformation of the VideoCompressor clas… #173

Open Harshal624 opened 1 year ago

Harshal624 commented 1 year ago

…s from a singleton pattern to a regular class.

AbedElazizShe commented 1 year ago

Thank you @Harshal624 , can I know why this change is needed? The library needs to accept a list of video uris as well.