LightCompressor
LightCompressor copied to clipboard
A powerful and easy-to-use video compression library for android uses MediaCodec API.
If I select the video from Google Photos then compression fails, the logs are mentioned below and i'm using Android 11 with oppo A5 ``` An error has occurred! java.lang.IllegalArgumentException...
Hello my issue is different its increase my build size 30 Mbs when i add this new version 1.3.2 in older version 1.0.0 Its works like charm.This version may have...
- Modified storage configuration, now is a strategy pattern. - Now library is easy to mock and test. - Modified documentation to fit with the new changes. - Extract a...
how to store video in cache storage not in internal storage
I encountered an issue when trying to run the `compressVideo` on a file that is corrupted or a file that is not a video file, but has the extension of...
I noticed that in `onSuccess()` of compression the String path that is returned has `_temp` appended to it if `isStreamable` is set to true. This is the code that does...
In the `Configuration` object `videoBitrateInMbps` is an `int`. It would be really helpful to be able to pass in a more fine grained bitrate. Two possible solutions: 1. Make videoBitrateInMbps...
Sound issue while compressing video.
Device: Google Pixel 4XL OS: Android 12, API 32 LightCompressor Version used: 1.3.0 Issue: Im getting an error with the MediaCodec when compressing a screen recording on Google Pixel 4XL....