Open akrulec opened 11 months ago
Hey @akrulec , I met with the same issue while using this library. I investigated some parts and found that if we give isStreamable=true, it adds _temp to the file name we have given. I just changed it to false and it worked perfectly. (I am using android 13 on my device)
This is how I use the video compressor:
When I added some print statements, I tell video compressor the video should be called 30758f51-8e0a-449c-a421-2268cd3953c1. It says, I've compressed video, and it's here /storage/emulated/0/Movies/30758f51-8e0a-449c-a421-2268cd3953c1_temp.mp4, but there is no such file there, it's /storage/emulated/0/Movies/30758f51-8e0a-449c-a421-2268cd3953c1.mp4 . I'm using version
com.github.AbedElazizShe:LightCompressor:1.3.2
. Is this intended? How do I get around this?