Skip to content
New issue

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

Latest nuget does not contain ffprobe options changes #11

Open
adrianiftode opened this issue Feb 22, 2021 · 1 comment
Open

Latest nuget does not contain ffprobe options changes #11

adrianiftode opened this issue Feb 22, 2021 · 1 comment

Comments

@adrianiftode
Copy link

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

@moon6969
Copy link

moon6969 commented May 4, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants