2024-08-30, 03:04 AM
(This post was last modified: 2024-08-30, 03:07 AM by theguymadmax. Edited 1 time in total.)
I managed to replicate your logs by adding the FFmpeg path the way I believe you did, though it seems that might not be the correct method. It should be added to the path variable.
Double-check that FFmpeg is not listed in either your user or system environment variables, and then restart your computer. After adding and removing the Jellyfin directory, I had to restart my system for the changes to take effect.
Code:
[[2024-08-29 22:44:11.992 -04:00] [ERR] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Error validating encoder
System.ComponentModel.Win32Exception (5): An error occurred trying to start process 'C:\Program Files\Jellyfin\Server' with working directory 'C:\Program Files\Jellyfin\Server'. Access is denied.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at MediaBrowser.MediaEncoding.Encoder.EncoderValidator.GetProcessOutput(String path, String arguments, Boolean readStdErr, String testKey)
at MediaBrowser.MediaEncoding.Encoder.EncoderValidator.ValidateVersion()
[2024-08-29 22:44:12.001 -04:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: Failed version check: "C:\Program Files\Jellyfin\Server"
[2024-08-29 22:44:12.016 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: ""
[2024-08-29 22:44:12.020 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "24fb9065d30b4ee1939d194b38a4942a"
[2024-08-29 22:44:12.023 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-08-29 22:44:12.026 -04:00] [INF] [1] Main: Startup complete 0:00:01.9151595
Double-check that FFmpeg is not listed in either your user or system environment variables, and then restart your computer. After adding and removing the Jellyfin directory, I had to restart my system for the changes to take effect.