2025-01-28, 05:07 PM
One of the files you are having issues with, can you run remuxing it with the command below? Open a command prompt and type this.
Code:
cd C:\Program FIles\Jellyfin
.\ffmpeg.exe -fflags +genpts+igndts -i "H:\Path\to\problem\video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled H:\newFile.mkv