.NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from dotnet core application.
I'm using LinqPad to test the following code, and it gives me a parameter error
PS: I have already set the environment variables correctly, and the path mentioned in the error is correct.
I'm using LinqPad to test the following code, and it gives me a parameter error PS: I have already set the environment variables correctly, and the path mentioned in the error is correct.
error info: Parameter error: 'C:\Users\Administrator\Desktop\DLL\ffmpeg.exe'
Linqpad C# Code: