Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android change audio of any video file

I am trying to apply new audio pitch for my video file.

I want to replace audio of my existing video by android code. Is it possible in android. can any one help me to do this

Is there any Android library support this facility to change audio for video file?

Any Help is appreciated...!!! Thanks in Advance

like image 778
Hitesh Patel Avatar asked Apr 23 '12 17:04

Hitesh Patel


People also ask

How do I remove the voice from a video on Android?

Tap the Video button on the top left of your screen and choose the video you want to edit. Tap on the video track in the editing timeline. Select Extract Audio to remove the audio.


1 Answers

This is not the exact solution but you can try it:

  1. When you play the video file set its volume to zero.

  2. At the same time use the service in which you can play any audio you want.

  3. As service runs at background it has no effect on your video streaming.

  4. When your video end,end your service.

And remember to set volume of your audio file.

like image 138
dd619 Avatar answered Sep 29 '22 11:09

dd619