Search code examples
javajmfjavasound

How to extract audio from a video file and make it as JavaSound AudioInputStream?


I know JMF needs to be used to deal with video, but the JMF api is very confusing and difficult to understand. I saw something like this but what I want to do is the opposite I think.


Solution

  • Problem solved. Xuggler is needed for doing the above operation. JMF is useless except for playing videos.