linkedin / LiTr

Lightweight hardware accelerated video/audio transcoder for Android.
BSD 2-Clause "Simplified" License
610 stars 85 forks source link

Overlay audio at a specific time over an video with fade in fadeout #251

Open pawaom opened 1 year ago

pawaom commented 1 year ago

Overlay audio at a specific time over an video with fade in fadeout

I have a video which is 2 minutes long , I want to overlay an audio which is 15 seconds long from the 30 th second to 45th second in video with fade in and fade out also adjusting the volume of video to 0.6 and of the audio file to 1.5 times

How can we achieve this.

izzytwosheds commented 1 year ago

I don't think we support audio fade outs yet. My take is that you will have to write your own audio filter using code from existing volume filter.