Skip to content
Crysisjim edited this page May 29, 2026 · 2 revisions

FFmpeg

🇬🇧 English · 🇫🇷 Français


🇬🇧 English

PyAudioCodingTools requires FFmpeg to function. Three installation methods are available.

Method 1 — Via the App (Recommended)

  1. Launch PyAudioCodingTools
  2. Go to Options tab
  3. Click Update FFmpeg
  4. Choose Full Release (WinGet)

The app installs FFmpeg, creates symlinks, and updates the PATH automatically.

Method 2 — WinGet (Command Line)

winget install Gyan.FFmpeg

Method 3 — Manual Download

  1. Go to gyan.dev/ffmpeg/builds
  2. Download ffmpeg-release-full.7z
  3. Extract and place ffmpeg.exe / ffprobe.exe in a folder
  4. In PyAudioCodingTools → Options, enter the full paths

Available Versions

Version Advantages Disadvantages
Full Release Stable, all codecs, soxr resampler
Essentials Lighter No soxr (HQ resampler)
Git Master Full Latest build May be unstable

If soxr is unavailable, change Resampler to swr in advanced settings.


🇫🇷 Français

PyAudioCodingTools requiert FFmpeg pour fonctionner. Trois méthodes sont disponibles.

Méthode 1 — Via l'application (recommandée)

  1. Lancez PyAudioCodingTools
  2. Allez dans l'onglet Options
  3. Cliquez sur Mise à jour FFmpeg
  4. Choisissez Release Full (WinGet)

L'application installe FFmpeg, crée les symlinks et met à jour le PATH automatiquement.

Méthode 2 — WinGet (ligne de commande)

winget install Gyan.FFmpeg

Méthode 3 — Téléchargement manuel

  1. Allez sur gyan.dev/ffmpeg/builds
  2. Téléchargez ffmpeg-release-full.7z
  3. Extrayez et placez ffmpeg.exe / ffprobe.exe dans un dossier
  4. Dans PyAudioCodingTools → Options, saisissez les chemins complets

Versions disponibles

Version Avantages Inconvénients
Release Full Stable, tous les codecs, soxr
Essentials Plus légère Sans soxr (resampler HQ)
Git Master Full Toute dernière build Peut être instable

Si soxr n'est pas disponible, changez le Resampler sur swr dans les paramètres avancés.

Clone this wiki locally