Bugzilla – Bug 763
FFmpeg Custom Export: Crashes importing presets.
Last modified: 2018-08-20 11:46:01 UTC
Not a regression on 2.0.0 and not previously reported AFAIK, so P3 is probably appropriate.
Fix for this committed in r13706. It was just a double delete.
The crashes deleting presets are fixed but the crashes attempting to import a preset are not fixed. Importing a preset still crashes Audacity unless the "ffmpeg_presets.xml" file in Audacity's folder for application data is empty or does not exist.
Created attachment 585 [details] Crash report for Mac when importing presets and a populated "ffmpeg_presets.xml" exists
fix committed in 436fc86.
Thanks, Leland.