I've looked into this, and yes, it looks very promising! In fact this finally makes installing ffmpeg easy (like homebrew on MacOS).
I need to look deeper into it and check what's bundled into this ffmpeg version.
Edit:
So yes, scoop is indeed a good option, you can install FFmpeg really easy with it, like:
- Install scoop itself:
Open a powershell.exe console and enter:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
- Install ffmpeg (for Voukoder Pro 3.0)
- scoop install main/ffmpeg-shared@8.0
- scoop install main/ffmpeg-shared@8.0
- Add the directory with the installed ffmpeg dlls to the PATH variable