1

i want to extract audio from video file and save as a audio file of any audio format,is it possible through java program.can i use JMF for this purpose,if yes how?,how can i use JMF in my program code,is there any better way?please post a sample code

sajith
  • 2,564
  • 8
  • 39
  • 57

1 Answers1

3

See http://www.xuggle.com/. It provides an API that can extra audio and video data from pretty much any file. Lots of examples and demos are provided.

Art Clarke
  • 2,495
  • 18
  • 15
  • 2
    Art Clarke xuggle uses FFmpeg and has its license - GPL, meaning that if you are using it your app's license need to be also GPL(and open sourced) – Nativ Nov 04 '13 at 16:24