diff --git a/Code/AudioVideo/AvProcess.cs b/Code/AudioVideo/AvProcess.cs index 9027ca3..e1bcf64 100644 --- a/Code/AudioVideo/AvProcess.cs +++ b/Code/AudioVideo/AvProcess.cs @@ -62,6 +62,9 @@ namespace Flowframes if(line.Contains("Could not open file")) Interpolate.Cancel($"FFmpeg Error: {line}"); + + if (line.Contains("No NVENC capable devices found")) + Interpolate.Cancel($"FFmpeg Error: {line}\nMake sure you have an NVENC-capable Nvidia GPU."); } static void FfmpegOutputHandlerSilent (object sendingProcess, DataReceivedEventArgs outLine)