Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939152 - www-apps/jellyfin-bin: drop dependency on media-video/ffmpeg[x264]
Summary: www-apps/jellyfin-bin: drop dependency on media-video/ffmpeg[x264]
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Fredrik Eriksson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-05 21:25 UTC by Alfred Persson
Modified: 2024-10-16 16:37 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alfred Persson 2024-09-05 21:25:44 UTC
Jellyfin does not specifically need x264 to function. I think an optfeature is more appropriate here, or adding an x264 USE-flag to the package that is default-on.
Comment 1 Fredrik Eriksson 2024-09-07 19:54:05 UTC
I'm pretty sure not having x264 in ffmpeg will break on-demand-transcoding on a default jellyfin installation, which for example will make you unable to play videos in the web client unless they are already encoded in a browser-playable format. My personal opinion is that this a core functionality that should work out-of-the-box and not something that should be easily broken by fiddling with use-flags.

x264 is optional in the sense that you can (if you have the hardware) configure hardware encoding instead, but even in that case I would argue that being able to fall back on software encoding (for troubleshooting reasons for example) is more important than saving in on a dependency.

On the other hand, if you have any specific situation where it's not feasible to install ffmpeg with x264, please tell us more about it and maybe we'll figure something out.