Page 1 of 1

Audacity constantly crashing on Mojave with external program FFmpeg command Export

Posted: Wed Aug 19, 2020 5:54 am
by fbwaud
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
audacity.png (197.33 KiB) Viewed 123 times

Re: Audacity constantly crashing on Mojave with external program FFmpeg command Export

Posted: Sun Aug 30, 2020 1:16 am
by rayan008
I am not an expert in this field But if you find the solution, I am interested

Re: Audacity constantly crashing on Mojave with external program FFmpeg command Export

Posted: Sun Aug 30, 2020 10:25 am
by steve
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?