You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class Engine.FFmpeg is now in the namespace FFmpeg.NET and got renamed to Engine.
This means existing Code needs to replace new Engine.FFmpeg("Path\To\ffmpeg") with new Engine("Path\To\ffmpeg")