PDA

View Full Version : convert quicktime audio to wav


kris2pe
9th March 2003, 05:44
I know how to convert quicktime video into avi
But convert to quicktime audio to wav I'd have to do it with the registered version of "Total record".
But the problem is that I can't afford it and I don't live in the US. So are there other alternative ways to convert quicktime audio to wav in the pc?

Alxemi
9th March 2003, 16:28
Download QTReader from de downloads section and use this script:

LoadVFAPIPlugin("C:\archiv~1\gordia~1\QTReader.vfp", "QTReader")
QTReader("e:\movie.mov")
SelectEvery(25,1)

Then load it with VirtualDub and choose "save wav"

cweb
10th March 2003, 16:16
I just press play in the quicktime player and record from my audio editor. Don't ask me how, but it works every time.

Try it perhaps it will work for you.