AbedElazizShe / LightCompressor

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

No Audio After Compress the video #73

Closed Shubham-Mollatech closed 3 years ago

Shubham-Mollatech commented 3 years ago

hi @AbedElazizShe I tried with both version but having same issue implementation "com.googlecode.mp4parser:isoparser:1.1.22" implementation "com.googlecode.mp4parser:isoparser:1.0.6" have any one resolved this issue?

gandhiishan624 commented 3 years ago

Yes, I facing same issue. have any solution??

AbedElazizShe commented 3 years ago

Thank you for opening the issue. Please share the devices you're using for testing as I don't have any issues on my testing devices. Anyway, with 1.1.22 there will be no audio, however, 1.0.6 which this library uses, should work just fine.

gandhiishan624 commented 3 years ago

Actually Audio issue with Exo-Player play. After Compress Video process, The Audio not playing in Exo-Player and getting Exo-Player audio error. but When you export it to the computer and try to play in the computer media player, It is working fine.