2

Application will open/record video from gallery/camera, after that application should automatically convert that video to audio file. I have searched a lot on google but i unable to get any solution for this. Can anyone help me on this?

Reena
  • 1,368
  • 1
  • 11
  • 25

3 Answers3

0

FFMPEG is the best option for Audio capturing from Video.

Narendra Sorathiya
  • 3,770
  • 2
  • 34
  • 37
0

Even i was stuck on this same year back. wanted to make app like Dubmash. but didn't find solution anywhere on stackoverflow. but luckily i found one project which did these type of functionality i extracted the part i wanted i.e getting audio from a video file.

here check my answer. i answered it to one question last year. please have a look.

well i dont know how good/bad it is in performance o anything. but main thing is it worked for me

Community
  • 1
  • 1
Jolson Da Costa
  • 1,095
  • 1
  • 12
  • 31
0

There is one library that can do the trick which is called FFmpeg. you can found it here http://ffmpeg.org/ .

The best way is you can use bambuster (http://bambuser.com/opensource) which is open source and provides you code for your FFmpeg android app. so, you can easily convert your video file.

Piyush k
  • 297
  • 3
  • 14