Allow video with no audio stream present to be transcoded#32
Open
coryjthompson wants to merge 3 commits intoypresto:masterfrom
Open
Allow video with no audio stream present to be transcoded#32coryjthompson wants to merge 3 commits intoypresto:masterfrom
coryjthompson wants to merge 3 commits intoypresto:masterfrom
Conversation
toori67
added a commit
to mozzet/android-transcoder
that referenced
this pull request
Aug 22, 2016
|
@ypresto Can you approve/merge this? |
FireZenk
added a commit
to FireZenk/android-transcoder
that referenced
this pull request
Apr 4, 2018
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to #23.