Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

How can we merge audio over video

Rohit_A_
Beginner
749 Views

Hi,

I want to merge audio of mp3 file in to video mp4  file .is it possible via media for moile library.if yes then how can  we do this in android.

Regards,

Rohti Anvekar

 

 

0 Kudos
2 Replies
Nikolay_A_Intel
Employee
749 Views

You can use

https://github.com/INDExOS/media-for-mobile/blob/master/Android/samples/effects/src/com/intel/inde/mp/effects/SubstituteAudioEffect.java

but it works only for AAC audio, since all frames should be equal sizes. mp3 frames sizes are different from frame to frame.

0 Kudos
Miya59
Beginner
736 Views

I have ever done this using an audio and video joiner called Joyoshare Video Joiner on my Windows. I have not tried it on mobiles. 

0 Kudos
Reply