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

Allow video with no audio stream present to be transcoded #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

coryjthompson
Copy link

Related to #23.

toori67 added a commit to mozzet/android-transcoder that referenced this pull request Aug 22, 2016
@juliooa
Copy link

juliooa commented Jan 15, 2018

@ypresto Can you approve/merge this?
It will be very useful to allow transcoding videos without audio, right now it throws an exception.

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
@tobias-r
Copy link

tobias-r commented Jan 7, 2020

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.

@tobias-r
Copy link

Again, please release this version, today many people do drone videos or time lapse without audio.

@AlexTrotsenko
Copy link

In case somebody need to have this change right now (until author will merge it):

You can get it via JitPack:

  1. Add JitPack as repo:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. And add dependency
	dependencies {
	        implementation 'com.github.AlexTrotsenko:android-transcoder:aa7dc58615'
	}

In more details:

Merge with latest master (as of 07.04.2020)
@rahulapatil
Copy link

The code for transcoding video with no audio is not working. Please look into it.

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

Successfully merging this pull request may close these issues.

5 participants