Help for Audacity on macOS.
Forum rules
This forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at
https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the
1.2.x and
1.3.x forums.
-
fbwaud
- Posts: 1
- Joined: Wed Aug 19, 2020 5:40 am
- Operating System: macOS 10.14 Mojave
Post
by fbwaud » Wed Aug 19, 2020 5:54 am
I'm trying to export a file with the following command and Audacity crashes consistently every time I hit save. I've tested these ffmpeg options working successfully directly in the terminal. This ffmpeg version was installed with homebrew.
Code: Select all
/usr/local/bin/ffmpeg -i - -c:a libfdk_aac -profile:a aac_he_v2 -ac 2 -b:a 32k "%f"

- audacity.png (197.33 KiB) Viewed 124 times
-
rayan008
- Posts: 3
- Joined: Sun Aug 30, 2020 1:07 am
- Operating System: macOS 10.15 Catalina or later
Post
by rayan008 » Sun Aug 30, 2020 1:16 am
I am not an expert in this field But if you find the solution, I am interested
-
steve
- Site Admin
- Posts: 80752
- Joined: Sat Dec 01, 2007 11:43 am
- Operating System: Linux *buntu
Post
by steve » Sun Aug 30, 2020 10:25 am
fbwaud wrote: ↑Wed Aug 19, 2020 5:54 am
I've tested these ffmpeg options working successfully directly in the terminal.
Try testing with a "32-bit float WAV" as the input file. Does that work?