2025-04-12, 05:24 PM
(This post was last modified: 2025-04-16, 02:36 PM by TheDreadPirate. Edited 1 time in total.)
(2025-04-12, 04:47 PM)TheDreadPirate Wrote: Why are you manually setting an encoder path? Are you trying to use a custom or newer build of ffmpeg? AFAIK, overriding the ffmpeg path is no longer supported.
我曾用过此版本的 ffmpeg (链接:https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz),此版本为ffmpeg-7.02。下载后进行以下步骤进行编译?
1.
Code:
xz -d ffmpeg-git-amd64-static.tar.xz
Code:
tar -xvf ffmpeg-git-amd64-static.tar
现在有新的解决办法吗?针对jellyfin通过硬件解码的方式播放视频。
Quote:I have used this version of ffmpeg (link: https://johnvansickle.com/ffmpeg/builds/...tic.tar.xz), this version is ffmpeg-7.02. After downloading, do the following steps to compile?
Quote:After the compilation is complete, use the same method as before to add the compiled ffmpeg decoder path to the decoding path in the /jellyfin/conf/encoding.xml file of jellyfin. The result is the same as described above.
Is there a new solution now? For jellyfin to play videos through hardware decoding.