jellyfin-ffmpeg
jellyfin-ffmpeg copied to clipboard
FFmpeg for Jellyfin
Possibly missing a pixel format for the odroid xu4? Adding -pix_fmt nv21 to the default jellyfin-ffmpeg line for some reasons works. Without -pix_fmt nv21 `/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -autorotate 0 -i...
Currently, for the 10.9 release, we are using OpenCL as a fallback for Video Tone Mapping in addition to VideoToolbox's native mechanism to support Dolby Vision Profile 5 Videos. It...
This filter does HDR(HDR10/HLG/Dolby Vision) to SDR conversion with tone-mapping using Metal. For example: ``` ffmpeg \ -init_hw_device videotoolbox \ -i INPUT \ -vf hwupload,tonemap_videotoolbox=t=bt2020:tonemap=linear:format=p010 \ -c:v h264_videotoolbox \ -b:v...
Mark as WIP since the new packages are not finalized yet. **Changes** * Add support for Ubuntu 24.04 LTS (Noble) * Check PCIID when deriving from VA-API to Vulkan *...
**Describe The Bug** On Jellyfin 10.8.13 I am having issues with video files that have to transcode to AAC audio and also video files that has AAC audio, none will...
**Describe The Bug** Multiple times during using jellyfin-ffmpeg with jellyfin, jellyfin sometimes in the middle of the movie stopped playing the video. Only workaround was to play it again and...
**Describe The Bug** My videos are crashing 1-2 minutes before video end. **Steps To Reproduce** 1. Play file 2. Watch till end 3. Video can crash near end showing Backdrop...
**Describe The Bug** Error `Invalid channel layout 5.1(side) for specified mapping family -1.` when trying to transcode 5.1 surround sound to opus **Steps To Reproduce** Transcode file containing 5.1 surround...
**Media Info of the file** ``` Playback Info Player: Html Video Player Play method: Transcoding Protocol: https Stream type: HLS Video Info Player dimensions: 3840x1742 Video resolution: 1920x1080 Dropped frames:...
**Describe The Bug** When transcoding a VP9 video stream to HEVC with QuickSync, enabling the "prefer native encoder" setting of Jellyfin (leading to using the VAAPI API for hardware acceleration)...