1

IS there any library in android to convert video file present in SD card to audio? I am showing the list of videos present in SD card in my application and want to convert it in audio.

berserk
  • 2,690
  • 3
  • 32
  • 63

1 Answers1

2

Yes, you can check out FFmpeg for video and audio grabbing.

LotusUNSW
  • 2,027
  • 18
  • 20
  • I was reading the link, but its hard to understand. Where to get the jar for it and which functions to use for my purpose? – berserk Nov 20 '13 at 11:37
  • 1
    You should ask that in another question. – LotusUNSW Nov 20 '13 at 11:37
  • Can you provide the answer here? I will mark correct if it works(and edit my question too). – berserk Nov 20 '13 at 11:38
  • Complicated process, i can only point you in the right direction. The coding i have to leave to you. Go here: http://stackoverflow.com/questions/4725773/ffmpeg-on-android and here https://trac.ffmpeg.org/wiki/How%20to%20compile%20FFmpeg%20for%20Android – LotusUNSW Nov 20 '13 at 11:47
  • A simple google search of 'FFmpeg android' will yeild many results. – LotusUNSW Nov 20 '13 at 11:48