-
Notifications
You must be signed in to change notification settings - Fork 0
FFmpeg
Crysisjim edited this page May 29, 2026
·
2 revisions
PyAudioCodingTools requires FFmpeg to function. Three installation methods are available.
- Launch PyAudioCodingTools
- Go to Options tab
- Click Update FFmpeg
- Choose Full Release (WinGet)
The app installs FFmpeg, creates symlinks, and updates the PATH automatically.
winget install Gyan.FFmpeg- Go to gyan.dev/ffmpeg/builds
- Download
ffmpeg-release-full.7z - Extract and place
ffmpeg.exe/ffprobe.exein a folder - In PyAudioCodingTools → Options, enter the full paths
| 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
soxris unavailable, change Resampler toswrin advanced settings.
PyAudioCodingTools requiert FFmpeg pour fonctionner. Trois méthodes sont disponibles.
- Lancez PyAudioCodingTools
- Allez dans l'onglet Options
- Cliquez sur Mise à jour FFmpeg
- Choisissez Release Full (WinGet)
L'application installe FFmpeg, crée les symlinks et met à jour le PATH automatiquement.
winget install Gyan.FFmpeg- Allez sur gyan.dev/ffmpeg/builds
- Téléchargez
ffmpeg-release-full.7z - Extrayez et placez
ffmpeg.exe/ffprobe.exedans un dossier - Dans PyAudioCodingTools → Options, saisissez les chemins complets
| 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
soxrn'est pas disponible, changez le Resampler surswrdans les paramètres avancés.