-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Comments
This combination worked for me:
|
any latest update? |
Waiting for any solution |
Waiting for any solution |
The solution given by @UrbanFercec works for me. implementation 'com.iceteck.silicompressorr:silicompressor:2.2.3' |
hi |
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'
}
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...
The text was updated successfully, but these errors were encountered: