2024-12-15, 12:35 PM
(This post was last modified: 2024-12-15, 12:39 PM by KillsT3aler69. Edited 1 time in total.)
(2024-12-15, 03:43 AM)TheDreadPirate Wrote: I was not able to reproduce. But all of my media I re-encoded. So any muxing issues have been corrected, which is what I suspect is going on with you. You can try remuxing the video to see if that resolves this issue.
Code:sudo docker exec -it jellyfin back
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/your/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mkv
Unfortunately this didn't fix the issue. The situation is the exact same as described in the OP. Could you elaborate on the fact that you think muxing issues are causing this? I'm no expert but I think it's weird that the same issue applies to all movies if it were a muxing issue.