FFmpeg.NET
FFmpeg.NET copied to clipboard
Add more tests
There are still missing many tests for this library. Any contribution is very welcome. Tests are implemented via XUnit which is included in the dotnet sdk by default.
You can run tests via cmd:
dotnet test tests\FFmpeg.NET.Tests\FFmpeg.NET.Tests.csproj
Or just open the Testexplorer in Visual Studio 2017 / 2019:
Tests -> Windows -> Test Explorer
You should see all implemented tests after rebuilding the project.