AbedElazizShe / LightCompressor

A powerful and easy-to-use video compression library for android uses MediaCodec API.
Apache License 2.0
524 stars 116 forks source link

Sound Codec issue in apple device. And also creating corrupted files while running on below android devices #204

Open sauniksingh opened 1 day ago

sauniksingh commented 1 day ago
1.  Video Compression Issue on Apple Devices: While compressing videos, it was observed that the audio codec is often missing, especially on Apple devices. The video plays without sound and appears corrupted, as the audio track does not function properly.
2.  Corrupted Videos on Specific Devices: Another major issue has been found where videos appear corrupted on the following devices:
•   Vivo Y20 V2029 (OS Version: 12)
•   Vivo V15 1819 (OS Version: 11)
•   Xiaomi Redmi 9 M2004J19C (OS Version: 10)
•   Vivo V25e V2201 (OS Version: 13)
•   Redmi Note 9 Pro (OS Version: 12)

These device-specific issues are leading to frequent video corruption, requiring further investigation and fixes.