androidx / media

Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android
https://developer.android.com/media/media3
Apache License 2.0
1.68k stars 403 forks source link

Can we overlay audio over video at a specific duration using Transformer #598

Open pawaom opened 1 year ago

pawaom commented 1 year ago

Can we overlay audio over video at a specific duration using Transformer

I have a 45 seconds long video which already has audio , I want to add another audio which is 15 seconds long over this video, from the 10th second of video to the 25th second of video, while maintaining the old audio of video also

Is it possible to maintain the audio of old video and add the new audio over this video

droid-girl commented 1 year ago

This is currently not supported in Transformer. It is in our mid term plans to support this use-case.

pawaom commented 1 year ago

thanks for the info, just in case its decided to speed up this feature I cam across, this on github

its a request include this feature soon

Samrobbo commented 4 months ago

Re-opening this as the "enhancement" tracker for this request.