2024-03-30, 08:07 PM
I'm thinking the cause is that the resulting transcode is not what Jellyfin is expecting. Possibly due to this message.
Probably due to the older version of ffmpeg.
You can try either finding and manually installing an RPM for ffmpeg 5.1.4 or 6.0.1 (the versions ffmpeg Jellyfin currently uses) or use a portable version of jellyfin-ffmpeg.
https://github.com/jellyfin/jellyfin-ffm...gpl.tar.xz
Code:
Only '-vf setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(3840\,1608*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(3840/a\,1608))/2)*2,format=yuv420p' read, ignoring remaining -vf options: Use ',' to separate filters
Only '-af volume=2' read, ignoring remaining -af options: Use ',' to separate filters
Probably due to the older version of ffmpeg.
You can try either finding and manually installing an RPM for ffmpeg 5.1.4 or 6.0.1 (the versions ffmpeg Jellyfin currently uses) or use a portable version of jellyfin-ffmpeg.
https://github.com/jellyfin/jellyfin-ffm...gpl.tar.xz