mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Improve error msg slightly
This commit is contained in:
parent
65d1e368c2
commit
e6a2c71d39
@ -636,6 +636,10 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
title = "Error: Cannot load amfrt64.dll";
|
||||
}
|
||||
else if (_log.ToString().Contains("The minimum required Nvidia driver for nvenc is"))
|
||||
{
|
||||
title = "Nvidia driver needs updating";
|
||||
}
|
||||
|
||||
MessageBox.Show($"Encoding with ffmpeg failed: {Environment.NewLine}{_log}", title, MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user