This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Video Compression failed when "keepOriginalResolution = true" #170
Labels
Fixed
Will be in the next release
I am trying to compress a high-resolution video of size 602 MB. Still,
onSuccess
callback is invoked without invokingonProgress
, and a video file with a 24kb size is created at the destination location. On debugging it came to know that there's an issue atprepareEncoder(outputFormat: MediaFormat, hasQTI: Boolean)
. Below is the configuration I'm using for compressing.Video Info:
Size = 602 MB
Resolution = 3840 x 2160
Length = 02 minutes 14 seconds
Device: Pixel 5a
The text was updated successfully, but these errors were encountered: