We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As stated in the title, if you use the latest version, then code like
var serviceProvider = new ServiceCollection() .AddMediaToolkit(ffmpegFilePath, ffprobeFilePath) .BuildServiceProvider();
is not compilable, as there is not AddMediaToolkit overload
AddMediaToolkit
The text was updated successfully, but these errors were encountered:
Just the record, the current Develop branch compiled OK but the following extra packages were required to get it working: https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/5.0.1 https://www.nuget.org/packages/System.IO.Abstractions/13.2.31 https://www.nuget.org/packages/MedallionShell/1.6.2
The ffprobe changes seem to work so far - tested FfTaskGetMetadata and FfTaskSaveThumbnail on Windows 10 & Ubuntu.
Sorry, something went wrong.
No branches or pull requests
As stated in the title, if you use the latest version, then code like
is not compilable, as there is not
AddMediaToolkit
overloadThe text was updated successfully, but these errors were encountered: