SiliCompressor icon indicating copy to clipboard operation
SiliCompressor copied to clipboard

No sound after video compression

Open Yange820 opened this issue 4 years ago • 5 comments

No sound after video compression

Yange820 avatar Mar 26 '20 03:03 Yange820

Hi @Yange820

use below mp4parser:isoparser for compress lib instead of 1.1.22 implementation 'com.googlecode.mp4parser:isoparser:1.0.6'

dibakarece avatar Mar 31 '20 17:03 dibakarece

doesnt work, gives dependencies issues of duplicate files etc in 1.0.6 ... any solution to no sound after compression in 2.2.3?

planetskool avatar Apr 27 '20 19:04 planetskool

Hi @Yange820,

Instead of his gradle dependency, do one thing copy his entire lib package and paste it in your project folder and use gradle dependencies -> implementation 'com.googlecode.mp4parser:isoparser:1.0.6' it will work. It's working for me. lib-pc

dibakarece avatar Apr 28 '20 08:04 dibakarece

I have chosen a new plan. But thank you for your reply

------------------ 原始邮件 ------------------ 发件人: "Dibakar Mistry"<[email protected]>; 发送时间: 2020年4月28日(星期二) 下午4:33 收件人: "Tourenathan-G5organisation/SiliCompressor"<[email protected]>; 抄送: "颜格"<[email protected]>;"Mention"<[email protected]>; 主题: Re: [Tourenathan-G5organisation/SiliCompressor] No sound after video compression (#139)

Hi @Yange820,

Instead of his gradle dependency, do one thing copy his entire lib package and paste it in your project folder and use gradle dependencies -> implementation 'com.googlecode.mp4parser:isoparser:1.0.6' it will work. It's working for me.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

Yange820 avatar Apr 28 '20 12:04 Yange820

Hi @Yange820,

Instead of his gradle dependency, do one thing copy his entire lib package and paste it in your project folder and use gradle dependencies -> implementation 'com.googlecode.mp4parser:isoparser:1.0.6' it will work. It's working for me. lib-pc

It workd for me, Thanks!

Jason0501 avatar Sep 08 '20 02:09 Jason0501