This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Swing / AWT / SWT and the fly likes extracting audio from video files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "extracting audio from video files" Watch "extracting audio from video files" New topic
Author

extracting audio from video files

kalle svensson
Greenhorn

Joined: Oct 05, 2009
Posts: 13
hi, salooners!

I am just wondering how to go about creating a tool that extracts audio data from videoclips like mp4's using java. I have browsed through
the Java sound api to get some inspiration, and Google's part, but has no redeeming name. Is there anyone who is or has been involved in a similar project?
Any tip, links or enlightening hints will be very much appreciated.

//kalle.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35220
    
    7
If you can use QuickTime for Java (which limits you to platforms supporting QuickTime: OS X and Windows), then it's pretty easy to save the audio as an AIFF or WAV file.

On OS X, you can add QuickTime support for other formats through Perian and Flip4Mac.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: extracting audio from video files
 
Similar Threads
audio resources for Applet, alternatives to Jar?
Using Java to access Sound Card
Does JMF implement acoustic fingerprinting?
RTSP in JAVA FX
JMF / Java Sound and Sound Cards