View Full Version : audio from quick time movie
crazysugarboy
07-21-2006, 04:45 PM
is it possible to burn to disc the audio of u/w quicktime vids??
To extract the audio from Quicktime movies do this:
1) download the latest ffmpeg version from here (http://ffdshow.faireal.net/mirror/ffmpeg/). To extract the archive, use WinRAR or the free 7-zip (http://www.7-zip.org/).
2) Then put the *.mov files you want to convert in the same directory as ffmpeg.exe.
3) Create a new text file and name it something like ffmpeg.bat. Copy this...
ffmpeg -i "*.mov" -vn -acodec pcm_s16le "*.wav" ...in the .bat file, replacing the *'s with your movies name.
4) run the .bat file. You should have a new wave file in the folder.
5) You can convert many movies with the same .bat file, so something like this is also possible:
ffmpeg -i "rez_somersethouse_03mov.mov" -vn -acodec pcm_s16le "rez_somersethouse_03mov.wav"
ffmpeg -i "2monthsoff-spaceshower05.mov" -vn -acodec pcm_s16le "2monthsoff-spaceshower05.wav"
ffmpeg -i "moaner-spaceshower05.mov.mov" -vn -acodec pcm_s16le "moaner-spaceshower05.mov.wav"
ffmpeg -i "peggysussed-spaceshower05.mov" -vn -acodec pcm_s16le "peggysussed-spaceshower05.wav"
ffmpeg -i "2monthsoff_tokyo_03.mov" -vn -acodec pcm_s16le "2monthsoff_tokyo_03.wav"
ffmpeg -i "bornslippy_tokyo_03.mov" -vn -acodec pcm_s16le "bornslippy_tokyo_03v.wav"
ffmpeg -i "dinosauradventure_tokyo_03.mov" -vn -acodec pcm_s16le "dinosauradventure_tokyo_03.wav"
ffmpeg -i "KOS_tokyo_03.mov" -vn -acodec pcm_s16le "KOS_tokyo_03.wav"
ffmpeg -i "pearlsgirl_tokyo_03.mov" -vn -acodec pcm_s16le "pearlsgirl_tokyo_03.wav"
ffmpeg -i "darktrain _werchter.mov" -vn -acodec pcm_s16le "darktrain _werchter.wav"
Have fun :)
crazysugarboy
07-25-2006, 07:04 PM
Many thanks that Jan:) - I'll have a go my coputor savvy friend is with me, just in case!
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.