View Single Post
Old 18th January 2007, 11:51   #4  |  Link
Pookie
Registered User
 
Join Date: Apr 2005
Posts: 1,339
what is the extension of the source files - .TSP ? If it isn't, change the script below to whatever it is...

Download this

http://tirnanog.fate.jp/mirror/ffmpeg/ffmpeg.rev7375.7z
http://sourceware.mirrors.tds.net/pu...pthreadGC2.dll

save the following as espn.bat
Code:
for %%a in (*.tsp) do ffmpeg -i "%%a" -vn -acodec mp3 -ac 2 -ab 128 -ar 44100 -y "%%~na.mp3"
Put everything in the same folder as your espn feeds - it should look like this:

file1.tsp
file2.tsp
ffmpeg.exe
ffplay.exe
espn.bat
pthreadGC2.dll

Doubleclick on Espn.bat and it should do the job....

But, as Skelsgard said, easier to record directly to mp3 if you can....

Last edited by Pookie; 18th January 2007 at 12:28.
Pookie is offline   Reply With Quote