Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silicompressor compress video results with no sound #171

Open
rotiMANNA opened this issue Sep 21, 2021 · 6 comments
Open

Silicompressor compress video results with no sound #171

rotiMANNA opened this issue Sep 21, 2021 · 6 comments

Comments

@rotiMANNA
Copy link

I am using buildgradle in android studio as follows:

buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
//classpath "com.android.tools.build:gradle:7.0.1"
classpath 'com.android.tools.build:gradle:4.2.2'
//classpath 'com.google.gms:google-services:4.3.8'

    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}

}

task clean(type: Delete) {
delete rootProject.buildDir
}
dependencies:
implementation 'com.googlecode.mp4parser:isoparser:1.1.22'
implementation 'com.iceteck.silicompressorr:silicompressor:2.2.4'

in doInBackground:
videoPath = SiliCompressor.with(MainActivity.this).compressVideo(uri, strings[2]);

results:
a compressed video with no sound !

Thanks for every one who can help me to solve this problem...

@UrbanFercec
Copy link

This combination worked for me:

implementation 'com.iceteck.silicompressorr:silicompressor:2.2.3'
implementation ('com.googlecode.mp4parser:isoparser:1.0.6') {
         exclude group: 'org.aspectj', module: 'aspectjrt' 
}

@ssubhodeep
Copy link

any latest update?

@Phirke
Copy link

Phirke commented Apr 4, 2023

any latest update?

Waiting for any solution

@jpaulolxm
Copy link

Waiting for any solution

@etineh
Copy link

etineh commented Feb 28, 2024

The solution given by @UrbanFercec works for me.
Use this for your dependency.

implementation 'com.iceteck.silicompressorr:silicompressor:2.2.3'
implementation ('com.googlecode.mp4parser:isoparser:1.0.6') {
exclude group: 'org.aspectj', module: 'aspectjrt'
}

@yosefi1988
Copy link

yosefi1988 commented Aug 20, 2024

hi
The solution given by @UrbanFercec works for me too
راه حل این دوستمون برای من هم کار کرد

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants