This content has been marked as final.
Show 2 replies
-
1. Re: Can't open wav file: "unsupported format or damaged file". OSX.
370H55V Feb 3, 2010 12:01 PM (in response to jbriant)Try converting it to MP3 in iTunes, and then open it in Soundbooth. It could be something as simple as a bad bitrate in the wave file. You can always save it as a wave again once you're done editing it in Soundbooth.
-
2. Re: Can't open wav file: "unsupported format or damaged file". OSX.
jbriant Feb 3, 2010 2:11 PM (in response to 370H55V)ffmpeg via mac ports did the trick.
ffmpeg -i messedup.wav worksfine.aif
For some reason ffmpeg crashed when I tried to just save it as mp3. Ah, wait, even better:
ffmpeg -i messedup.wav -acodec copy worksfine.mp3
Now if only there was a way to run a shell script in Bridge... Anyone?
jamie

