MACOSX - Wav + Aiff To MP3 Without itunes - the solution!
-
berndkiltz
- Posts: 3
- Joined: Wed Oct 11, 2006 8:17 am
MACOSX - Wav + Aiff To MP3 Without itunes - the solution!
Been looking all over the web for a quick solution to convert Wav to Mp3 in osx (...as live doesnt do direct mp3 rendering). Here it is:
ffmpegX - it universal binary and for free.
original a Movie Converter, but converts mp3's just perfect.
url: http://ffmpegx.com
one drop on the programm, click "encode" - DONE !!!
have fun without itunes...
Anybody has a better solution, PLEASE POST IT !!!
ffmpegX - it universal binary and for free.
original a Movie Converter, but converts mp3's just perfect.
url: http://ffmpegx.com
one drop on the programm, click "encode" - DONE !!!
have fun without itunes...
Anybody has a better solution, PLEASE POST IT !!!
i thought that one's shareware? well whilst we're onto mac apps (till someone mentions pc)
you could use Audacity, an the Lame plugin,
as for shareware, I use http://www.dekorte.com/projects/sharewa ... Converter/
US$10, and can convert any audio to any audio with a simple drag/drop interface
you could use Audacity, an the Lame plugin,
as for shareware, I use http://www.dekorte.com/projects/sharewa ... Converter/
US$10, and can convert any audio to any audio with a simple drag/drop interface
MacBook Pro M3 Max, Scarlett 4i4 4th Gen, Ableton Move, LaunchPad Pro MK3, Behringer Edge, TecWav noise synth, Crank Sturgeon Plug Ugly contact mic, and oodles of effects pedals.
-
Rogue Scrunt
- Posts: 1272
- Joined: Wed Aug 23, 2006 6:32 am
- Location: Colorado Springs, USA
even if you don't use it for your muusic library, you could still use it to convert formats. That is just silly. I-tunes is free and works great.eddit wrote:It's a problem if you don't use it for your music libraryxrayfish wrote:er... why is it a problem using itunes - is it too slow or something?
good luck with everything.
for lots of great records, check out,
http://stores.ebay.com/id=64360994?ssPageName=ME:F:ST
http://stores.ebay.com/id=64360994?ssPageName=ME:F:ST
-
berndkiltz
- Posts: 3
- Joined: Wed Oct 11, 2006 8:17 am
...why i dont use itunes?
Ok, converting in itunes:
put the wav file in the library (step1)
right click and say "save as mp3" (step2)
Drag the file to wherever you want it (step3)
Delete File from Library (step4)
Besides that, itunes takes sometime to start.
Get the picture...
With FFmpeg X:
Drag the file to the programm windwow
click the convert button
Done...
For reference - I'm doing this stuff when teaching on my laptop - and I Save about 15 Seconds each using ffmpeg. Its a lot more easy than itunes - why dont use it.
Ok, converting in itunes:
put the wav file in the library (step1)
right click and say "save as mp3" (step2)
Drag the file to wherever you want it (step3)
Delete File from Library (step4)
Besides that, itunes takes sometime to start.
Get the picture...
With FFmpeg X:
Drag the file to the programm windwow
click the convert button
Done...
For reference - I'm doing this stuff when teaching on my laptop - and I Save about 15 Seconds each using ffmpeg. Its a lot more easy than itunes - why dont use it.
Well step 1 is done by simply clicking on the wav on your desktop - step 2 seems to be the same in both...i then have a smart folder in my dock so i can locate freshly made mp3s without fannying aorund with spotlight - the time taken is a few fractions of a second on top of the convertion time.berndkiltz wrote:...why i dont use itunes?
Ok, converting in itunes:
put the wav file in the library (step1)
right click and say "save as mp3" (step2)
Drag the file to wherever you want it (step3)
Delete File from Library (step4)
Besides that, itunes takes sometime to start.
Get the picture...
With FFmpeg X:
Drag the file to the programm windwow
click the convert button
Done...
For reference - I'm doing this stuff when teaching on my laptop - and I Save about 15 Seconds each using ffmpeg. Its a lot more easy than itunes - why dont use it.
Try looking in the automator to - im pretty sure you could shave the time even further.
If you need tagged files, iTunes is a good way to go. As far as MP3 encoding goes, you'd have to use LAME and iTunesLAME (see sourceforge.net for first, macupdate.com for the latter) to access premium quality and full control over all encoding options. Wisely used, it's hardly paralleled by any other app (I'm talking Mac here).
To those wanting to rave on qualities of different MP3 encoders, read all about it on hydrogenaudio.com forums.
To those wanting to rave on qualities of different MP3 encoders, read all about it on hydrogenaudio.com forums.
Live 6.01
MacBook Pro II 2,16 GHz, 2 GB RAM, 100 GB HD – OS X 10.4.8
MacBook Pro II 2,16 GHz, 2 GB RAM, 100 GB HD – OS X 10.4.8
-
Rogue Scrunt
- Posts: 1272
- Joined: Wed Aug 23, 2006 6:32 am
- Location: Colorado Springs, USA
I don't even use codec anymore.
My whole library is wav files.
files from cd = 16 bit
files recorded from records = 24 bit
hard drives are massive and cheap.
cheers
My whole library is wav files.
files from cd = 16 bit
files recorded from records = 24 bit
hard drives are massive and cheap.
cheers
for lots of great records, check out,
http://stores.ebay.com/id=64360994?ssPageName=ME:F:ST
http://stores.ebay.com/id=64360994?ssPageName=ME:F:ST
-
berndkiltz
- Posts: 3
- Joined: Wed Oct 11, 2006 8:17 am
To jeskola:
I tried the thing with automator, and yes you are right:
its faster.
I made an Atomator plugin witch imports the dragged wav to itunes using mp3 converter, and even tags it automatically. Then I can drag that file from an intelligent folder in itunes dirctly to the mail programm. this is even much better than with ff mpeg...
Thank you for your hint.
...I wouldn be using codecs either, but for sending a playalong to a student, even with DSL... no.
I tried the thing with automator, and yes you are right:
its faster.
I made an Atomator plugin witch imports the dragged wav to itunes using mp3 converter, and even tags it automatically. Then I can drag that file from an intelligent folder in itunes dirctly to the mail programm. this is even much better than with ff mpeg...
Thank you for your hint.
...I wouldn be using codecs either, but for sending a playalong to a student, even with DSL... no.
If you're doing a batch of them, Lame on the command line is probably the quickest way.
Install Lame http://spaghetticode.org/lame/
Open command terminal (I forget exactly what it's called on Mac OSX)
At the prompt type the following (it's five lines):
cd [the directory you saved the wavs to]
for i in *
do
lame $i $i.mp3
done
Install Lame http://spaghetticode.org/lame/
Open command terminal (I forget exactly what it's called on Mac OSX)
At the prompt type the following (it's five lines):
cd [the directory you saved the wavs to]
for i in *
do
lame $i $i.mp3
done
-
stale bread
- Posts: 1101
- Joined: Thu Apr 07, 2005 11:09 am
- Location: Los Angeles