2025-03-04, 04:05 PM
Assuming the following is correct, there is no
ffmpeg.exe
in any of the folders in PATH
. The only instance is in the same directory as jellyfin.exe
.Code:
PS > Get-ChildItem -Path C:\ -Include ffmpeg.exe -File -Recurse -ErrorAction SilentlyContinue
Directory: C:\Program Files\Jellyfin\Server
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 21/01/2025 21:42 87313408 ffmpeg.exe
PS >