Dirty Forums

Dirty Forums (https://www.borndirty.org/forums/index.php)
-   underworld. (https://www.borndirty.org/forums/forumdisplay.php?f=5)
-   -   audio from quick time movie (https://www.borndirty.org/forums/showthread.php?t=4040)

crazysugarboy 07-21-2006 04:45 PM

audio from quick time movie
 
is it possible to burn to disc the audio of u/w quicktime vids??

Jan 07-22-2006 04:30 AM

Re: audio from quick time movie
 
To extract the audio from Quicktime movies do this:
1) download the latest ffmpeg version from here. To extract the archive, use WinRAR or the free 7-zip.
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...
Code:

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:
Code:

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

Re: audio from quick time movie
 
Many thanks that Jan:) - I'll have a go my coputor savvy friend is with me, just in case!


All times are GMT -7. The time now is 08:20 AM.

Powered by vBulletin®
Copyright ©2000 - 2025, vBulletin Solutions, Inc.