GyanD / codexffmpeg

Support for https://www.gyan.dev/ffmpeg
1.43k stars 108 forks source link

"winget install ffmpeg-shared" gives "no package found..." error #101

Closed emardee closed 1 year ago

emardee commented 1 year ago

I am trying to use winget install ffmpeg-shared as a command on Win11 to installed the shared version. However running that give me "No package found matching input criteria." as an error message.

If I try winget install ffmpeg I correctly get the non-shared version of package installed.

Is there an issue currently with the shared version?

GyanD commented 1 year ago

It should be winget install "FFmpeg (Shared)".

I'll correct the command on the page.

emardee commented 1 year ago

Ah. Magic! Thanks. That was the syntax I needed.

For reference, I got it from this page: https://www.gyan.dev/ffmpeg/builds/ (...although it might be listed incorrectly on other pages too)