#install ffmpeg#
- Open PwoerShell as an adminstrator
- Enable PowerShell execurtion policy. Run the following command in PowerShell: Set-ExecutionPolicy Bypass -Scope Process -Force;
- INstall Chocolately by executing the following command in PowerShell; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
- After the installation completes, close and reopen PowerShell.
- Verify the Chocolatey installation by running the following command in PowerShell: choco
- You can now use Chocolatey to install packages simillar to how you'd use Brew on macOS or Linux. For example, to install
ffmpeg
, run the following command in PowerShell' choco install ffmpeg
You can install ffmpeg
using the package manager of your choice.
brew install ffmpeg
npm insatll