I recorded a three-hour training class on my miniDV video camera. I can capture the video to a file, but is there any way to rip the audio out of that file to a WAV or MP3? I don’t really need the video portion; I want to use the audio as a soundtrack for a PowerPoint presentation.
I can always play back the movie and record the output from the card as analog sound, but that has to happen in real time and I was wondering if there was a way to just capture it digitally.
What format is the file? If it’s avi or mpg I’ll second Virtualdub. Just click “Streams” then save “Save wav”. I have to do this all the time for audio-video out of sync problems.
AudioFactoryTools video to audio converter generates a floating point exception at the end of the conversion. Output file is generated but left and right channels are out of sync created horrendous echo problem.
Put the file name and location in the field and away you go. MP3 is the result. It’s labeled as a YouTube audio extractor but it works with a lot of different video types.
I usually use mplayer on Linux but cannot vouch for the windows version. It’s a very mature application and is always reliable so I assume it works well under windows. Plus it’s free so you haven’t lost anything if it doesn’t work
I’ll second MPlayer. The command line should go something like this:
mplayer -ao pcm:file=soundtrack.wav VideoFile.avi
This makes the audio file WAV, which really eats up disk space but is guaranteed to be as good as the video file’s audio. There are GUI frontends to MPlayer on Linux (SMPlayer is one, KMPlayer is another) but I don’t know of any for Windows.