Quicktime says that the audio channel is mp3, 11025Hz, mono I can confirm that this is an issue with Quicktime 7.6. Extraction worked perfectly on my system that still has 7.5.5.
I was able to extract the audio channel with ffmpeg. You can install it through macports or get it as part of ffmpegx (http:// www.ffmpegx.com/). There is a nice FAQ about stripping video/audio: http://howto-pages.org/ffmpeg/#strip I just used ffmpeg that was bundled with ffmpegx. I couldn't figure out how to do this with the gui, but this command worked: /Applications/ffmpegX.app/Contents/Resources/ffmpeg -i guy_raw.mov -vn -acodec copy guy_raw.mp3 Open source, FTW! Brian On Feb 17, 1:48 pm, Patrick Crowley <[email protected]> wrote: > > If you need, I have a DAW and can feed it out to various devices and > > convert it back to a different audio stream. > > Thanks, Steven. We could do that, but I'm really trying to figure out > a long-term solution for this problem. > > -- Patrick --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
