-
Notifications
You must be signed in to change notification settings - Fork 239
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
Allow video with no audio stream present to be transcoded #32
base: master
Are you sure you want to change the base?
Conversation
@ypresto Can you approve/merge this? |
Allow video with no audio stream present to be transcoded
When will this be released? It doesn't work with 0.3.0? Btw, is there a way to add an implementation in Android Studio Gradle for this exact comment supporting videos without audio? Tried to find a way, but found nothing. |
Again, please release this version, today many people do drone videos or time lapse without audio. |
… into 2020_04_noaudiostreamfix
In case somebody need to have this change right now (until author will merge it): You can get it via JitPack:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.AlexTrotsenko:android-transcoder:aa7dc58615'
} In more details:
|
Merge with latest master (as of 07.04.2020)
The code for transcoding video with no audio is not working. Please look into it. |
Related to #23.