AbedElazizShe / light_compressor

A powerful and easy-to-use video compression plugin for Flutter.
MIT License
59 stars 34 forks source link

Audio is getting out of sync. Audio clarity is very bad after compressing #27

Open mukkoticf opened 2 years ago

mukkoticf commented 2 years ago

Audio is getting out of sync. Audio clarity is very bad after compressing. can someone help or point out if im doing something wrong.

VideoQuality compressQuality =
              Platform.isAndroid ? VideoQuality.very_low : VideoQuality.medium;
          var response = await _lightCompressor.compressVideo(
              path: pickedFile.path,
              destinationPath: destinationPath,
              videoQuality: compressQuality,
              iosSaveInGallery: false);