2026-07-08, 09:00 PM
(2026-07-08, 08:12 PM)TheDreadPirate Wrote: I think I see the problem, I don't know why it is happening. Tell me if you spot the problem.
Code:/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -f matroska -init_hw_device vaapi=va:,vendor_id=0x8086,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -i file:"/mount/smb/Movies/Play Dead (2025)/Play Dead (2025) Bluray-1080p.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "6f076b714ded0aba585565b0137c0fca-1.mp4" -start_number 0 -hls_base_url "hls/6f076b714ded0aba585565b0137c0fca/" -hls_segment_filename "/var/lib/jellyfin/transcodes/6f076b714ded0aba585565b0137c0fca%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/var/lib/jellyfin/transcodes/6f076b714ded0aba585565b0137c0fca.m3u8"
Don't see it? Let me narrow down where it is.
Code:-map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled
For whatever reason, there is a double space after -sn. I am pretty sure that -sn is supposed to be followed by a bunch of filter and encoding parameters. But, for whatever reason, that failed to generate within Jellyfin and ffmpeg just defaults to libx264 and aac.
I recall seeing this before, but can't remember the solution off the top of my head. I'll search and ask around for the solution.
******EDIT*******
Can you share the contents of /etc/jellyfin/encoding.xml?
Got that here: https://pastebin.com/9qaiBr5g

