lalongooo / video-compressor

Video compressor based in the Telegram for Android app source code.
GNU General Public License v2.0
262 stars 88 forks source link

The voice disappear after compression #38

Open engakhamis opened 6 years ago

engakhamis commented 6 years ago

Hi,

the code works good but the output file is a video without voice. Is there any way to keep the voice?

Thank you

lalongooo commented 6 years ago

What Android version are you testing with?

engakhamis commented 6 years ago

6.0.1

maliatli commented 6 years ago

7.0

rranjithkumar100 commented 6 years ago

yes same issue facing me. facing both these versions - 6.0 & 5.0

vsoftphuong commented 5 years ago

I have the same problem, and I fixed implementation (group: 'com.googlecode.mp4parser', name: 'isoparser', version: '1.0.6') {force = true} Cheese.

Hassan-Bukhari commented 5 years ago

I have the same problem, and I fixed implementation (group: 'com.googlecode.mp4parser', name: 'isoparser', version: '1.0.6') {force = true} Cheese.

Hey, can u please elaborate how you solved the audio issue. Because only adding this library doesn't help.