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
I see your instructions to add your NuGet package, done that and made reference to it, but then the rest of your instructions are using Windows directory links
ie... var ffmpeg = new Engine("C:\ffmpeg\ffmpeg.exe");
I am using VSCode to develop an ASPNET Core app on Mac OS, so where to I reference the .exe?
I see the FFmpeg.NET.dll in the /bin folder but how do I reference it?
Regards
James
The text was updated successfully, but these errors were encountered:
I see your instructions to add your NuGet package, done that and made reference to it, but then the rest of your instructions are using Windows directory links
ie... var ffmpeg = new Engine("C:\ffmpeg\ffmpeg.exe");
I am using VSCode to develop an ASPNET Core app on Mac OS, so where to I reference the .exe?
I see the FFmpeg.NET.dll in the /bin folder but how do I reference it?
Regards
James
The text was updated successfully, but these errors were encountered: