Please excuse my ignorance but I’m just trying to follow the directions posted on the Audacity website.
When I try to export using the external program, I copy paste this: ffmpeg -i -acodec alac “%f” into the options box. But I get this error:
ffmpeg -i -acodec alac “/Users/tracy/Music/iTunes/iTunes Media/Music/Singles/Yoshida Brothers/Prism/2 The National Anthem.m4a”
execvp(ffmpeg, -i, -acodec, alac, /Users/tracy/Music/iTunes/iTunes Media/Music/Singles/Yoshida Brothers/Prism/2 The National Anthem.m4a) failed with error 2!
Please, take a look at the pink panel at the top of the page and give us that information.
When I try to export using the external program, I copy paste this: ffmpeg -i -acodec alac “%f” into the options box. But I get this error:
ffmpeg -i -acodec alac “/Users/tracy/Music/iTunes/iTunes Media/Music/Singles/Yoshida Brothers/Prism/2 The National Anthem.m4a”
You need to download a suitable binary if you don’t have it, such as from http://ffmpegmac.net/. This is because even if you have installed “FFmpeg 2.2.2 for Audacity”, that does not include an ffmpeg binary. It only includes shared FFmpeg libraries for Audacity to use when using export without the command-line.