android-transcoder icon indicating copy to clipboard operation
android-transcoder copied to clipboard

Allow video with no audio stream present to be transcoded

Open coryjthompson opened this issue 9 years ago • 5 comments

Related to #23.

coryjthompson avatar Aug 11 '16 05:08 coryjthompson

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

juliooa avatar Jan 15 '18 18:01 juliooa

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 avatar Jan 07 '20 10:01 tobias-r

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

tobias-r avatar Jan 13 '20 11:01 tobias-r

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:

  • I have merged master of this repo (which is not released, btw) and this PR: https://github.com/AlexTrotsenko/android-transcoder/commits/2020_04_noaudiostreamfix
  • Use JitPack to build and deliver result of my merge.
  • I have also send MR to the author of original MR to be up-to-date with current master: https://github.com/coryjthompson/android-transcoder/pull/1

AlexTrotsenko avatar Apr 09 '20 17:04 AlexTrotsenko

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

rahulapatil avatar Jun 07 '21 06:06 rahulapatil