2025-01-10, 07:23 PM
Can you try remuxing one of these files with this ffmpeg command?
Open a command prompt
Open a command prompt
Code:
cd C:\Program Files\Jellyfin
ffmpeg.exe -fflags +genpts+igndts -i "C:\path\to\video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mkv