mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-27 15:08:39 +01:00
Bug 2372 - ENH: Export Multiple with (external program) Audacity fails to export if labels have no extension
Add 2 additional example command lines
This commit is contained in:
@@ -87,6 +87,8 @@ ExportCLOptions::ExportCLOptions(wxWindow *parent, int WXUNUSED(format))
|
|||||||
mHistory.Load(*gPrefs, wxT("/FileFormats/ExternalProgramHistory"));
|
mHistory.Load(*gPrefs, wxT("/FileFormats/ExternalProgramHistory"));
|
||||||
|
|
||||||
if (mHistory.GetCount() == 0) {
|
if (mHistory.GetCount() == 0) {
|
||||||
|
mHistory.AddFileToHistory(wxT("ffmpeg -i - \"%f.opus\""), false);
|
||||||
|
mHistory.AddFileToHistory(wxT("ffmpeg -i - \"%f.wav\""), false);
|
||||||
mHistory.AddFileToHistory(wxT("ffmpeg -i - \"%f\""), false);
|
mHistory.AddFileToHistory(wxT("ffmpeg -i - \"%f\""), false);
|
||||||
mHistory.AddFileToHistory(wxT("lame - \"%f\""), false);
|
mHistory.AddFileToHistory(wxT("lame - \"%f\""), false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user