2024-03-27, 06:00 PM
(2024-03-27, 03:13 PM)Serge K Wrote: Thanks a lot!!!! Good job!!!
question regarding FFMPEG: as I understood ffmpeg is planned to embed to jellyfin (if I right) but here it still the old setting
The first unstable build does not incorporate the new ffmpeg settings, as the code has not been merged yet. Therefore, you are still able to set ffmpeg path in the web UI, and Jellyfin will use that setting. This will change as soon as in the next weekly build, and no later than the official stable version 10.9.
From version 10.9 onwards, the ffmpeg path will no longer be set through the web UI, and the ffmpeg path field in the web UI will become read-only. Instead, Jellyfin will prioritize the
--ffmpeg
CLI parameter. If the --ffmpeg
CLI parameter is set, the value in the config file will have no effect. Most of our packaging methods already utilize this CLI parameter to locate ffmpeg.