This project provides a PowerShell script that automates the entire FFmpeg installation process on Windows systems. The script handles:

Requirements:

Usage:

  1. Save the script as install_ffmpeg.ps1.
  2. Open PowerShell as Administrator and, if necessary, bypass the execution policy:
    Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
    
  3. Run the installer script:
    .\install_ffmpeg.ps1
    

GitHub Repository