AbedElazizShe / LightCompressor

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

Missing audio for videos with AAC-ELD #195

Open pafciu17 opened 7 months ago

pafciu17 commented 7 months ago

I'm experiencing an issue with the LightCompressor library where MP4 videos using AAC Enhanced Low Delay (AAC-ELD) audio lose their audio track upon compression, despite disableAudio being set to false. This problem does not occur with AAC Low Complexity (AAC-LC) audio tracks, which are retained after compression as expected.

Tested with: Android Version: 12 LightCompressor Version: 1.3.2