light_compressor icon indicating copy to clipboard operation
light_compressor copied to clipboard

A powerful and easy-to-use video compression plugin for Flutter.

Results 23 light_compressor issues
Sort by recently updated
recently updated
newest added

The light compressor creates a copy of the original file, during compression in the app directory (as shown in the attached screenshot). What purpose this copied file serves ? How...

Probably fixed

Hi, My flutter app supports Android SDK versions 21 and above and so I selected `light_compressor` v 2.0.0 because as per documentation, it requires `minSdkVersion 21`. However, I'm still getting...

after compress the video , couldn't get the file path PathNotFoundException: Cannot retrieve length of file final LightCompressor lightCompressor = LightCompressor(); final Result response = await lightCompressor.compressVideo( path: file.path, videoQuality:...

I have an OPPO A16s phone with Android 13 I added in my manifest file the permissions below: Here's a code snippet I used: Future _pickVideo() async { _isVideoCompressed =...

I face this issue after compressing video then put it in video player, the color of video changed (Please check image_2) The color of video saved in my album device...

Hello, We are testing the plugin and like it very much. However, to get better results for our use case, we would need to set compression options. For example, let's...

The `videoHeight` and `videoWidth` should be exchanged when compressing portrait (vertical) video on iOS to produce the correct results, which is not expected.

Hi , using latest release 2.2.0 , on real Samsung device android 12 I see the response not returned ``` final Result response = await _lightCompressor.compressVideo( path: item.path, // destinationPath:...

When passing video file path that is captured from camera, the compressVideo function throws start failed exception.(the file path is of the application's cache directory, not being saved in device...