AbedElazizShe / LightCompressor

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

SaveAt Internal Storage #117

Closed ghasemdev closed 2 years ago

ghasemdev commented 2 years ago

Hi, is there any way to save video in internal storage like cacheDir or fileDir ?

AhsenSaeed commented 2 years ago

Getting same issue?

AbedElazizShe commented 2 years ago

Hi @ghasemdev and @AhsenSaeed Thank you for opening this issue.

I have added a fix to allow you to pass a isExternal (true/false) flag which will save to files dir if it is false.

I will release version 1.2.0 shortly.

Thank you.