PDA

View Full Version : rip audio from a .mov snippet?


tumbleweed
2005-05-17, 10:36 AM
this is a question i'm trying to answer for my 15 year old niece.
i would have searched for an answer, but it is disabled due to server load.

thanks

AAR.oner
2005-05-17, 11:28 PM
check videohelp.com maybe? :hmm:

tumbleweed
2005-05-18, 08:24 AM
check videohelp.com maybe? :hmm:

thanks!
i checked their site and i'm convinced that i need to find the share/free ware to convert this .mov to another video file format. then find the share/free ware to extract to .wav or mp3.

there is only one tool listed to directly extract audio from any video file (particularly .mov) format, but it's not free ;)

if anyone else has more insight i'd appreciate it :)

DoIFeelLucky
2005-05-18, 04:04 PM
I know of a method that uses only free software, and it's worked for me, but it's a little on the tech-savvy side. Be warned, this method does not extract the audio stream from a QuickTime movie (I've tried and tried to do that, but I can't seem to find a way); it only decodes the audio to a WAV file (which means that if it was lossily compressed inside the QuickTime movie and you compress the output to mp3, it'll be transcoded.

To do this, you'll need:

Graphedit (available from Doom9's full software page (http://www.doom9.org/software2.htm) under "Filters")
QuickTime Alternative (http://www.free-codecs.com/download/QuickTime_Alternative.htm) (specifically, the DirectShow filter included in the bundle)
wavdest DirectShow filter (http://www.cestfacile.org/Wavdest.ax) (copy to C:\WINDOWS\system32\)

Extract GraphEdit to wherever you choose, install QuickTime Alternative (or just the directshow filter component if you want), and copy wavdest to where I said.

Now, open GraphEdit, and click file>render media file. Locate the QuickTime movie. A sort of flowchart will appear, showing all the DirectShow filters that are used to render the movie when you play it, with one video stream and one audio stream. Disregard the video; and look at the last filter in the audio stream (should be "Default DirectSound Device"). Click on it and press the delete key.

Next, click graph>insert filters. In the window that pops up, there are a whole bunch of different categories, all of which contain filters. You want DirectShow Filters>WAV Dest. Select it in the list and click "Insert Filter". From the same list, insert File writer in the same way. A save dialog will pop up, so choose your destination, then give it a name (filename.wav). Click open. Now, close the "Insert Filters" window.

Finally, click and drag a line from the empty "out" pin in the last remaining audio filter to the "in" pin of WAV Dest. Repeat, going from WAV Dest's "out" pin to File Writer's "in" pin. Your graph is complete; press the play button, and GraphEdit will render it, writing your WAV file as it plays. You can close GraphEdit once the writing has completed.

Now you have a wav file decoded from the QuickTime movie. I'd compress it to a lossless format, but you can go the mp3 way if you want - if so, I strongly recommend lamedropXPd V.1.3.3, which is free and available from RareWares' mp3 section (http://www.rarewares.org/mp3.html), using the --preset STANDARD option.

tumbleweed
2005-05-19, 09:47 AM
thanks lucky :)