This document explains how to prepare your environment, install FFmpeg using Chocolatey, run the application, and includes sample code for language detection using a local Whisper model.
First, run the project setup script to install dependencies and configure your environment.
-
Open a regular PowerShell terminal.
-
Execute the following command in the project directory:
.\setup.ps1
-
Open an Administrator PowerShell Terminal
# Install FFmpeg via Chocolatey choco install ffmpeg
This guide provides the steps to install FFmpeg using Chocolatey and then run the application.
Note:
Make sure to open an Administrator PowerShell for the installation step.
Run the following commands in the project directory
# Run the application
.\run.ps1